summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-03[ruby/prism] Fix up location testsKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton
2024-04-03[ruby/prism] Correct errors for invalid retryKevin Newton
2024-04-03[ruby/prism] Log errors for invalid jumpsKevin Newton
2024-04-03[ruby/prism] Update unparser testsKevin Newton
2024-04-03[ruby/prism] Update seattlerb/ruby_parser testsKevin Newton
2024-04-03[ruby/prism] Update whitequark/parser testsKevin Newton
2024-04-03[ruby/prism] Use tilde for extended error linesKevin Newton
2024-04-03[ruby/prism] Match circular parameter error messageKevin Newton
2024-04-03YJIT: update code optimization tips in yjit.md (#10445)Maxime Chevalier-Boisvert
2024-04-03YJIT: Let sp_opnd take the number of slots (#10442)Takashi Kokubun
2024-04-03Do not rely on ripper for magic comment testKevin Newton
2024-04-03YJIT: Suppress warn(static_mut_refs) (#10440)Takashi Kokubun
2024-04-03Revert "Migrate auto_request_review back to CODEOWNERS" (#10441)Takashi Kokubun
2024-04-03Check if a fatal signal is from kernelNobuyoshi Nakada
2024-04-03Reapply "Mark iseq structs with rb_gc_mark_movable"Peter Zhu
2024-04-03Ignore warnings on the bundled gems repoHiroshi SHIBATA
2024-04-03Reset `$.` before matchingNobuyoshi Nakada
2024-04-03Launchable: Add lineNumber fieldNaoto Ono
2024-04-03[DOC] Fix examples for `u` packing directiveAdam Daniels
2024-04-02Remove with_gc functions in darrayPeter Zhu
2024-04-02YJIT: A64: Use ADDS/SUBS/CMP (immediate) when possible (#10402)Alan Wu
2024-04-02[PRISM] Fix ISEQ loadKevin Newton
2024-04-02[PRISM] Document more reasons for failuresKevin Newton
2024-04-02Launchable: Refactor the logic of JsonStreamWriterNaoto Ono
2024-04-02[DOC] Fix wheather -> whether typos in configure.Matt Valentine-House
2024-04-02[PRISM] Enable more passing parsing testsKevin Newton
2024-04-02Remove `rb_imemo_tmpbuf_t` from parseryui-knk
2024-04-02Warn pstore for Ruby 3.5Hiroshi SHIBATA
2024-04-02Update to ruby/spec@573cf97Andrew Konchin
2024-04-02[Feature #20345] Add `--target-rbconfig` option to mkmfYuta Saito
2024-04-02Update bundled gems list at a65d49ce77af76b29ee17ec64c15b7 [ci skip]git
2024-04-02Use Rake 13.2.0Hiroshi SHIBATA
2024-04-02Use fixed version of rake with ostructHiroshi SHIBATA
2024-04-02Warn ostruct for Ruby 3.5Hiroshi SHIBATA
2024-04-02[Feature #20331] Simplify parser warnings for hash keys duplication and when ...yui-knk
2024-04-02Remove VALUE from `struct rb_strterm_struct`yui-knk
2024-04-01[ruby/prism] Replace . with decimal point for strtodKevin Newton
2024-04-01[ruby/prism] Match more error messagesKevin Newton
2024-04-01[ruby/prism] Fix up error messages for empty global variableKevin Newton
2024-04-01[ruby/prism] Match error messages for invalid instance/class variablesKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module nameKevin Newton
2024-04-01[ruby/prism] Match error message for invalid class/module definitionKevin Newton
2024-04-01[ruby/prism] Match error message for multiple blocks givenKevin Newton
2024-04-01[ruby/prism] Add better error messages for invalid block-localsKevin Newton
2024-04-01[ruby/prism] Fix up error message for invalid numbered reference aliasKevin Newton
2024-04-01[PRISM] Enable passing pattern matching testsKevin Newton
2024-04-01[ruby/prism] Do not track locals starting with _Kevin Newton
2024-04-01[ruby/prism] Use RubyVM::InstructionSequence instead of Ripper for validity c...Kevin Newton
2024-04-01[ruby/prism] Track duplicate hash keys for pattern matchingKevin Newton