index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-27
YJIT: add top C function call counts to `--yjit-stats` (#9047)
Maxime Chevalier-Boisvert
2023-11-27
Guard match from GC when scanning string
Peter Zhu
2023-11-27
[PRISM] Small fixes to parameters ordering and methods
Jemma Issroff
2023-11-27
[PRISM] Renamed some variables, added comments
Jemma Issroff
2023-11-27
[PRISM] Compile IndexOperatorWriteNode
Jemma Issroff
2023-11-27
[PRISM] Compile IndexAndWriteNode
Jemma Issroff
2023-11-27
[PRISM] Compile IndexOrWriteNode
Jemma Issroff
2023-11-27
Add assertions to check created red-black tree
Peter Zhu
2023-11-27
Fix indentation in comment in shape.c
Peter Zhu
2023-11-27
[PRISM] Fix compilation for SplatNodes within ArrayNodes
Jemma Issroff
2023-11-27
[PRISM] Don't pop several args related nodes
Jemma Issroff
2023-11-27
Fix compaction during ary_make_partial
Peter Zhu
2023-11-27
[ruby/prism] Check void expressions for constant paths
TSUYUSATO Kitsune
2023-11-27
[ruby/prism] Fix and reuse pm_call_node_index_p
TSUYUSATO Kitsune
2023-11-27
[ruby/prism] Correct template.rb comment
Kevin Newton
2023-11-27
Update to ruby/spec@c3206f6
Benoit Daloze
2023-11-27
Update to ruby/mspec@9f83eea
Benoit Daloze
2023-11-27
Refactor and fix the GVL instrumentation API
Jean Boussier
2023-11-27
Don't incremental mark when GC stressful
Peter Zhu
2023-11-27
[ruby/rdoc] [DOC] Slightly decorate `em` and `strong`
Nobuyoshi Nakada
2023-11-27
Fix flaky "Expected 499 to be >= 500" assertion in test_gc_compact.rb
KJ Tsanaktsidis
2023-11-27
[ruby/rdoc] Place a space between certain character class letters only
Nobuyoshi Nakada
2023-11-27
Set compaction after major GC has been determined
Peter Zhu
2023-11-28
[Bug #20023] Resurrect fake string feature name before raising
Nobuyoshi Nakada
2023-11-27
Implement Write Barriers on Enumerator::Producer
Peter Zhu
2023-11-27
Implement Write Barriers on Enumerator::Generator
Peter Zhu
2023-11-27
Implement Write Barriers on Enumerator::Yielder
Peter Zhu
2023-11-27
[ruby/stringio] Do not compile the C extension on TruffleRuby
Benoit Daloze
2023-11-27
[ruby/irb] Hide debugger hint after the input is submitted
Stan Lo
2023-11-27
Opaque Etags for compact index requests
Josef Šimánek
2023-11-27
[rubygems/rubygems] Don't remember `--jobs` flag
David Rodríguez
2023-11-27
[rubygems/rubygems] Fix advice in `bundle install --system` deprecation
David 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 message
David Rodríguez
2023-11-27
[rubygems/rubygems] Remove no longer necessary workaround for old RubyGems
David Rodríguez
2023-11-27
[ruby/psych] Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserialize
Mau 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 bundler
Samuel Giddins
2023-11-26
[ruby/irb] Display aliases in help message
Stan Lo
2023-11-26
[DOC] Fix markup in declarative marking API document
Nobuyoshi Nakada
2023-11-26
[ruby/irb] Support disabling pager
Stan Lo
2023-11-26
[DOC] Remove extra `+` which is not a part of keyword argument name
Nobuyoshi Nakada
2023-11-26
[DOC] Fix markup
Nobuyoshi Nakada
2023-11-26
Constify `RUBY_REFERENCES_START` tables
Nobuyoshi Nakada
2023-11-26
Fix portability of bignum in ISeq Binary Format
Nobuyoshi Nakada
2023-11-26
[ruby/resolv] Close leaked FD
Nobuyoshi Nakada
2023-11-25
[ruby/resolv] Support a :use_ipv6 option to Resolv#initialize
Jeremy Evans
2023-11-26
Omit test_session_reuse_but_expire if OpenSSL 3.2.0
Nobuyoshi Nakada
2023-11-25
Verify correctness of shape cache
Peter Zhu
[next]