summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-08[ruby/prism] Fix spacing in documentation commentmatthew healy
2024-01-08[ruby/prism] Add comments documenting RangeNode fieldsMatthew Healy
2024-01-08[ruby/prism] Clarify keys and values in AssocNode must be non-voidmatthew healy
2024-01-08[ruby/prism] Add comments for AssocSplatNode fieldsMatthew Healy
2024-01-08[ruby/prism] Add comments for AssocNode fieldsMatthew Healy
2024-01-08[ruby/prism] Add comments for HashNode fieldsMatthew Healy
2024-01-08YJIT: Fallback Integer#<< if a shift amount varies (#9426)Takashi Kokubun
2024-01-08[DOC] Escape File in documentationPeter Zhu
2024-01-08[ruby/prism] Handle parsing a line break in a receiver of a methodKevin Newton
2024-01-08Fix memory leak in grapheme clustersPeter Zhu
2024-01-08[ruby/irb] Make SourceFinder ignore binary sourcesStan Lo
2024-01-08Do not convert NODE_STR to NODE_LIT when the string is hash keyyui-knk
2024-01-08Change numeric node value functions argument to `NODE *`yui-knk
2024-01-07[DOC] Fix docs for GC.compactPeter Zhu
2024-01-08Fix numeric node print by `-y` optionyui-knk
2024-01-07Fix memory leak in autoload_dataPeter Zhu
2024-01-08Suppress unused-but-set-variable warning in ripperNobuyoshi Nakada
2024-01-07* expand tabs. [ci skip]git
2024-01-08Adjust styles and indents [ci skip]Nobuyoshi Nakada
2024-01-08Add `MakeMakefile["C"]`Nobuyoshi Nakada
2024-01-07Label memory leak testPeter Zhu
2024-01-07[DOC] Documentation of mkmf.rbNobuyoshi Nakada
2024-01-07Remove unneeded rb_parser_config_struct struct properties for Universal ParserS-H-GAMELINKS
2024-01-07[ruby/rdoc] Visibility should begin from `public` for each scopeNobuyoshi Nakada
2024-01-07[ruby/rdoc] Singleton method visibility should be isolatedNobuyoshi Nakada
2024-01-07Do not remove hash duplicated keys in parse.yyui-knk
2024-01-07Check hash key duplication for `__LINE__` and `__FILE__`yui-knk
2024-01-07Skip some RBS testS-H-GAMELINKS
2024-01-07Introduce Numeric Node'sS-H-GAMELINKS
2024-01-06[ruby/net-http] Tweak to Net::HTTP What's HereBurdetteLamar
2024-01-06Tweak to Integer What's HereBurdetteLamar
2024-01-06Tweak to Float What's HereBurdetteLamar
2024-01-06Tweak to Float What's HereBurdetteLamar
2024-01-06Tweak for ENV docBurdetteLamar
2024-01-06[ruby/irb] Refactor exit commandStan Lo
2024-01-06[DOC] Fix indentation in Numeric#stepPeter Zhu
2024-01-07[DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:`Nobuyoshi Nakada
2024-01-06[DOC] Fix typo in call-seq for Float#roundPeter Zhu
2024-01-06[DOC] Load options and parse files from srcdirNobuyoshi Nakada
2024-01-06[ruby/irb] Require Reline v0.4.2+Stan Lo
2024-01-06[ruby/rdoc] Rename and move the tests for `--locale` option [ci skip]Nobuyoshi Nakada
2024-01-06[ruby/rdoc] Ignore `locale` at `write_options`Nobuyoshi Nakada
2024-01-06Add test case for GC.measure_total_timeRian McGuire
2024-01-06Fix GC.measure_total_time regressionRian McGuire
2024-01-06Too much nestings make editors confusedNobuyoshi Nakada
2024-01-06Add ruby_debug_print functions to vm_debug.hyui-knk
2024-01-06Add a shorthand for ruby_debug_print_nodeyui-knk
2024-01-06Print node id and location by ruby_debug_print_nodeyui-knk
2024-01-05YJIT: Let RubyVM::YJIT.enable respect --yjit-stats (#9415)Takashi Kokubun
2024-01-05[ruby/net-http] Don't invoke response block more than once due to retryJeremy Evans