aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Guard match from GC in String#gsubPeter Zhu2023-11-291-0/+12
* [PRISM] Implement CallNodes with splat followed by argsJemma Issroff2023-11-291-3/+10
* [PRISM] Account for ImplicitRestNodeJemma Issroff2023-11-291-2/+6
* [PRISM] Fix EnsureNode, pass depth to get localsJemma Issroff2023-11-291-0/+32
* [ruby/prism] Add MacJapanese encodingMatt Boldt2023-11-291-0/+1
* [ruby/irb] Use gem repl_type_completor, remove type_completiontomoya ishida2023-11-296-1086/+84
* [ruby/prism] added CP950 encodingDhaval2023-11-291-0/+1
* Add missing assertion in test_use_all_shapes_then_freezePeter Zhu2023-11-291-1/+2
* [ruby/prism] Convert start line to signed integersJean Boussier2023-11-291-0/+16
* [Bug #17037] Improve accuracy of division near precision limitsNobuyoshi Nakada2023-11-291-0/+8
* [Bug #20025] Check if upper/lower before fallback to case-foldingNobuyoshi Nakada2023-11-291-0/+5
* [ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune2023-11-293-56/+133
* Array#rassoc should try to convert to array implicitly. Fixes #20003Tema Bolshakov2023-11-291-2/+11
* Fix Ractor sharing for too complex ObjectsPeter Zhu2023-11-281-0/+18
* Fix Ractor sharing for too complex generic ivarsPeter Zhu2023-11-281-0/+18
* [ruby/prism] Implicit rest nodesKevin Newton2023-11-2811-41/+31
* [PRISM] Don't calculate params size based on localsJemma Issroff2023-11-281-0/+1
* [ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff2023-11-28191-851/+1310
* Further fix the GVL instrumentation APIJean Boussier2023-11-281-10/+73
* [PRISM] Implement more compilation of SplatNodesJemma Issroff2023-11-281-1/+11
* [PRISM] Compile YieldNode with different argumentsJemma Issroff2023-11-281-0/+1
* Fix cache incoherency for ME resolved through VM_METHOD_TYPE_REFINEDAlan Wu2023-11-281-0/+22
* [PRISM] Run test setting global constant separatelyAlan Wu2023-11-281-18/+14
* [ruby/prism] Fix testsTSUYUSATO Kitsune2023-11-281-1/+1
* [ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune2023-11-282-29/+97
* [ruby/prism] Use `0` for the default valie of `current_param_name`TSUYUSATO Kitsune2023-11-281-1/+1
* [ruby/prism] Check circular references in default values of paramsTSUYUSATO Kitsune2023-11-281-0/+16
* [ruby/irb] Change show_source tests into integration testsPeter Zhu2023-11-282-228/+263
* [ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece2023-11-281-0/+138
* [ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki2023-11-281-0/+9
* [ruby/prism] Fix to parse `*` as forwarding in `foo[*]` caseTSUYUSATO Kitsune2023-11-282-61/+542
* [ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton2023-11-281-24/+10
* Make Range#reverse_each raise TypeError if endlessKouhei Yanagita2023-11-281-0/+8
* [ruby/prism] Use un-capitalized error messagesKevin Newton2023-11-281-197/+197
* Guard match from GC when scanning stringPeter Zhu2023-11-271-0/+4
* [PRISM] Small fixes to parameters ordering and methodsJemma Issroff2023-11-271-0/+9
* [PRISM] Compile IndexOperatorWriteNodeJemma Issroff2023-11-271-0/+25
* [PRISM] Compile IndexAndWriteNodeJemma Issroff2023-11-271-0/+22
* [PRISM] Compile IndexOrWriteNodeJemma Issroff2023-11-271-0/+21
* [PRISM] Fix compilation for SplatNodes within ArrayNodesJemma Issroff2023-11-271-0/+7
* [PRISM] Don't pop several args related nodesJemma Issroff2023-11-271-0/+9
* Fix compaction during ary_make_partialPeter Zhu2023-11-271-0/+4
* [ruby/prism] Check void expressions for constant pathsTSUYUSATO Kitsune2023-11-271-0/+14
* [ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune2023-11-273-213/+389
* Refactor and fix the GVL instrumentation APIJean Boussier2023-11-271-42/+167
* Fix flaky "Expected 499 to be >= 500" assertion in test_gc_compact.rbKJ Tsanaktsidis2023-11-271-30/+37
* [ruby/rdoc] Place a space between certain character class letters onlyNobuyoshi Nakada2023-11-271-4/+24
* [ruby/irb] Hide debugger hint after the input is submittedStan Lo2023-11-271-2/+6
* [ruby/irb] Display aliases in help messageStan Lo2023-11-261-0/+10
* [ruby/irb] Support disabling pagerStan Lo2023-11-263-10/+7