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
2024-03-27
Revert "skip `test_gc_stress_at_startup`"
Peter Zhu
2024-03-27
[DOC] remove repetitive words in comments
crazeteam
2024-03-27
Don't clear pending interrupts in the parent process. (#10365)
Samuel Williams
2024-03-26
[Bug #20392] Block arguments duplication check at `super`
Nobuyoshi Nakada
2024-03-26
skip `test_gc_stress_at_startup`
Koichi Sasada
2024-03-25
[Bug #20389] Chilled string cannot be a shared root
Nobuyoshi Nakada
2024-03-24
Use dedicated methods to abort
Nobuyoshi Nakada
2024-03-24
Move `-test-/fatal/rb_fatal` to `-test-/fatal`
Nobuyoshi Nakada
2024-03-23
Ignore method chains succeeding `git ls-files`
Nobuyoshi Nakada
2024-03-22
Do not apply anon_rest optimization when passed array uses keyword-flagged hash
Jeremy Evans
2024-03-22
[Feature #20275] Remove extra backtrace entries for rescue and ensure
Benoit Daloze
2024-03-21
Fix unexpected node bug for `shareable_constant_value: literal`
yui-knk
2024-03-20
Avoid deprecation warnings in TestString
Jean Boussier
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-17
[Bug #20218] Reject keyword arguments in index
Nobuyoshi Nakada
2024-03-17
[Bug #19918] Reject block passing in index
Nobuyoshi Nakada
2024-03-16
Prefer the simple read/write `File` singleton methods
Nobuyoshi Nakada
2024-03-16
Prefer the simple read/write `File` singleton methods
Nobuyoshi Nakada
2024-03-15
Cover all warning categories by using `Warning.categories`
Nobuyoshi Nakada
2024-03-15
Test deprecation warning with `$;`
Nobuyoshi Nakada
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-03-14
`Exception#set_backtrace` accept arrays of `Backtrace::Location`
Jean Boussier
2024-03-14
[Feature #20244] Issue a single `Warning.warn` call
Nobuyoshi Nakada
2024-03-14
[Feature #20244] Show the conflicting another chdir block
Nobuyoshi Nakada
2024-03-14
[Feature #20293] Add `Warning.categories`
Nobuyoshi Nakada
2024-03-14
[Bug #20307] Fix `Hash#update` to make frozen copy of string keys
Nobuyoshi Nakada
2024-03-14
Chomp last punctuations from descriptions for `-h`
Nobuyoshi Nakada
2024-03-13
Make special const and too complex shapes before T_OBJECT shapes
Peter Zhu
2024-03-13
Don't create per size pool shapes for non-T_OBJECT
Peter Zhu
2024-03-12
Skip a flaky GC.compact test for YJIT
Takashi Kokubun
2024-03-12
Check what actually needs to be checked
Takashi Kokubun
2024-03-12
Use `assert_crash_report` in `test_crash_report_pipe`
Nobuyoshi Nakada
2024-03-12
[Bug #20277] Remove stale `String` test conditionals
Nobuyoshi Nakada
2024-03-07
Clear all refined CCs on reopening refinement mod
John Hawthorn
2024-03-07
[Bug #20327] Do not count subsecond to calculate UTC offset
Nobuyoshi Nakada
2024-03-04
Keep hidden local variables when dumping and loading iseqs
Jeremy Evans
2024-03-04
[Bug #20324] Uncomparable ranges are not overlapping
Nobuyoshi Nakada
2024-03-04
Support NODE_ONCE for pattern matching
S-H-GAMELINKS
2024-03-04
Disable callcc when ASAN is enabled
KJ Tsanaktsidis
2024-03-01
Correctly set anon_kwrest flag for def f(b: 1, **)
Jeremy Evans
2024-03-01
YJIT: Support opt_invokebuiltin_delegate for leaf builtin (#10152)
Takashi Kokubun
2024-03-01
Make Struct memory leak test faster
Jean Boussier
2024-03-01
Don't pin named structs defined in Ruby
Jean Boussier
2024-03-01
Use `File.open` and `File.write` instead of `Kernel#open`
Nobuyoshi Nakada
2024-02-28
Fix crash report path test on Windows
Nobuyoshi Nakada
2024-02-28
Fix to use `assert_crash_report` results
Nobuyoshi Nakada
2024-02-28
Update regex patterns with rbinstall.rb
Hiroshi SHIBATA
2024-02-28
Use dummy command for IO.popen
Hiroshi SHIBATA
2024-02-28
Also ignore git ls-files command with IO.popen style for tmpdir.gemspec and t...
Hiroshi SHIBATA
2024-02-27
[Bug #20302] Multiple refinements cannot be applied to the same module
Shugo Maeda
[prev]
[next]