summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-14Update bundled_gems at 2021-12-14git
2021-12-14reduce `rb_clear_attr_ccs()` callKoichi Sasada
`rb_clear_attr_ccs()` should be called only when c_call or c_return is activated. Notes: Merged: https://github.com/ruby/ruby/pull/5261
2021-12-14Merge to one regexpKazuhiro NISHIYAMA
2021-12-14[ruby/securerandom] Use String#unpack1Nobuyoshi Nakada
https://github.com/ruby/securerandom/commit/5460a18c35
2021-12-14[ruby/securerandom] Drop support for old ruby versionsNobuyoshi Nakada
https://github.com/ruby/securerandom/commit/46943a991c
2021-12-14[DOC] Fix a type [ci skip]Nobuyoshi Nakada
2021-12-14NEWS.md: Mention colorize command of un.rbKazuhiro NISHIYAMA
https://github.com/ruby/un/pull/1
2021-12-13Rename --jit to --mjit (#5248)Takashi Kokubun
* Rename --jit to --mjit [Feature #18349] * Fix a few more --jit references * Fix MJIT Actions * More s/jit/mjit/ and re-introduce --disable-jit * Update NEWS.md * Fix test_bug_reporter_add Notes: Merged-By: k0kubun <[email protected]>
2021-12-13[ci skip] NEWS.md: Update Variable Width AllocationPeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/5258
2021-12-14* 2021-12-14 [ci skip]git
2021-12-14NEWS.md: sort [ci skip]Nobuyoshi Nakada
2021-12-13[ci skip] NEWS.md: Add Variable Width AllocationPeter Zhu
Notes: Merged: https://github.com/ruby/ruby/pull/5257
2021-12-13NEWS.md: One more surrounding brackets for the ticketNobuyoshi Nakada
2021-12-13[ruby/reline] Remove unnecessary variables, lower_spaceaycabta
The number of lines below the cursor position was known by "@rest_height" alone, but the problem was caused by adding "lower_space". Remove "lower_space" as it is unnecessary. https://github.com/ruby/reline/commit/a575cef6a3
2021-12-13[DOC] Add call sequences of Random using a rangeNobuyoshi Nakada
2021-12-13[DOC] Improve Random::Formatter description and exampleNobuyoshi Nakada
2021-12-13[DOC] Exclude Bundler only [ci skip]Nobuyoshi Nakada
2021-12-13NEWS.md: move of Random::Formatter [Feature #18190]Nobuyoshi Nakada
2021-12-13Appveyor: Skip tests on if only document files changed [ci skip]Nobuyoshi Nakada
2021-12-13NEWS.md: `ruby -run -e httpd` displays URLs to access [Feature #17847]Kentaro Goto
Notes: Merged: https://github.com/ruby/ruby/pull/5254
2021-12-13NEWS.md: RFC 3339 UTC for unknown offset local time [Feature #17544]Nobuyoshi Nakada
2021-12-13LEGAL: mention error_highlightYusuke Endoh
2021-12-13NEWS.md: Mention `in:` option of Time.new [Feature #17485]Nobuyoshi Nakada
2021-12-13NEWS.md: `--disable-gems` is now just for debugging. [Feature #17684]Yusuke Endoh
2021-12-13[DOC] Get rid of headings in list itemsNobuyoshi Nakada
The current RDoc Markdown parser parses the list item starting with `#` as a heading line.
2021-12-13add a NEWS entry for `TracePoint.allow_reenter`Koichi Sasada
2021-12-13NEWS.md: `def foo = puts "Hello"` is now allowed [Feature #17398]Yusuke Endoh
2021-12-13NEWS.md: Mention suspendatble coverage [Feature #18176]Yusuke Endoh
2021-12-13NEWS.md: Use more descriptive example for error_highlightYusuke Endoh
2021-12-13[DOC] Mention RBOOL in extension.rdoc [Feature #13125]Nobuyoshi Nakada
2021-12-13Remove `NODE_DASGN_CURR` [Feature #18406]Nobuyoshi Nakada
This `NODE` type was used in pre-YARV implementation, to improve the performance of assignment to dynamic local variable defined at the innermost scope. It has no longer any actual difference with `NODE_DASGN`, except for the node dump. Notes: Merged: https://github.com/ruby/ruby/pull/5251
2021-12-13Fix a typo [ci skip]Kazuhiro NISHIYAMA
2021-12-13ruby.c: Fix typoYusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/4784
2021-12-13Introduce an option "--dump=insns_without_opt" for debugging purposesYusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/4784
2021-12-13* 2021-12-13 [ci skip]git
2021-12-13Pass UnboundMethod to 2nd arg of define_methodKoichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/5252
2021-12-13fix Struct's setter arityKoichi Sasada
https://github.com/ruby/ruby/pull/5131/files#diff-b2553d23e6b1fe76e20608d06c25f6acca06279100f1a9c24febcd79a82fac3cR2689 Notes: Merged: https://github.com/ruby/ruby/pull/5252
2021-12-13Struct setter's parameters == `[:req, :_]`Koichi Sasada
fix [Bug #18405] Note that the parameter name `_` is not a spec, so we shouldn't rely on this behavior. Notes: Merged: https://github.com/ruby/ruby/pull/5252
2021-12-13add `method_def_aritry()`Koichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/5252
2021-12-12Update bundled_gems at 2021-12-12git
2021-12-12[ruby/cgi] Check integer overflow in long rangeNobuyoshi Nakada
https://hackerone.com/reports/1328463 https://github.com/ruby/cgi/commit/ccaf6027e0
2021-12-12* 2021-12-12 [ci skip]git
2021-12-11YJIT: Edit module documentation for clarityAlan Wu
Add an empty line before the module doc string so RDoc can find it. While we are at it, edit for clarity. The file should already be using frozen string literals since c10d5085a247266c6399dc6fb68706d87cbdab05. [ci skip] Notes: Merged: https://github.com/ruby/ruby/pull/5246 Merged-By: XrXr
2021-12-11Remove the macOS badge [ci skip]Nobuyoshi Nakada
It is disabled for the throughput of CI for now. Notes: Merged: https://github.com/ruby/ruby/pull/5243
2021-12-11[ruby/reline] Prefer wait_readable for fiber scheduler.Samuel Williams
https://github.com/ruby/reline/commit/06b4aa31fd
2021-12-11Update stdlib versions [ci skip]Kazuhiro NISHIYAMA
2021-12-11intern/select/posix.h: remove unused parameter from rb_fd_dupYuta Saito
This unused parameter seems to be accidently introduced by https://github.com/ruby/ruby/commit/9e6e39c Notes: Merged: https://github.com/ruby/ruby/pull/5241
2021-12-10Enhanced RDoc for String (#5234)Burdette Lamar
Treated: #to_i #to_f #to_s #inspect #dump #undump Notes: Merged-By: BurdetteLamar <[email protected]>
2021-12-11* 2021-12-11 [ci skip]git
2021-12-11[rubygems/rubygems] Add `github` and `ref` options to `bundle add`Vyacheslav Alexeev
https://github.com/rubygems/rubygems/commit/c3e54acab0