summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-29[ruby/prism] Reject class/module defs in method params/rescue/ensure/elseTSUYUSATO Kitsune
2023-11-29Remove written-but-never-read `me->def.body.refined.owner`Alan Wu
2023-11-29Do not call the inplicit convercion spec on older ruby versionsTema Bolshakov
2023-11-29Fix Array#rassoc specTema Bolshakov
2023-11-29Array#rassoc should try to convert to array implicitly. Fixes #20003Tema Bolshakov
2023-11-28Fix Ractor sharing for too complex ObjectsPeter Zhu
2023-11-28Fix Ractor sharing for too complex generic ivarsPeter Zhu
2023-11-28[ruby/prism] Implicit rest nodesKevin Newton
2023-11-28YJIT: fix bug in top cfunc logging in `--yjit-stats` (#9056)Maxime Chevalier-Boisvert
2023-11-28[PRISM] Don't calculate params size based on localsJemma Issroff
2023-11-28[ruby/prism] Add numbered_parameters field to BlockNode and LambdaNodeJemma Issroff
2023-11-28YJIT: reduce default exec-mem-size to 64MiB (#9054)Maxime Chevalier-Boisvert
2023-11-28Further fix the GVL instrumentation APIJean Boussier
2023-11-28[PRISM] Implement more compilation of SplatNodesJemma Issroff
2023-11-28[PRISM] Compile YieldNode with different argumentsJemma Issroff
2023-11-28Assert node inserted into red-black tree existsPeter Zhu
2023-11-28Fix cache incoherency for ME resolved through VM_METHOD_TYPE_REFINEDAlan Wu
2023-11-28Add in missing errorKevin Newton
2023-11-28[PRISM] Run test setting global constant separatelyAlan Wu
2023-11-28[ruby/prism] Fix testsTSUYUSATO Kitsune
2023-11-28[ruby/prism] Reset `current_param_name` around closed scopesTSUYUSATO Kitsune
2023-11-28[ruby/prism] Use `0` for the default valie of `current_param_name`TSUYUSATO Kitsune
2023-11-28[ruby/prism] Check circular references in default values of paramsTSUYUSATO Kitsune
2023-11-28[ruby/irb] Change show_source tests into integration testsPeter Zhu
2023-11-28YJIT: Assert no patch overlap on pos_marker (#9048)Takashi Kokubun
2023-11-28[ruby/irb] This enhancement allows a user to add the -s flag if theypaulreece
2023-11-28[ruby/irb] Rescue errors from main.to_s/inspect when formattingKasumi Hanazuki
2023-11-28[ruby/prism] Fix to parse `*` as forwarding in `foo[*]` caseTSUYUSATO Kitsune
2023-11-28[ruby/prism] Move DATA parsing into its own parse result fieldKevin Newton
2023-11-28Fix indentation in ivar_set [ci skip]Peter Zhu
2023-11-28[DOC] Add a mention of [Feature #18551] to NEWS.mdKouhei Yanagita
2023-11-28Retry pthread_create a few timesYusuke Endoh
2023-11-28Make Range#reverse_each raise TypeError if endlessKouhei Yanagita
2023-11-28[ruby/prism] Use un-capitalized error messagesKevin Newton
2023-11-28[ruby/prism] Introduce char_is_identifier_utf8Haldun Bayhantopcu
2023-11-28Update default gems list at def416899d2b72d2299ddfa97f1f94 [ci skip]git
2023-11-28[ruby/stringio] Development of 3.1.1 started.Sutou Kouhei
2023-11-27YJIT: add top C function call counts to `--yjit-stats` (#9047)Maxime Chevalier-Boisvert
2023-11-27Guard match from GC when scanning stringPeter Zhu
2023-11-27[PRISM] Small fixes to parameters ordering and methodsJemma Issroff
2023-11-27[PRISM] Renamed some variables, added commentsJemma Issroff
2023-11-27[PRISM] Compile IndexOperatorWriteNodeJemma Issroff
2023-11-27[PRISM] Compile IndexAndWriteNodeJemma Issroff
2023-11-27[PRISM] Compile IndexOrWriteNodeJemma Issroff
2023-11-27Add assertions to check created red-black treePeter Zhu
2023-11-27Fix indentation in comment in shape.cPeter Zhu
2023-11-27[PRISM] Fix compilation for SplatNodes within ArrayNodesJemma Issroff
2023-11-27[PRISM] Don't pop several args related nodesJemma Issroff
2023-11-27Fix compaction during ary_make_partialPeter Zhu
2023-11-27[ruby/prism] Check void expressions for constant pathsTSUYUSATO Kitsune