| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-10 | [DOC] Fix link | BurdetteLamar | |
| Notes: Merged: https://github.com/ruby/ruby/pull/11528 | |||
| 2024-09-02 | [ruby/rdoc] [DOC] Fix links (https://github.com/ruby/rdoc/pull/1169) | Burdette Lamar | |
| https://github.com/ruby/rdoc/commit/a576ff890f | |||
| 2024-08-23 | Adds remarks about returned Enumerator | BurdetteLamar | |
| 2024-08-21 | [DOC] Include keywords.rdoc in doc/syntax/ (#11414) | Burdette Lamar | |
| Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca> | |||
| 2024-08-17 | [DOC] Add `$;` to the list of deprecated global variables | Neil Carvalho | |
| Notes: Merged: https://github.com/ruby/ruby/pull/11392 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2024-08-08 | YJIT: Allow tracing fallback counters (#11347) | Takashi Kokubun | |
| * YJIT: Allow tracing fallback counters * Update yjit.md about --yjit-trace-exits=counter Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2024-08-08 | [DOC] Add remark about in-brief for method doc | BurdetteLamar | |
| Notes: Merged: https://github.com/ruby/ruby/pull/11330 | |||
| 2024-07-31 | [DOC] Adds "Further Considerations" to documentation_guide.md (#11281) | Burdette Lamar | |
| Notes: Merged-By: peterzhu2118 <peter@peterzhu.ca> | |||
| 2024-07-29 | [ruby/rdoc] [DOC] Mods about markup formats | Burdette Lamar | |
| (https://github.com/ruby/rdoc/pull/1143) https://github.com/ruby/rdoc/commit/011de3f2fd | |||
| 2024-07-29 | Add remark about call-seq | BurdetteLamar | |
| Notes: Merged: https://github.com/ruby/ruby/pull/11261 | |||
| 2024-07-16 | Add MatchData#bytebegin and MatchData#byteend | Shugo Maeda | |
| These methods return the byte-based offset of the beginning or end of the specified match. [Feature #20576] | |||
| 2024-07-11 | YJIT: remove doc/yjit/yjit_hacking.md (#11153) | Maxime Chevalier-Boisvert | |
| Document is 3 years old and out of date | |||
| 2024-07-11 | Update yjit.md, explain how to run a single test with test-all (#11151) | Maxime Chevalier-Boisvert | |
| 2024-07-07 | [DOC] Fix typo `with` -> `wish` | cdfzo | |
| 2024-07-05 | [DOC] yjit.md: Markdown fixes for RDoc | Alan Wu | |
| It now renders properly on both GitHub and with RDoc's darkfish theme. | |||
| 2024-07-01 | [ruby/irb] fix typos in the `Index of Command-Line Options` | Anatoly Busygin | |
| https://github.com/ruby/irb/commit/3512020f1c | |||
| 2024-06-26 | [DOC] Doc for exceptions (#11008) | Burdette Lamar | |
| 2024-06-26 | Mentioned new mswin tasks related with vcpkg | Hiroshi SHIBATA | |
| 2024-06-26 | Added git for requirements of Windows build | Hiroshi SHIBATA | |
| 2024-06-19 | String.new(capacity:) don't substract termlen | Jean Boussier | |
| [Bug #20585] This was changed in 36a06efdd9f0604093dccbaf96d4e2cb17874dc8 because `String.new(1024)` would end up allocating `1025` bytes, but the problem with this change is that the caller may be trying to right size a String. So instead, we should just better document the behavior of `capacity:`. | |||
| 2024-06-09 | Correct typo [ci skip] | Sampat Badhe | |
| 2024-06-09 | [Bug #20566] Mention out-of-range argument cases in `String#<<` | Nobuyoshi Nakada | |
| Also [Bug #18973]. | |||
| 2024-06-07 | [DOC] document line continuation. | Tanaka Akira | |
| Document details of escape sequences including line continuation. [Bug #20518] | |||
| 2024-06-04 | [DOC] Exceptions doc (#10865) | Burdette Lamar | |
| 2024-06-04 | Removed trailing spaces. | Hiroshi SHIBATA | |
| 2024-06-04 | Sync strscan HEAD again. | Hiroshi SHIBATA | |
| https://github.com/ruby/strscan/pull/99 split document with multi-byte chars. | |||
| 2024-06-03 | fix typos. | Tanaka Akira | |
| 2024-06-03 | [DOC] percent literals can be nested. | Tanaka Akira | |
| 2024-06-02 | [DOC] building_ruby: Move the caution to a footnote | Nobuyoshi Nakada | |
| 2024-06-02 | [DOC] building_ruby: External library links | Nobuyoshi Nakada | |
| - `OpenSSL` here is not the class. - libexecinfo on FreeBSD is present in the base system of all supported releases, since 2017. | |||
| 2024-06-02 | [DOC] building_ruby: Refine links | Nobuyoshi Nakada | |
| Get rid of using ambiguous demonstratives as link anchors, for the accessibility's sake. | |||
| 2024-06-02 | [DOC] building_ruby: Fold long lines | Nobuyoshi Nakada | |
| 2024-06-02 | [DOC] Caution about old GNU make | Nobuyoshi Nakada | |
| 2024-05-30 | Revert "[ruby/strscan] Doc for StringScanner" | Hiroshi SHIBATA | |
| This reverts commit 974ed1408c516d1e8f992f0b304e2de6f8bd5c1f. | |||
| 2024-05-30 | Revert "Fix reference path for strscan documentation" | Hiroshi SHIBATA | |
| This reverts commit 1fa93fb9488a32018101689fd727965fd5874eb5. | |||
| 2024-05-30 | Fix reference path for strscan documentation | Hiroshi SHIBATA | |
| 2024-05-30 | [ruby/strscan] Doc for StringScanner | Burdette Lamar | |
| (https://github.com/ruby/strscan/pull/96) #peek_byte and #scan_byte not updated (not available in my repo -- sorry). --------- https://github.com/ruby/strscan/commit/0123da7352 Co-authored-by: Sutou Kouhei <kou@cozmixng.org> | |||
| 2024-05-14 | [DOC] Fix typo in example code for `String#encode` method | Alexander Ross | |
| The example code in the documentation for the `String#encode` method has a typo in the `fallback` option. The example code uses `h` as the fallback option, but it should use `hash` instead to match the variable name in the example code. | |||
| 2024-05-12 | [Bug #20482] [DOC] Clarify about pattern maching guard clause | Nobuyoshi Nakada | |
| Guard clauses can only be used in `case` pattern matching statements, not in `=>`/`in` operators. | |||
| 2024-05-10 | Update ASAN docs to refer to Clang 18's release | KJ Tsanaktsidis | |
| Clang 18 has the bugfix we need, so we no longer need to tell people to compile Clang from source. | |||
| 2024-04-26 | [DOC] Fix a typo in globals.rdoc | Diego Henrique | |
| Noticed this small type while reading the docs. | |||
| 2024-04-26 | [DOC] Caveat about "allocate then wrap" | Nobuyoshi Nakada | |
| 2024-04-24 | Removed obsoleted section because make docs is removed from default make task | Hiroshi SHIBATA | |
| 2024-04-17 | Update build and install document related ↵ | Hiroshi SHIBATA | |
| https://blade.ruby-lang.org/ruby-dev/39325 | |||
| 2024-04-07 | [DOC] Update PTY documents | Nobuyoshi Nakada | |
| - Fix markups as RDoc. - Remove already descriptions of removed methods. | |||
| 2024-04-03 | YJIT: update code optimization tips in yjit.md (#10445) | Maxime Chevalier-Boisvert | |
| * YJIT: update code optimization tips in yjit.md * Function => method | |||
| 2024-04-03 | [DOC] Fix examples for `u` packing directive | Adam Daniels | |
| The directive is a lowercase `u` instead of an uppercase `U`. Adjusted input and output to match. Reported by Leah Neukirchen. | |||
| 2024-03-31 | Document how to run the tests under ASAN now that they pass! | KJ Tsanaktsidis | |
| 2024-03-28 | Use www.rfc-editor.org for RFC text. | Hiroshi SHIBATA | |
| We use the following site for that now: * https://tools.ietf.org/ or http * https://datatracker.ietf.org or http Today, IETF said the official site of RFC is www.rfc-editor.org. FYI: https://authors.ietf.org/en/references-in-rfcxml I replaced them to www.rfc-editor.org. | |||
| 2024-03-27 | [DOC] remove repetitive words in comments | crazeteam | |
| Signed-off-by: crazeteam <lilujing@outlook.com> | |||
