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
/
ruby
Age
Commit message (
Expand
)
Author
27 hours
Start handling `&nil` in method parameters
Ufuk Kayserilioglu
27 hours
[Feature #19979] Method definition with `&nil`
Nobuyoshi Nakada
4 days
[Bug #21551] changing the exception to be isolationerror rather than argument...
Nery Campusano
4 days
[Feature #21796] unpack variant `^` that returns the final offset (#15647)
Nobuyoshi Nakada
4 days
Introduce suport for `autoload_relative`. (#16148)
Samuel Williams
4 days
[Feature #21785] Add LEB128 again (#16123)
Aaron Patterson
6 days
ZJIT: Avoid runtime exceptions from RubyVM::ZJIT.stats_string (#16134)
Randy Stauner
6 days
ZJIT: Move JIT code tests from test_zjit.rb to Rust (#16130)
Takashi Kokubun
6 days
[Feature #21872] Search script from $PATH only if no separator
Nobuyoshi Nakada
7 days
Fix UnboundMethod#== for methods from included/extended modules
Mike Dalessio
7 days
ZJIT: Compile getconstant insn (#16109)
Nozomi Hijikata
9 days
Fix signal crash during keyword argument call
John Hawthorn
9 days
Revert "Wake timer to create new SNT when needed for dedicated task (#16009)"
John Hawthorn
10 days
Refactor type error to be more consistent
Jean Boussier
10 days
Wake timer to create new SNT when needed for dedicated task (#16009)
Luke Gruber
11 days
Extend timeout for ci.rvm.jp
Hiroshi SHIBATA
13 days
[Bug #21669] Fix void value expression check for pattern-matching
Nobuyoshi Nakada
13 days
[Bug #21669] Fix void value expression check for block
Nobuyoshi Nakada
13 days
[Bug #21669] Add more void value expression check for `if`
Nobuyoshi Nakada
13 days
[Bug #21669] Implement void value expression check for `case`/`when`
Nobuyoshi Nakada
13 days
[Bug #21669] Fix void value expression check for `rescue`-else
Nobuyoshi Nakada
13 days
[Bug #21669] Fix void value expression check for `rescue`
Nobuyoshi Nakada
13 days
[Bug #21669] Thoroughly implement void value expression check (prism)
Earlopain
14 days
try to extend timeout for repeated refine test
Koichi Sasada
14 days
Try to send SEGV to show C bt
Koichi Sasada
14 days
apply timeout scale in wait_exception
Koichi Sasada
14 days
filter TracePoint :line events by file
Koichi Sasada
2026-02-01
Check the suffix argument always if given
Nobuyoshi Nakada
2026-01-29
ZJIT: Optimize `super` calls to C function targets (#15993)
Kevin Menard
2026-01-28
Revert "Prevent starvation when acquiring mutex over and over (#15877)" (#15990)
Luke Gruber
2026-01-27
ZJIT: Compile invokesuperforward (#15958)
Nozomi Hijikata
2026-01-27
Fix test for mutex starvation as well as small fix in thread_sync.c (#15982)
Luke Gruber
2026-01-26
Prevent starvation when acquiring mutex over and over (#15877)
Luke Gruber
2026-01-26
Fix RUBY_MN_THREADS sleep returning prematurely (#15868)
Chris Hasiński
2026-01-23
Remove unused variable warning
Étienne Barrié
2026-01-21
ZJIT: Compile getblockparam (#15896)
Nozomi Hijikata
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
ZJIT: Compile IsA into load + compare for String/Array/Hash (#15878)
Jeff Zhang
2026-01-19
[DOC] Remove _emphasis_ in code blocks which is not handled as emphasis anymo...
tomoya ishida
2026-01-16
ZJIT: Specialize OPTIMIZED_METHOD_TYPE_CALL (#15859)
Nozomi Hijikata
2026-01-16
MatchData: Avoid large stack allocations in MatchData (GH-15872)
Andrii Furmanets
2026-01-15
ZJIT: Inline ArrayAref
nozomemein
2026-01-15
Make `Array#map` and `Array#select` more tolerant
Nobuyoshi Nakada
2026-01-14
ZJIT: Optimize common `invokesuper` cases (#15816)
Kevin Menard
2026-01-14
YJIT: Add crashing test for --yjit-dump-insns
Alan Wu
2026-01-12
ZJIT: Snapshot FrameState with reordered args before direct send
Randy Stauner
2026-01-11
[ruby/prism] [Bug #21831] Fix denominator of rational float literal
Nobuyoshi Nakada
2026-01-11
Relax the flaky test threshold on RHEL 10.0 x86_64
Nobuyoshi Nakada
2026-01-09
YJIT: Add frozen guard for struct aset (#15835)
Max Bernstein
[next]