summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-27[DOC] RDoc for Open3.popen3 (#8521)Burdette Lamar
2023-09-28Change RNode structure from union to structyui-knk
2023-09-28Update bundled gems list at 2023-09-28git
2023-09-28Bundle RBS 3.2.2Soutaro Matsumoto
2023-09-28[CI] Fix conditional for `RUBYOPT`Nobuyoshi Nakada
2023-09-28[CI] Fix indentation to concatenate the lines and pass the optionsNobuyoshi Nakada
2023-09-28Suppress void context warningsNobuyoshi Nakada
2023-09-27[PRISM] Implement MatchLastLineNodeeileencodes
2023-09-27Use new constant pool layout for prismKevin Newton
2023-09-27[ruby/prism] rearrange the constant pool so IDs can be used for indexingNathan Froyd
2023-09-27[ruby/prism] shrink `yp_constant_t` by 8 bytesNathan Froyd
2023-09-27Make {Queue,SizedQueue}#freeze raise TypeErrorJeremy Evans
2023-09-27[DOC] Fix minor inconsistenciesBurdetteLamar
2023-09-27Include recently added parse_test code in renameKevin Newton
2023-09-27Rename YARP symbols to prismKevin Newton
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton
2023-09-27Update YARP build targetsKevin Newton
2023-09-27Update YARP gitignoreKevin Newton
2023-09-27[ruby/yarp] Move node ext and parse result to their own filesKevin Newton
2023-09-27[ruby/yarp] Move lex compat into its own fileKevin Newton
2023-09-27[ruby/yarp] Move node inspector into its own fileKevin Newton
2023-09-27[ruby/yarp] Move debug into its own fileKevin Newton
2023-09-27[ruby/yarp] More documentation for desugar compilerKevin Newton
2023-09-27[ruby/yarp] Split up compiler versus visitorKevin Newton
2023-09-27Rename compiler test to iseq testKevin Newton
2023-09-27Delete mutation visitor manually so sync can runKevin Newton
2023-09-27[ruby/yarp] Move DSL into its own fileKevin Newton
2023-09-27[ruby/yarp] Move BasicVisitor below ParseResult in yarp.rbKevin Newton
2023-09-27[ruby/yarp] Move more features under autoloadKevin Newton
2023-09-27[ruby/yarp] Move dispatcher into its own autoloadKevin Newton
2023-09-27[ruby/yarp] Use less magical numbers for regular expression flagsKevin Newton
2023-09-27[YARP] Implement regex flagseileencodes
2023-09-27[YARP] Implemented BlockArgumentNode (#8499)Jemma Issroff
2023-09-27Out of place jumps are valid in `defined?`Nobuyoshi Nakada
2023-09-27Syntax check of `retry` in the parserNobuyoshi Nakada
2023-09-27Fix error token locationNobuyoshi Nakada
2023-09-27Block exits are now syntax error in ripperNobuyoshi Nakada
2023-09-27Syntax check of block exits in the parserNobuyoshi Nakada
2023-09-27[DOC] Missing comment markersNobuyoshi Nakada
2023-09-27[DOC] Missing comment markerNobuyoshi Nakada
2023-09-27[rubygems/rubygems] Centralize logic using `Pathname#relative_path_from`Ry Biesemeyer
2023-09-27[rubygems/rubygems] Reword a couple of error messagesDavid Rodriguez
2023-09-27[rubygems/rubygems] Refactor full sha revision match logickrororo
2023-09-27[rubygems/rubygems] Fix bundle install when older revisions of git sourcekrororo
2023-09-27[rubygems/rubygems] Fix `bundle lock --minor --update <dep>` edge caseDavid Rodriguez
2023-09-26[ruby/yarp] Ensure newlines are sorted in newline testKevin Newton
2023-09-26[ruby/yarp] Remove visitor usage to not rely on overriding visitKevin Newton
2023-09-26[DOC] Fix link in process.cPeter Zhu
2023-09-26[DOC] Refactor doc in process.cBurdetteLamar