aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Clear all context usages in RubyLexStan Lo2023-10-045-53/+35
* Special treat when the first line ends with a dot [ci skip]Nobuyoshi Nakada2023-10-042-1/+14
* YJIT: Call mprotect after entry stub failure (#8582)Takashi Kokubun2023-10-031-18/+16
* [DOC] Fix description for `rb_postponed_job_register_one()`Daisuke Aritomo2023-10-041-3/+3
* Remove not used fields from variable nodesyui-knk2023-10-042-26/+0
* Update default gems list at e501613efa2b010d6d697a4df264a2 [ci skip]git2023-10-041-1/+1
* [ruby/bigdecimal] Bump up to 3.1.5Nobuyoshi Nakada2023-10-041-1/+1
* BigDecimal#to_s has not changed for fraction partNobuyoshi Nakada2023-10-041-13/+11
* YJIT: add heuristic to avoid compiling cold ISEQs (#8522)Maxime Chevalier-Boisvert2023-10-039-5/+73
* [ruby/prism] Provide pm_parser_err_current and pm_parser_err_previousKevin Newton2023-10-031-48/+62
* [ruby/prism] Consolidate diagnostic appendingsKevin Newton2023-10-031-140/+163
* [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