summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-11-27[ruby/stringio] Do not compile the C extension on TruffleRubyBenoit Daloze
2023-11-27[ruby/irb] Hide debugger hint after the input is submittedStan Lo
2023-11-27Opaque Etags for compact index requestsJosef Šimánek
2023-11-27[rubygems/rubygems] Don't remember `--jobs` flagDavid Rodríguez
2023-11-27[rubygems/rubygems] Fix advice in `bundle install --system` deprecationDavid Rodríguez
2023-11-27[rubygems/rubygems] Keep a single copy of the remembered flag deprecation mes...David Rodríguez
2023-11-27[rubygems/rubygems] Avoid some unnecessary quotes in remember flag deprecatio...David Rodríguez
2023-11-27[rubygems/rubygems] Simplify remembered flags deprecation messageDavid Rodríguez
2023-11-27[rubygems/rubygems] Remove no longer necessary workaround for old RubyGemsDavid Rodríguez
2023-11-27[ruby/psych] Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserializeMau Magnaguagno
2023-11-26[rubygems/rubygems] Add missing --prefer-local to Synopsis in bundle-install....Olle Jonsson
2023-11-26[rubygems/rubygems] Reduce allocations when installing gems with bundlerSamuel Giddins
2023-11-26[ruby/irb] Display aliases in help messageStan Lo
2023-11-26[DOC] Fix markup in declarative marking API documentNobuyoshi Nakada
2023-11-26[ruby/irb] Support disabling pagerStan Lo
2023-11-26[DOC] Remove extra `+` which is not a part of keyword argument nameNobuyoshi Nakada
2023-11-26[DOC] Fix markupNobuyoshi Nakada
2023-11-26Constify `RUBY_REFERENCES_START` tablesNobuyoshi Nakada
2023-11-26Fix portability of bignum in ISeq Binary FormatNobuyoshi Nakada
2023-11-26[ruby/resolv] Close leaked FDNobuyoshi Nakada
2023-11-25[ruby/resolv] Support a :use_ipv6 option to Resolv#initializeJeremy Evans
2023-11-26Omit test_session_reuse_but_expire if OpenSSL 3.2.0Nobuyoshi Nakada
2023-11-25Verify correctness of shape cachePeter Zhu