aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [PRISM] CompileEnsureNodeMatt Valentine-House2023-11-071-0/+5
* [ruby/cgi] Add snake case aliases for escapeURIComponentJean Boussier2023-11-071-0/+9
* [ruby/timeout] tests for blank secondsJohn Bachir2023-11-071-0/+12
* [ruby/timeout] nested exception tests for discussionJohn Bachir2023-11-071-0/+36
* [ruby/reline] Test Reline::Face without mockingStan Lo2023-11-062-13/+6
* [ruby/reline] Introduce a new class Reline::Face to configureHASUMI Hitoshi2023-11-064-61/+301
* [PRISM] Implement compilation for MultiWriteNodes, fix MultiTargetNodesJemma Issroff2023-11-061-1/+26
* generic_ivar_set: properly check for TOO_COMPLEX on capacity transitionJean Boussier2023-11-061-1/+31
* [Bug #19985] Raise LoadError with the converted feature nameNobuyoshi Nakada2023-11-061-5/+21
* ast.rb: Fix bug for source of multibyte charactersalpaca-tc2023-11-051-0/+8
* Skip a test that is flaky with RJITTakashi Kokubun2023-11-032-5/+10
* [PRISM] Fix stack consistency with Popped beginMatt Valentine-House2023-11-031-0/+1
* [ruby/prism] Split commentKevin Newton2023-11-031-7/+7
* [ruby/prism] Properly support the start line optionKevin Newton2023-11-032-1/+4
* [ruby/prism] Wire up options through the FFI APIKevin Newton2023-11-032-38/+13
* [ruby/prism] Wire up options through the Ruby APIKevin Newton2023-11-032-9/+9
* rb_ivar_defined: handle complex modulesJean Boussier2023-11-031-0/+39
* [ruby/rdoc] test/rdoc/test_rdoc_generator_json_index.rb: pend in test_generat...Jun Aruga2023-11-031-0/+12
* [PRISM] Fix CallNode with arguments when poppedMatt Valentine-House2023-11-031-0/+6
* Fix thread leakageNobuyoshi Nakada2023-11-031-0/+2
* Make String.new size pools aware.Jean Boussier2023-11-021-1/+1
* [PRISM] Fix popped for ForNodeJemma Issroff2023-11-021-2/+0
* [PRISM] Fix popped for CallOperatorWriteNodeJemma Issroff2023-11-021-2/+1
* [PRISM] Fix popped for Call{And,Or}WriteNodeJemma Issroff2023-11-021-17/+15
* [PRISM] Fix popped for SingletonClassNodeJemma Issroff2023-11-021-1/+1
* [PRISM] Fix popped for CaseNodeJemma Issroff2023-11-021-2/+0
* [PRISM] Fix popped for AssocSplatNodeJemma Issroff2023-11-021-2/+0
* [PRISM] Fix popped for MatchWriteNodeJemma Issroff2023-11-021-2/+2
* [PRISM] Fix popped for ConstantPathOperatorWriteNodeJemma Issroff2023-11-021-1/+1
* [PRISM] Fix popped for ConstantPathOrWriteNodeJemma Issroff2023-11-021-2/+2
* [PRISM] Fix popped on DefinedNodeJemma Issroff2023-11-021-2/+0
* [PRISM] Fixed popped for ConstantPathAndWriteNodeJemma Issroff2023-11-021-2/+2
* [PRISM] Fix test infrastucture, comment out failing testsJemma Issroff2023-11-021-10/+25
* Fix vm_getivar to handle module with TOO_COMPLEX shapeJean Boussier2023-11-021-0/+19
* Make every initial size pool shape a root shapePeter Zhu2023-11-021-8/+0
* YJIT: Always define method codegen table at boot (#8807)Takashi Kokubun2023-11-021-0/+10
* 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