aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make popcount bit-masks stricterNobuyoshi Nakada2023-10-051-6/+6
* [ruby/stringio] StringIO#pread: handle 0 length like IO#preadJean byroot Boussier2023-10-052-0/+14
* [ruby/net-http] Net::HTTPResponse nil checkingBrian Hawley2023-10-052-1/+37
* Update bundled gems list at 2023-10-05git2023-10-052-2/+2
* Chain nodes to exit onlyNobuyoshi Nakada2023-10-052-27/+26
* Do not chain unexpected nodeNobuyoshi Nakada2023-10-051-1/+1
* Differentiate `NODE_BREAK`/`NODE_NEXT`/`NODE_RETURN`Nobuyoshi Nakada2023-10-053-7/+12
* Remove unused nodes in NODE_RETURN and NODE_REDONobuyoshi Nakada2023-10-052-12/+0
* Move internal NODE_DEF_TEMP to parse.yNobuyoshi Nakada2023-10-055-5/+7
* Remove not used fields from colon nodesyui-knk2023-10-052-6/+0
* Correctly casting node for accessing COLON node nd_mid in compile.cyui-knk2023-10-051-14/+27
* Fix cast typeyui-knk2023-10-051-2/+2
* Remove a binding.irb in rjit-bindgenTakashi Kokubun2023-10-041-1/+0
* [Prism] Fix IfNode and ElseNodeMatt Valentine-House2023-10-042-3/+18
* YJIT: Add a comment for YJIT_OPTIONS [ci skip]Takashi Kokubun2023-10-041-0/+1
* Use a better variable name for wTakashi Kokubun2023-10-043-7/+8
* Make the function names consistentTakashi Kokubun2023-10-043-3/+3
* YJIT: Move help descriptions to options.rsTakashi Kokubun2023-10-043-15/+29
* Split `show_usage_line` and add `ruby_show_usage_line`Nobuyoshi Nakada2023-10-041-5/+24
* Remove magic numbers from `show_usage_line`Nobuyoshi Nakada2023-10-041-18/+23
* [ruby/prism] Remove trailing parenthesis in Location#pretty_printgazayas2023-10-041-1/+1
* Optimize `Range#count` by using `range_size` if possibleKouhei Yanagita2023-10-053-7/+37
* [ruby/prism] [rust] write flag accessor functionsNathan Froyd2023-10-041-1/+1
* [ruby/prism] give flag enums a non-`typedef`'d nameNathan Froyd2023-10-041-1/+1
* [DOC] Fix typo in docs of IO: `#.` -> `$.`Herwin2023-10-041-1/+1
* [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