summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-11-27[ruby/prism] Fix and reuse pm_call_node_index_pTSUYUSATO Kitsune
2023-11-27[ruby/prism] Correct template.rb commentKevin Newton
2023-11-27Update to ruby/spec@c3206f6Benoit Daloze
2023-11-27Update to ruby/mspec@9f83eeaBenoit Daloze
2023-11-27Refactor and fix the GVL instrumentation APIJean Boussier
2023-11-27Don't incremental mark when GC stressfulPeter Zhu
2023-11-27[ruby/rdoc] [DOC] Slightly decorate `em` and `strong`Nobuyoshi Nakada
2023-11-27Fix flaky "Expected 499 to be >= 500" assertion in test_gc_compact.rbKJ Tsanaktsidis
2023-11-27[ruby/rdoc] Place a space between certain character class letters onlyNobuyoshi Nakada
2023-11-27Set compaction after major GC has been determinedPeter Zhu
2023-11-28[Bug #20023] Resurrect fake string feature name before raisingNobuyoshi Nakada
2023-11-27Implement Write Barriers on Enumerator::ProducerPeter Zhu
2023-11-27Implement Write Barriers on Enumerator::GeneratorPeter Zhu
2023-11-27Implement Write Barriers on Enumerator::YielderPeter Zhu