summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-04-08Enumerator should use a non-blocking fiber, change `rb_fiber_new` to be non-b...Samuel Williams
2024-04-07Revert "Enumerator should use a non-blocking fiber. (#10478)" (#10480)Samuel Williams
2024-04-07Prefer to use `Fiber#transfer` in scheduler implementation. (#10479)Samuel Williams
2024-04-07Enumerator should use a non-blocking fiber. (#10478)Samuel Williams
2024-04-07Fix ripper to dispatch warning event for duplicated when clauseyui-knk
2024-04-06[Feature #20329] Separate additional flags from main dump optionsNobuyoshi Nakada
2024-04-06[ruby/reline] Continue processing even if terminfo database couldn'tMari Imaizumi
2024-04-05[ruby/prism] Replace old circular parameter definition detectionKevin Newton
2024-04-05[PRISM] Enable test_argument_forwarding_with_anon_rest_kwrest_and_blockKevin Newton
2024-04-05[ruby/reline] Thread safe readlinetomoya ishida
2024-04-04[ruby/prism] Change forwarding error messages to match CRubyKevin Newton
2024-04-04[ruby/prism] Eliminate character class duplicated range warningKevin Newton
2024-04-04[PRISM] Ensure unfrozen when interpolation is present in string literalKevin Newton
2024-04-04[PRISM] Enable SCRIPT_COMPILED tracepoint eventKevin Newton
2024-04-04[PRISM] Add CLASS and END tracepoint eventsKevin Newton
2024-04-05[Bug #20342] Consider wrapped load in `main` methodsNobuyoshi Nakada
2024-04-04Update `ARGF.write` interfaceNobuyoshi Nakada
2024-04-04Refine test_argf.rbNobuyoshi Nakada
2024-04-04Separate SCRIPT_LINES__ from ast.cHASUMI Hitoshi
2024-04-04[ruby/reline] Handle INT signal correctly, remove handle_clearedtomoya ishida
2024-04-04[ruby/reline] Fix audoindent including "\v", escape "\v" fortomoya ishida
2024-04-04Prevent a warningYusuke Endoh
2024-04-04Prevent "method redefined" warningsYusuke Endoh
2024-04-04Prevent "assigned but unused variable" warningsYusuke Endoh
2024-04-04Prevent "ambiguous first argument" warningsYusuke Endoh
2024-04-04[rubygems/rubygems] Allow to use String keys some of configurationHiroshi SHIBATA
2024-04-04Extend timeout of TestRequire#test_require_with_public_method_missingYusuke Endoh
2024-04-03[PRISM] Enable passing tests for invalid block exitsKevin Newton
2024-04-03[ruby/prism] Allow block exits in defined? and fix modifier while/untilKevin Newton
2024-04-03[ruby/prism] Check for syntax errors using RubyVMKevin Newton
2024-04-03[ruby/prism] Fix up errors testKevin Newton
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] 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] Match circular parameter error messageKevin Newton
2024-04-03Do not rely on ripper for magic comment testKevin Newton
2024-04-02[PRISM] Fix ISEQ loadKevin Newton
2024-04-02[PRISM] Document more reasons for failuresKevin Newton
2024-04-02[PRISM] Enable more passing parsing testsKevin Newton
2024-04-02[Feature #20345] Add `--target-rbconfig` option to mkmfYuta Saito
2024-04-02[Feature #20331] Simplify parser warnings for hash keys duplication and when ...yui-knk
2024-04-01[ruby/prism] Match more error messagesKevin 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
2024-04-01[ruby/prism] Track captures in pattern matching for duplicatesKevin Newton
2024-04-01[ruby/reline] Refactor completiontomoya ishida