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
2023-07-12
Add comment to test
Peter Zhu
2023-07-12
Revert previous commit [ci skip]
Nobuyoshi Nakada
2023-07-12
Test `Comparable#clamp` with inverse arguments as well as a Range
Nobuyoshi Nakada
2023-07-11
Try to fix flaky GC test
Peter Zhu
2023-07-10
Fix autosplat conditions to handle ruby2_keywords case
Jeremy Evans
2023-07-10
Use `File::NULL` instead of hard coded null device names
Nobuyoshi Nakada
2023-07-09
[Bug #19763] Raise same message exception for regexp
Nobuyoshi Nakada
2023-06-30
Handle unterminated unicode escapes in regexps
Jeremy Evans
2023-06-29
Fix memory leak in Hash#replace
Peter Zhu
2023-06-29
Add memory leak test for allocating ST hashes
Peter Zhu
2023-06-28
[Bug #19748] Fix out-of-bound access in `String#byteindex`
Nobuyoshi Nakada
2023-06-28
[Bug #19746] `String#index` with regexp should clear `$~` unless matched
Nobuyoshi Nakada
2023-06-28
Assert `$~` after `String#index` family
Nobuyoshi Nakada
2023-06-28
Use the same capacities for memory leak tests
Nobuyoshi Nakada
2023-06-24
Do not have Enumeratory::Lazy#zip mark result as packed
Jeremy Evans
2023-06-23
Skip test on Solaris SPARC
Peter Zhu
2023-06-22
[Bug #19743] All but EOF can be read again after push-back
Nobuyoshi Nakada
2023-06-20
[Bug #19736] Recover after unterminated interpolation
Nobuyoshi Nakada
2023-06-20
Adjust indent [ci skip]
Nobuyoshi Nakada
2023-06-17
Remove no longer used variable
Nobuyoshi Nakada
2023-06-17
Split the bmethod proc test to avoid redefinition
Nobuyoshi Nakada
2023-06-13
Add tests to `String#byteslice` memory allocation behaviour. (#1909)
Samuel Williams
2023-06-12
When alloc size is too large, only allocate struct
Matt Valentine-House
2023-06-06
YJIT: Avoid identity-based known-class guards for IO objects (#7911)
Alan Wu
2023-06-06
Revert debugging code in test_gc_compact.rb
Peter Zhu
2023-06-05
Revert "Revert "Fix cvar caching when class is cloned""
eileencodes
2023-06-03
Attrset name is not allowed as an attribute
Nobuyoshi Nakada
2023-06-02
Stabilize test_latest_gc_info_need_major_by
Jean Boussier
2023-06-01
Revert "Fix cvar caching when class is cloned"
Aaron Patterson
2023-06-01
Fix cvar caching when class is cloned
eileencodes
2023-05-31
More debug code to GC compaction test
Peter Zhu
2023-05-31
Add debug code to GC compaction test
Peter Zhu
2023-05-27
Improve `read`/`write`/`pread`/`pwrite` consistency. (#7860)
Samuel Williams
2023-05-26
Remvoe very high timeout on test_race_gets_and_close
KJ Tsanaktsidis
2023-05-26
Remove excessive timeout on test_wait_exception for FreeBSD
KJ Tsanaktsidis
2023-05-25
Don't immediately promote children of old objects
Peter Zhu
2023-05-24
Add REMEMBERED_WB_UNPROTECTED_OBJECTS_LIMIT_RATIO
Peter Zhu
2023-05-24
Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826)
Samuel Williams
2023-05-23
Fix crash when replacing ST hash with AR hash
Peter Zhu
2023-05-22
Ensure producer threads do not start running early
Charles Oliver Nutter
2023-05-22
Revert "Apply timeout-scale to test_thr_kill." (#7838)
Jun Aruga
2023-05-22
Fix mutation on shared strings. (#7837)
Samuel Williams
2023-05-22
Allow the match cache optimization for atomic groups (#7804)
TSUYUSATO Kitsune
2023-05-22
Don't leak pipes. (#7820)
Samuel Williams
2023-05-20
Set rlimit_nproc to 64 instead of 128 on OpenBSD for spawn_too_long_path tests
Jeremy Evans
2023-05-17
Move ar_hint to ar_table_struct
Peter Zhu
2023-05-17
Implement Hash AR tables on VWA
Peter Zhu
2023-05-15
Unskip the test skipped in #4173 (#7809)
KJ Tsanaktsidis
2023-05-14
[Bug #19025] Numbered parameter names are always local variables
Nobuyoshi Nakada
2023-05-10
Prevent warning: assigned but unused variable
Yusuke Endoh
[prev]
[next]