aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Better handle running out of shapes in remove_shape_recursiveJean Boussier2023-11-021-0/+30
* Added TestRipper namespace to test_call_colon2Hiroshi SHIBATA2023-11-021-1/+1
* test/ripper: nest helper classes under TestRipper modulelukeg2023-11-022-27/+28
* Fix SystemStackError in test_run_out_of_shape_for_class_cvarPeter Zhu2023-11-011-1/+3
* [ruby/prism] Disallow assigning to numbered parameters in regexpKevin Newton2023-11-011-6/+10
* Fix remove_class_variable for too complex classesPeter Zhu2023-11-011-1/+23
* [ruby/prism] Forward parameters into arraysKevin Newton2023-11-012-18/+54
* [ruby/prism] Flip incorrect names of OptionalKeywordParameterNode and Require...Jemma Issroff2023-11-0134-75/+75
* [ruby/prism] Split KeywordParameterNode into Optional and RequiredJemma Issroff2023-11-0134-133/+110
* remove_instance_variable: Handle running out of shapesJean Boussier2023-11-011-0/+52
* Fix removing non-existent ivar for too complexPeter Zhu2023-11-011-0/+9
* Fix remove_instance_variable for too complex generic ivarPeter Zhu2023-10-311-0/+3
* Fix SystemStackError for test_run_out_of_shape_for_classPeter Zhu2023-10-311-1/+2
* Fix remove_instance_variable for too complex classPeter Zhu2023-10-311-1/+18
* [PRISM] Implement compilation for SuperNodeJemma Issroff2023-10-311-0/+7
* [PRISM] Compile forwarding super nodeJemma Issroff2023-10-311-0/+5
* Fix "too complex" iv sets on generic ivar objectsAaron Patterson2023-10-311-0/+26
* Handle SHAPE_TOO_COMPLEX in `generic_ivar_set`Jean Boussier2023-10-311-0/+20
* Handle running out of shapes in `Object#dup`Jean Boussier2023-10-311-0/+26
* [PRISM] Implement compilation for PostExecutionNodeJemma Issroff2023-10-311-0/+6
* Add defined array nodeHParker2023-10-311-0/+1
* compile defined with nested constants and stovetopHParker2023-10-311-0/+3
* Keep unused literal nodesyui-knk2023-10-312-6/+5
* [Feature #10602] Add new API rb_profile_thread_frames()Daisuke Aritomo2023-10-311-0/+47
* [Prism] Add ForNode testsMatt Valentine-House2023-10-301-0/+9
* [ruby/irb] Use IRB's own doc for doc dialog testsStan Lo2023-10-301-16/+20
* [ruby/rdoc] test/rdoc/test_rdoc_generator_json_index.rb: Use assert_equal ins...Jun Aruga2023-10-301-1/+1
* [ruby/prism] parse_inline_comments -> parse_commentsKevin Newton2023-10-301-5/+5
* [ruby/prism] Remove newlines from magic comment testKevin Newton2023-10-301-2/+2
* [ruby/net-http] fix a false-negative testChristian van Rensen2023-10-301-2/+2
* Optimize regexp matching for look-around and atomic groups (#7931)Hiroya Fujinami2023-10-301-5/+59
* Extract transcoding assertionsNobuyoshi Nakada2023-10-281-239/+259
* test/fiber/test_queue.rb: Make the stuck test fail. (#8791)Jun Aruga2023-10-281-4/+16
* Make get_next_shape_internal idempotentJean Boussier2023-10-271-0/+19
* Revert "Add debug info for flaky test_warmup_frees_pages"Peter Zhu2023-10-271-1/+1
* [ruby/prism] Prism.parse_inline_commentsKevin Newton2023-10-271-2/+0
* [ruby/prism] Parse inline commentsKevin Newton2023-10-271-0/+23
* [ruby/prism] Use MatchWriteNode on split InterpolatedRENKevin Newton2023-10-272-42/+91
* [ruby/prism] Fix parsing lone assoc splat within hash patternsKevin Newton2023-10-2717-94/+86
* [Feature #19244] Windows: Prefer USERPROFILE over HOMEPATH on startup as wellLars Kanis2023-10-271-0/+34
* [ruby/prism] Fix up newline testKevin Newton2023-10-261-3/+5
* [ruby/prism] Regenerate snapshotsKevin Newton2023-10-26100-698/+737
* [ruby/prism] Rename to lefts/rightsKevin Newton2023-10-2670-282/+282
* [ruby/prism] Remove RequiredDestructuredParameterNode in favor of MultiTarget...Kevin Newton2023-10-2627-310/+401
* [ruby/prism] Ensure no extra multi-target nodes are created for splatsKevin Newton2023-10-267-97/+55
* [ruby/prism] Ensure no extra multi-target nodes are createdKevin Newton2023-10-262-40/+71
* [ruby/prism] Split up multi target/write targetsKevin Newton2023-10-2644-328/+517
* [ruby/prism] Add KeywordSplat flag to ArgumentsNodeJemma Issroff2023-10-26313-11085/+11960
* [PRISM] Implement regex encoding flagseileencodes2023-10-261-0/+8
* add more shapes testslukeg2023-10-261-2/+21