| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-14 | NEWS.md document String#unpack offset and Marshal.load freeze arguments | Jean Boussier | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5256 | |||
| 2021-12-14 | Remove compaction support detection using sysconf | Peter Zhu | |
| Except on Windows and MinGW, we can only use compaction on systems that use mmap (only systems that use mmap can use the read barrier that compaction requires). We don't need to separately detect whether we can support compaction or not. Notes: Merged: https://github.com/ruby/ruby/pull/5260 | |||
| 2021-12-14 | ripper: refine test to show expected states | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5264 | |||
| 2021-12-13 | Prepare for removing RubyVM::JIT (#5262) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2021-12-14 | Update stdlib version [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-12-14 | Update bundled_gems at 2021-12-14 | git | |
| 2021-12-14 | reduce `rb_clear_attr_ccs()` call | Koichi 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-14 | Merge to one regexp | Kazuhiro NISHIYAMA | |
| 2021-12-14 | [ruby/securerandom] Use String#unpack1 | Nobuyoshi Nakada | |
| https://github.com/ruby/securerandom/commit/5460a18c35 | |||
| 2021-12-14 | [ruby/securerandom] Drop support for old ruby versions | Nobuyoshi Nakada | |
| https://github.com/ruby/securerandom/commit/46943a991c | |||
| 2021-12-14 | [DOC] Fix a type [ci skip] | Nobuyoshi Nakada | |
| 2021-12-14 | NEWS.md: Mention colorize command of un.rb | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/un/pull/1 | |||
| 2021-12-13 | Rename --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 <takashikkbn@gmail.com> | |||
| 2021-12-13 | [ci skip] NEWS.md: Update Variable Width Allocation | Peter Zhu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5258 | |||
| 2021-12-14 | * 2021-12-14 [ci skip] | git | |
| 2021-12-14 | NEWS.md: sort [ci skip] | Nobuyoshi Nakada | |
| 2021-12-13 | [ci skip] NEWS.md: Add Variable Width Allocation | Peter Zhu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5257 | |||
| 2021-12-13 | NEWS.md: One more surrounding brackets for the ticket | Nobuyoshi Nakada | |
| 2021-12-13 | [ruby/reline] Remove unnecessary variables, lower_space | aycabta | |
| 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 range | Nobuyoshi Nakada | |
| 2021-12-13 | [DOC] Improve Random::Formatter description and example | Nobuyoshi Nakada | |
| 2021-12-13 | [DOC] Exclude Bundler only [ci skip] | Nobuyoshi Nakada | |
| 2021-12-13 | NEWS.md: move of Random::Formatter [Feature #18190] | Nobuyoshi Nakada | |
| 2021-12-13 | Appveyor: Skip tests on if only document files changed [ci skip] | Nobuyoshi Nakada | |
| 2021-12-13 | NEWS.md: `ruby -run -e httpd` displays URLs to access [Feature #17847] | Kentaro Goto | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5254 | |||
| 2021-12-13 | NEWS.md: RFC 3339 UTC for unknown offset local time [Feature #17544] | Nobuyoshi Nakada | |
| 2021-12-13 | LEGAL: mention error_highlight | Yusuke Endoh | |
| 2021-12-13 | NEWS.md: Mention `in:` option of Time.new [Feature #17485] | Nobuyoshi Nakada | |
| 2021-12-13 | NEWS.md: `--disable-gems` is now just for debugging. [Feature #17684] | Yusuke Endoh | |
| 2021-12-13 | [DOC] Get rid of headings in list items | Nobuyoshi Nakada | |
| The current RDoc Markdown parser parses the list item starting with `#` as a heading line. | |||
| 2021-12-13 | add a NEWS entry for `TracePoint.allow_reenter` | Koichi Sasada | |
| 2021-12-13 | NEWS.md: `def foo = puts "Hello"` is now allowed [Feature #17398] | Yusuke Endoh | |
| 2021-12-13 | NEWS.md: Mention suspendatble coverage [Feature #18176] | Yusuke Endoh | |
| 2021-12-13 | NEWS.md: Use more descriptive example for error_highlight | Yusuke Endoh | |
| 2021-12-13 | [DOC] Mention RBOOL in extension.rdoc [Feature #13125] | Nobuyoshi Nakada | |
| 2021-12-13 | Remove `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-13 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-12-13 | ruby.c: Fix typo | Yusuke Endoh | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4784 | |||
| 2021-12-13 | Introduce an option "--dump=insns_without_opt" for debugging purposes | Yusuke Endoh | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4784 | |||
| 2021-12-13 | * 2021-12-13 [ci skip] | git | |
| 2021-12-13 | Pass UnboundMethod to 2nd arg of define_method | Koichi Sasada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5252 | |||
| 2021-12-13 | fix Struct's setter arity | Koichi Sasada | |
| https://github.com/ruby/ruby/pull/5131/files#diff-b2553d23e6b1fe76e20608d06c25f6acca06279100f1a9c24febcd79a82fac3cR2689 Notes: Merged: https://github.com/ruby/ruby/pull/5252 | |||
| 2021-12-13 | Struct 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-13 | add `method_def_aritry()` | Koichi Sasada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5252 | |||
| 2021-12-12 | Update bundled_gems at 2021-12-12 | git | |
| 2021-12-12 | [ruby/cgi] Check integer overflow in long range | Nobuyoshi Nakada | |
| https://hackerone.com/reports/1328463 https://github.com/ruby/cgi/commit/ccaf6027e0 | |||
| 2021-12-12 | * 2021-12-12 [ci skip] | git | |
| 2021-12-11 | YJIT: Edit module documentation for clarity | Alan 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-11 | Remove 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 | |||
