summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-15Add --with-shared-gc build flagMatt Valentine-House
2024-04-15add allocation benchmarkAaron Patterson
2024-04-15Specify Kernel#autoload? uses current namespaceGannon McGibbon
2024-04-15Remove dependency on gc.h for darray.hPeter Zhu
2024-04-16Not all `nm`s support the `--help` optionNobuyoshi Nakada
2024-04-15Emit a performance warning when redefining specially optimized methodsJean Boussier
2024-04-15YJIT: A64: Avoid intermediate register in `opt_and` and friends (#10509)Alan Wu
2024-04-15[ruby/reline] Remove not implemented methodMari Imaizumi
2024-04-15[ruby/reline] Fix vi_to_column which was brokentomoya ishida
2024-04-15Include more debug information in test_uplus_minusJean Boussier
2024-04-15[Universal parser] DeVALUE of p->debug_lines and ast->body.script_linesHASUMI Hitoshi
2024-04-15Add more assertions in `test_uplus_minus`Jean Boussier
2024-04-15`super{}` doesn't use blockKoichi Sasada
2024-04-15fix incorrect warning.Koichi Sasada
2024-04-15Update default gems list at fc363944b40e4031b447f91fa89793 [ci skip]git
2024-04-15[ruby/optparse] bump up to 0.5.0Nobuyoshi Nakada
2024-04-15show warning for unused blockKoichi Sasada
2024-04-15Emit `warn` event for duplicated hash keys on ripperyui-knk
2024-04-14[ruby/reline] Refactored Default Key BindingsMari Imaizumi
2024-04-14[ruby/reline] Refactor waiting_proc and waiting_operator_proctomoya ishida
2024-04-14[pty] Fix missing `or`Nobuyoshi Nakada
2024-04-14[pty] Fix `ptsname_r` fallbackNobuyoshi Nakada
2024-04-14[ruby/irb] Allow defining custom commands in IRBStan Lo
2024-04-14[ruby/reline] Support `menu-complete-backward` command for upwardMichael J. Giarlo
2024-04-14Remove undefined function's prototype declarationyui-knk
2024-04-14Remove unused functions from `struct rb_parser_config_struct`yui-knk
2024-04-14Use `rb_parser_string_t *` for `delayed.token`yui-knk
2024-04-14Resize ary when `Array#sort!` block modifies embedded aryZack Deveau
2024-04-12[PRISM] Enable passing test_parenthesised_statement_argumentKevin Newton
2024-04-12[ruby/prism] Better error message on statement inside argument listKevin Newton
2024-04-12[PRISM] Enable passing tests from latest prismKevin Newton
2024-04-12[PRISM] Emit parse warnings before raising syntax errorsKevin Newton
2024-04-12[PRISM] Enable more passing testsKevin Newton
2024-04-12[ruby/prism] Better error message on invalid defKevin Newton
2024-04-12[ruby/prism] Syntax error for block argument on yieldKevin Newton
2024-04-12[ruby/prism] Fix up embdoc lexing on EOFKevin Newton
2024-04-12Don't treat flonum specially in object IDPeter Zhu
2024-04-12Refactor how object IDs work for special constsPeter Zhu
2024-04-12[PRISM] Enable passing tests for prismKevin Newton
2024-04-12[ruby/prism] Create the warning for unreachable statementsKevin Newton
2024-04-12[ruby/prism] Warn void regardless of evalKevin Newton
2024-04-12[PRISM] Ensure no void warnings in rubyoptions testKevin Newton
2024-04-12[ruby/prism] Remove outdated commentKevin Newton
2024-04-12[ruby/prism] Implement the void statement warningKevin Newton
2024-04-12[ruby/prism] Fix parser translation's heredoc whitespace calculationStan Lo
2024-04-12Sync latest prismKevin Newton
2024-04-12[rubygems/rubygems] `bundle add --glob` continued- quote glob value invocatio...David Marshall
2024-04-12[rubygems/rubygems] bundler CLI option for add gem --glob=David Marshall
2024-04-12[ruby/irb] Pass statements to Context#evaluateStan Lo
2024-04-12[DOC] Fix the wrong commentSatoshi Tagomori