summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-09-27Clean also YARP build directory [ci skip]Nobuyoshi Nakada
2023-09-26fix iseq kwargs table and original_iseq leaksAdam Hess
2023-09-26[ruby/yarp] Check predicate of while and untilHaldun Bayhantopcu
2023-09-26[ruby/reline] Fix config.rb to File.expand_path $include path inelfham
2023-09-26[ruby/irb] Disable pager in show-source testtomoya ishida
2023-09-26Optimize Range#bsearch by reducing the number of Integer#+ callsKouhei Yanagita
2023-09-26Add benchmarks for Range#bsearchKouhei Yanagita
2023-09-26Run crash report test processes without `RUBY_ON_BUG`Nobuyoshi Nakada
2023-09-26Prevent warnings: "unused literal ignored"Yusuke Endoh
2023-09-26Prevent warnings: "unused literal ignored"Yusuke Endoh
2023-09-26[Bug #19902] Update the coderange regarding the changed regionNobuyoshi Nakada
2023-09-26Run crash report test processes without `RUBY_ON_BUG`Nobuyoshi Nakada
2023-09-26Dump backtraces to an arbitrary stream when using libprocstatNobuyoshi Nakada
2023-09-26Labels cannot at the end of blockNobuyoshi Nakada
2023-09-25[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-09-25[rubygems/rubygems] Bump rb-sysdependabot[bot]
2023-09-25[ruby/zlib] Workaround: Fix test failures on Ubuntu jammy s390x.Jun Aruga