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
path:
root
/
test
Age
Commit message (
Expand
)
Author
5 days
[ruby/prism] Handle String-like objects for Ripper.sexp
Benoit Daloze
6 days
ZJIT: Optimize `super` calls to C function targets (#15993)
Kevin Menard
7 days
Attempt to fix failing monitor test (#15992)
Luke Gruber
7 days
Revert "Prevent starvation when acquiring mutex over and over (#15877)" (#15990)
Luke Gruber
7 days
[ruby/prism] Remove tokens from lex compat
Kevin Newton
8 days
Use slices instead of locations
Kevin Newton
8 days
[ruby/prism] Add Prism::Node#find_all
Kevin Newton
8 days
[ruby/prism] Rename line_to_byte_offset -> byte_offset
Kevin Newton
8 days
ZJIT: Compile invokesuperforward (#15958)
Nozomi Hijikata
8 days
Fix test for mutex starvation as well as small fix in thread_sync.c (#15982)
Luke Gruber
8 days
[ruby/prism] Remove `Prism.lex_ripper`
Earlopain
9 days
[ruby/resolv] remove test for every class
Michael Yang
9 days
[ruby/resolv] add getresources test for every resource typeclass
Michael Yang
9 days
Prevent starvation when acquiring mutex over and over (#15877)
Luke Gruber
9 days
Fix RUBY_MN_THREADS sleep returning prematurely (#15868)
Chris Hasiński
10 days
[ruby/prism] Fix `on_words_sep` for ripper translator with newlines
Earlopain
10 days
[ruby/rubygems] Fix Bundler that re-exec $0 when a `version` is present in th...
Edouard CHIN
10 days
[ruby/rubygems] Fix RubyGems not able to require the right gem:
Edouard CHIN
12 days
[ruby/openssl] ssl: update tests for SSLContext#servername_cb callback
Kazuki Yamaguchi
12 days
[ruby/openssl] Add `sync_close` kwarg to `SSLSocket.new` (fixes
Sharon Rosner
13 days
[ruby/pathname] Remove omit's for File.path since it is fixed in the last Tru...
Benoit Daloze
13 days
[ruby/pathname] Reenable truffleruby in CI and omit the 2 failing tests
Benoit Daloze
13 days
[ruby/pathname] Omit failure on JRuby and truffleruby
Nobuyoshi Nakada
13 days
Remove unused variable warning
Étienne Barrié
13 days
Add early type validation for ObjectSpace.memsize_of_all klass argument
Augustin Gottlieb
13 days
[ruby/rubygems] Validate executable names for invalid characters
Hiroshi SHIBATA
2026-01-21
ZJIT: Compile getblockparam (#15896)
Nozomi Hijikata
2026-01-21
[ruby/prism] Also handle `BasicObject` as a return value
Earlopain
2026-01-21
[ruby/prism] Check using Prism nodes if a command call has any arguments in R...
Benoit Daloze
2026-01-21
[ruby/rubygems] Skip failing tests
Hiroshi SHIBATA
2026-01-21
[ruby/rubygems] Appease the linter again
Jason Lunn
2026-01-21
[ruby/rubygems] Appease the linter
Jason Lunn
2026-01-21
[ruby/rubygems] Add test
Jason Lunn
2026-01-21
ZJIT: Support optional keyword arguments in direct send (#15873)
Randy Stauner
2026-01-20
ZJIT: Add a smoke test for --zjit-trace-exits
Alan Wu
2026-01-20
[ruby/prism] Fix `on_*` return value of ripper translator
Earlopain
2026-01-20
ZJIT: Compile IsA into load + compare for String/Array/Hash (#15878)
Jeff Zhang
2026-01-20
[ruby/psych] Remove excessive check of message
Nobuyoshi Nakada
2026-01-20
Reapply "[ruby/prism] Add Ripper :on_sp events for Prism.lex_compat and Prism...
Earlopain
2026-01-20
Revert "[ruby/prism] Add Ripper :on_sp events for Prism.lex_compat and Prism:...
Hiroshi SHIBATA
2026-01-20
[ruby/prism] Add Ripper :on_sp events for Prism.lex_compat and Prism::Transla...
Benoit Daloze
2026-01-19
[ruby/prism] Add Prism::Source#line_to_byte_offset and replace direct accesse...
Benoit Daloze
2026-01-19
[ruby/prism] Remove duplicate lex tests
Earlopain
2026-01-19
[ruby/rubygems] Add missing `.binmode` for `Gem::AtomicFileWriter`
Sutou Kouhei
2026-01-19
[DOC] Remove _emphasis_ in code blocks which is not handled as emphasis anymo...
tomoya ishida
2026-01-18
[ruby/prism] Fix ripper translator for `__END__`
Earlopain
2026-01-17
[Bug #21842] Let `rb_interned_str` return US-ASCII if possible
Nobuyoshi Nakada
2026-01-16
ZJIT: Specialize OPTIMIZED_METHOD_TYPE_CALL (#15859)
Nozomi Hijikata
2026-01-16
[ruby/prism] Make the ripper shim work with rdoc
Earlopain
2026-01-16
[ruby/json] Use __builtin_memcpy, if available, to copy overlapping byte rang...
Scott Myron
[next]