aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* [Bug #19969] Compact st_table after deleted if possibleNobuyoshi Nakada2023-11-111-0/+9
* [PRISM] Implement compilation for ForwardingArgumentssNodeJemma Issroff2023-11-091-0/+16
* String#force_encoding don't clear coderange if encoding is unchangedJean Boussier2023-11-091-0/+1
* [PRISM] Add tests for OptionalKeywordParameterNodeJemma Issroff2023-11-081-0/+4
* [PRISM] Added tests for ForwardingParameterNode, KeywordRestParameterNodeJemma Issroff2023-11-081-0/+8
* [PRISM] Add tests for several parameters nodesJemma Issroff2023-11-081-1/+25
* YJIT: Disable code GC (#8865)Takashi Kokubun2023-11-081-4/+27
* Improve error and memory handlingAdam Hess2023-11-081-0/+6
* Use embedded TypedData for Time objectsPeter Zhu2023-11-071-2/+5
* [PRISM] Implement compilation for different parametersJemma Issroff2023-11-071-1/+41
* [PRISM] CompileEnsureNodeMatt Valentine-House2023-11-071-0/+5
* [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
* [PRISM] Fix stack consistency with Popped beginMatt Valentine-House2023-11-031-0/+1
* rb_ivar_defined: handle complex modulesJean Boussier2023-11-031-0/+39
* [PRISM] Fix CallNode with arguments when poppedMatt Valentine-House2023-11-031-0/+6
* [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
* Fix SystemStackError in test_run_out_of_shape_for_class_cvarPeter Zhu2023-11-011-1/+3
* Fix remove_class_variable for too complex classesPeter Zhu2023-11-011-1/+23
* 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