| Age | Commit message (Collapse) | Author |
|
Notes:
Merged-By: maximecb <maximecb@ruby-lang.org>
|
|
- Make method descriptions plain pragraphs in each method.
- Make "Argument" and "Returns" note-lists.
Notes:
Merged: https://github.com/ruby/ruby/pull/11869
|
|
[Misc #20746]
|
|
Now that the repository was transfered, these links will become
dead in a few months.
Notes:
Merged: https://github.com/ruby/ruby/pull/11820
|
|
* YJIT: Add --yjit-mem-size option
* Improve --help
* s/the region/this virtual memory region/
Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
---------
Co-authored-by: Maxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>
Notes:
Merged-By: maximecb <maximecb@ruby-lang.org>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11759
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11721
|
|
from documentation
Ruby 3.2.0 has been released and all experimental warnings about pattern matching have been removed.
Experimental warnings about pattern matching are no longer output, so I remove description about it from documentation as well.
cf. https://bugs.ruby-lang.org/issues/18585
cf. db6b23c76cbc7888cd9a9912790c2068703afdd0
cf. https://twitter.com/k_tsj/status/1606956336037900289?s=20&t=-_PSYLhYPtYsB9FZhtXl5A
Notes:
Merged: https://github.com/ruby/ruby/pull/7052
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11528
|
|
https://github.com/ruby/rdoc/commit/a576ff890f
|
|
|
|
Notes:
Merged-By: peterzhu2118 <peter@peterzhu.ca>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11392
Merged-By: nobu <nobu@ruby-lang.org>
|
|
* YJIT: Allow tracing fallback counters
* Update yjit.md about --yjit-trace-exits=counter
Notes:
Merged-By: k0kubun <takashikkbn@gmail.com>
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11330
|
|
Notes:
Merged-By: peterzhu2118 <peter@peterzhu.ca>
|
|
(https://github.com/ruby/rdoc/pull/1143)
https://github.com/ruby/rdoc/commit/011de3f2fd
|
|
Notes:
Merged: https://github.com/ruby/ruby/pull/11261
|
|
These methods return the byte-based offset of the beginning or end of the specified match.
[Feature #20576]
|
|
Document is 3 years old and out of date
|
|
|
|
|
|
It now renders properly on both GitHub and with RDoc's darkfish theme.
|
|
https://github.com/ruby/irb/commit/3512020f1c
|
|
|
|
|
|
|
|
[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:`.
|
|
|
|
Also [Bug #18973].
|
|
Document details of escape sequences including line continuation.
[Bug #20518]
|
|
|
|
|
|
https://github.com/ruby/strscan/pull/99 split document with multi-byte
chars.
|
|
|
|
|
|
|
|
- `OpenSSL` here is not the class.
- libexecinfo on FreeBSD is present in the base system of all
supported releases, since 2017.
|
|
Get rid of using ambiguous demonstratives as link anchors, for the
accessibility's sake.
|
|
|
|
|
|
This reverts commit 974ed1408c516d1e8f992f0b304e2de6f8bd5c1f.
|
|
This reverts commit 1fa93fb9488a32018101689fd727965fd5874eb5.
|
|
|
|
(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>
|
|
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.
|
|
Guard clauses can only be used in `case` pattern matching statements,
not in `=>`/`in` operators.
|
|
Clang 18 has the bugfix we need, so we no longer need to tell people to
compile Clang from source.
|
|
Noticed this small type while reading the docs.
|
|
|