summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2023-12-14[PRISM] Fix keyword hash handling in method callsUfuk Kayserilioglu
2023-12-14Pattern matchingKevin Newton
2023-12-14[PRISM] Account for multiple anonymous localsJemma Issroff
2023-12-14[PRISM] Fix bugs in compiling optional keyword parametersJemma Issroff
2023-12-14[PRISM] Use frozen flag on StringNodeJemma Issroff
2023-12-14Fix op asgn method calls passing mutable keyword splatsJeremy Evans
2023-12-14[PRISM] Add anon KW args to the block local tableMatt Valentine-House
2023-12-13[PRISM] Add a test with a non-static-literal hash keyUfuk Kayserilioglu
2023-12-13[Prism] Fix InterpolatedMatchLastLine Instructionseileencodes
2023-12-13Fix memory leak in Hash#compare_by_identityAlan Wu
2023-12-13Make String#chomp! raise ArgumentError for 2+ arguments if string is emptyJeremy Evans
2023-12-13[PRISM] Generate instruction for when redo_label is setMatt Valentine-House
2023-12-13[PRISM] If receiver on CallNode is SelfNode, use FCALL flagsJemma Issroff
2023-12-13[PRISM] Fix attrset edge caseseileencodes
2023-12-12Skip a GC test for RJITTakashi Kokubun
2023-12-12[PRISM] Correctly parse non-base 10 integers in PrismJemma Issroff
2023-12-12[PRISM] Fix segv with regex once flageileencodes
2023-12-12[PRISM] Compile NextNode argumentsMatt Valentine-House
2023-12-12[PRISM] Implementing forwarding of args for ForwardingSuperNodeJemma Issroff
2023-12-12[Bug #19114] Fix for multiple calls of TracePoint#enableKouhei Yanagita
2023-12-12Fix op asgn calls with keywordsJeremy Evans
2023-12-12Make WeakKeyMap safe for compaction during allocationPeter Zhu
2023-12-12Make WeakMap safe for compaction during allocationPeter Zhu
2023-12-11Make Dir#chdir never yield args, and return block return valueJeremy Evans
2023-12-12Prevent a warning: method redefinedYusuke Endoh
2023-12-12Prevent warning: possibly useless use of a literal in void contextYusuke Endoh
2023-12-11[PRISM] Properly compile MultiTargetNodes within parametersJemma Issroff
2023-12-11[PRISM] Fixed rest in MultiTargetNodesJemma Issroff
2023-12-11[PRISM] Define and use a pm_add_ensure_iseqJemma Issroff
2023-12-11[PRISM] Fix ElseNode within CaseNodeJemma Issroff
2023-12-11Add handling of implicit hash argumentsUfuk Kayserilioglu
2023-12-09Ensure super(**kw, &block) calls kw.to_hash before block.to_procJeremy Evans
2023-12-09Ensure f(**kw, &block) calls kw.to_hash before block.to_procJeremy Evans
2023-12-09Add a fudge factor to the GC compaction move up/down testsKJ Tsanaktsidis
2023-12-08[PRISM] Fix `PM_CALL_NODE` assignmenteileencodes
2023-12-08[Bug #19877] Flip-flop needs to be direct conditionNobuyoshi Nakada
2023-12-07YJIT: Fix on-stack ISEQ comparison for auto_compact (#9164)Takashi Kokubun
2023-12-07Support method calls inside `defined?`Aaron Patterson
2023-12-07Free everything at shutdownAdam Hess
2023-12-07[PRISM] Account for multiple arguments when compiling ArgumentsNodeJemma Issroff
2023-12-07Prevent modification of splat array inside setup_parameters_complexJeremy Evans
2023-12-07[PRISM] Stop catch table entries being deleted by the optimiserMatt Valentine-House
2023-12-07Support tracing of struct member accessor methodsJeremy Evans
2023-12-07Support eval "return" at toplevelJeremy Evans
2023-12-07Fix keyword splat passing as regular argumentJeremy Evans
2023-12-07[PRISM] Don't pop arguments on a return nodeJemma Issroff
2023-12-07Fix GC.verify_compaction_references not moving every objectKJ Tsanaktsidis
2023-12-07[PRISM] Rescue should set correct end_labelMatt Valentine-House
2023-12-07Warn `it` (#9152)Takashi Kokubun
2023-12-06Copy encoding flags when copying a regex [Bug #20039]Dustin Brown