aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [rubygems/rubygems] Prevent gem activation in standalone modeDaniel Colson2023-10-032-0/+30
* YJIT: Stop spilling temps on jit_prepare_routine_call (#8581)Takashi Kokubun2023-10-031-34/+49
* Allow changing RUBY_PATCHLEVEL_STR if RUBY_PATCHLEVEL == -1 (#8578)Takashi Kokubun2023-10-031-3/+7
* Update default gems list at 5dfbf1a3814c4d84a5ae375751f5f9 [ci skip]git2023-10-031-1/+1
* [ruby/reline] Bump version to 0.3.9ima1zumi2023-10-031-1/+1
* Support regexp in log-fix [ci skip]Nobuyoshi Nakada2023-10-031-3/+22
* [rubygems/rubygems] Don't re-resolve with prereleases if unlocked gem has no ...David Rodriguez2023-10-033-2/+11
* [rubygems/rubygems] Fix typoDavid Rodriguez2023-10-032-2/+2
* [DOC] Link fixesBurdetteLamar2023-10-032-3/+3
* [rubygems/rubygems] Fix invalid links in documentation. - wrap ENV variables ...Josef Šimánek2023-10-034-4/+4
* [rubygems/rubygems] 🐛 Specification of branch or ref with tag is ambiguousPeter Boling2023-10-032-29/+91
* [rubygems/rubygems] 🚨 Rubocop LintingPeter Boling2023-10-037-12/+12
* [rubygems/rubygems] Fix typo: eglible -> eligible.Josef Šimánek2023-10-034-54/+54
* [ruby/csv] [DOC] Fix broken linksBurdette Lamar2023-10-031-12/+4
* [ruby/csv] Add CSV::InvalidEncodingErrorKosuke Shibata2023-10-034-10/+17
* [DOC] State the precision of `Process.times` as platform-definedNobuyoshi Nakada2023-10-032-27/+1
* Check by integer modulo instead of float stringNobuyoshi Nakada2023-10-031-2/+2
* Create dummy files in build dir in setup [ci skip]Nobuyoshi Nakada2023-10-034-10/+19
* [rubygems/rubygems] Update suggested variable for bindirHiroshi SHIBATA2023-10-031-2/+2
* YJIT: Fix assert_no_exits (#8579)Takashi Kokubun2023-10-021-7/+7
* Trigger Cirrus if YJIT tests are modifiedTakashi Kokubun2023-10-021-1/+1
* `yield` cannot be placed outside methods even in blocksNobuyoshi Nakada2023-10-023-2/+10
* Dump name of method for imemo callinfoPeter Zhu2023-10-022-0/+14
* [ruby/prism] [DOC] Link fixBurdetteLamar2023-10-021-1/+1
* Adopt prism CallNode#name changesBenoit Daloze2023-10-021-1/+1
* Sync with prism CallNode#name changesBenoit Daloze2023-10-02584-2848/+2871
* [ci skip] More docs for InstructionSequence.compileMatt Valentine-House2023-10-021-2/+6
* Include new node types into %printeryui-knk2023-10-021-3/+3
* [ruby/psych] Update SnakeYAML Engine to 2.7Charles Oliver Nutter2023-10-021-1/+1
* [ruby/psych] Add test for code_point_limitCharles Oliver Nutter2023-10-021-0/+19
* [rubygems/rubygems] Support Ruby's preview version format (Ex: 3.3.0-preview2...Harshal Bhakta2023-10-022-1/+17
* [rubygems/rubygems] Include gemspec in ExtensionTask for native gem tasksGraham Marlow2023-10-022-4/+12
* Check the result of get_nd_recv before node type check for safetyYuichiro Kaneko2023-10-021-3/+3
* Remove not used fields from call nodesyui-knk2023-10-022-18/+0
* Correctly casting node for accessing nd_recv, nd_mid and nd_args in compile.cyui-knk2023-10-021-29/+96
* Correctly casting node for accessing nd_args in parse.yyui-knk2023-10-021-2/+30
* Use rb_node_fcall_t instead of NODEyui-knk2023-10-021-13/+15
* [DOC] Another example for spawn (#8575)Burdette Lamar2023-10-011-8/+14
* Use the hexdigit character classNobuyoshi Nakada2023-10-021-4/+4
* [Bug #19906] Add the testNobuyoshi Nakada2023-10-011-0/+10
* Use reference counting to avoid memory leak in kwargsHParker2023-10-014-2/+18
* tool/enc-unicode.rb: make the condition concice with flip-flopNobuyoshi Nakada2023-10-011-2/+1
* Use rb_node_block_pass_t instead of NODEyui-knk2023-10-011-8/+11
* Use rb_node_args_t and rb_node_args_aux_t instead of NODEyui-knk2023-10-014-48/+54
* Move repeating `matches` and `unmatches` to keyword argumentsNobuyoshi Nakada2023-10-011-46/+48
* Add tests for Unicode age property 15.0Nobuyoshi Nakada2023-10-011-24/+101
* Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODEyui-knk2023-10-016-49/+54
* [ruby/irb] Fix Reline's test failure running with `make test-alltomoya ishida2023-09-304-3/+5
* [ruby/open3] [DOC] RDoc for Open3BurdetteLamar2023-09-301-12/+86
* [ruby/open3] [DOC] RDoc for Open3Burdette Lamar2023-09-301-22/+81