Age | Commit message (Expand) | Author |
---|
2024-10-18 | [ruby/ipaddr] Added to_json/as_json method | Taketo Takashima |
2024-10-18 | [rubygems/rubygems] Clarify `bundle install --quiet` documentation | Jerome Dalbert |
2024-10-18 | Move object processing in Process.warmup to gc.c | Peter Zhu |
2024-10-18 | [ruby/fiddle] test: Fix a typo | kojix2 |
2024-10-18 | Relax Pure::Parser's comment regex... | Stephen Humphries |
2024-10-18 | [ruby/json] Assume Encoding is defined | Jean Boussier |
2024-10-18 | [ruby/json] Always dup argument to preserve original encoding for force_encoding | Takumasa Ochi |
2024-10-18 | [ruby/json] Fix behavior of trying to parse non-string objects | YuheiNakasaka |
2024-10-18 | [ruby/json] Speedup Parser initialization | Jean Boussier |
2024-10-18 | Update default gems list at 8b4df90a24a886ed2ccb4b381d43a5 [ci skip] | git |
2024-10-18 | [ruby/syntax_suggest] Bump up 2.0.1 | Hiroshi SHIBATA |
2024-10-18 | [ruby/syntax_suggest] Removed empty comment | Hiroshi SHIBATA |
2024-10-18 | [ruby/syntax_suggest] A gem executable should not use require_relative | Benoit Daloze |
2024-10-17 | YJIT: In stats, group by resolved C method name | Alan Wu |
2024-10-17 | YJIT: Add compilation log (#11818) | Kevin Menard |
2024-10-17 | [DOC] Tweaks for Array#sort! | BurdetteLamar |
2024-10-17 | [DOC] Tweaks for Array#sort (#11907) | Burdette Lamar |
2024-10-17 | [ruby/rdoc] feature: Render mixed-in methods and constants with | Mike Dalessio |
2024-10-17 | [ruby/json] Sync changes | Peter Zhu |
2024-10-17 | [ruby/json] Fix State#max_nesting= | Peter Zhu |
2024-10-17 | Update maintainers of Prism | Kevin Newton |
2024-10-17 | Add a fast path for ASCII strings | Jean Boussier |
2024-10-17 | [ruby/json] Get rid of some more outdated compatibility code | Jean Boussier |
2024-10-17 | [ruby/json] Get rid of compatibility code for older rubies | Jean Boussier |
2024-10-17 | Optimize Ext::Generator::State#configure | Jean Boussier |
2024-10-17 | [ruby/json] generator.c: reduce the number of globals | Jean Boussier |
2024-10-17 | [ruby/json] Convert Generator initialize and configure method into Ruby | Jean Boussier |
2024-10-17 | ruby-style.el: Minimize backslash columns [ci skip] | Nobuyoshi Nakada |
2024-10-17 | [ruby/rdoc] Use scroll-margin-top on anchor targets | Stan Lo |
2024-10-17 | [ruby/rdoc] Add scroll-margin-top on all :target elements | Mads Ohm Larsen |
2024-10-17 | Optimize JSON.dump argument parsing | Jean Boussier |
2024-10-17 | [ruby/json] Use `RB_ENCODING_GET` instead of `rb_enc_get` to improve performance | Yusuke Endoh |
2024-10-17 | [ruby/json] Apply RB_UNLIKELY for less frequently used options | Yusuke Endoh |
2024-10-17 | [ruby/json] Stop prebuilding object_delim2 | Yusuke Endoh |
2024-10-17 | [ruby/json] Stop prebuilding object_delim | Yusuke Endoh |
2024-10-17 | [ruby/json] Stop prebuilding array_delim | Yusuke Endoh |
2024-10-17 | [ruby/json] Directly use `generate_json_string` for object keys | Yusuke Endoh |
2024-10-17 | [ruby/json] Use efficient object-type dising | Yusuke Endoh |
2024-10-17 | [ruby/json] Use `RARRAY_AREF` instead of `rb_ary_entry` to improve performance | Yusuke Endoh |
2024-10-17 | [ruby/syntax_suggest] Fallback to load syntax_suggest/api when failing to loa... | Hiroshi SHIBATA |
2024-10-17 | [ruby/etc] Fix sysconfdir when load-relative | Nobuyoshi Nakada |
2024-10-17 | [rubygems/rubygems] Allow using `gemspec` DSL twice with same dependency and ... | David Rodríguez |
2024-10-17 | Re-ordered Stdlib updates section | Hiroshi SHIBATA |
2024-10-17 | [ruby/win32-registry] Exclude rake files from packages [ci skip] | Nobuyoshi Nakada |
2024-10-17 | [ruby/win32-registry] Exclude mailmap from packages [ci skip] | Nobuyoshi Nakada |
2024-10-17 | [ruby/win32-registry] Fix compatibility with JRuby | Lars Kanis |
2024-10-17 | [ruby/win32-registry] Move all tests to volatile environment and use per-test... | Lars Kanis |
2024-10-16 | [rubygems/rubygems] Fix `bundle check` sometimes locking gems under the wrong... | David Rodríguez |
2024-10-16 | [rubygems/rubygems] Delay and refactor verification of changed sources | David Rodríguez |
2024-10-16 | [rubygems/rubygems] No reason for `Definition#sources` to be private | David Rodríguez |