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-26
Process.warmup: precompute strings coderange
Jean Boussier
2023-07-25
YJIT: Fix cfp inconsistency on tailcall (#8107)
Takashi Kokubun
2023-07-24
YJIT: Fallback send instructions to vm_sendish (#8106)
Takashi Kokubun
2023-07-24
Use the caller location as default filename for eval family of methods
Jean Boussier
2023-07-19
Add a corner case for `return`
Nobuyoshi Nakada
2023-07-19
[Bug #19774] Fix segfault at `return` in `END`
Nobuyoshi Nakada
2023-07-19
Add tests for `return` in `BEGIN` and `END` blocks
Nobuyoshi Nakada
2023-07-17
Fix logarithm of 0 with base
Nobuyoshi Nakada
2023-07-17
objspace is not used in parent process [ci skip]
Nobuyoshi Nakada
2023-07-17
Fix up to require objspace
Nobuyoshi Nakada
2023-07-17
Run `Process.warmup` tests in separate processes
Nobuyoshi Nakada
2023-07-17
Implement Process.warmup
Jean Boussier
2023-07-16
Allow -1 as the value of `--backtrace-limit` option
Tom Stuart
2023-07-16
Test that command line `--backtrace-limit` overrides RUBYOPT
Nobuyoshi Nakada
2023-07-15
[Bug #19769] Fix range of size 1 in `String#tr`
alexandre184
2023-07-15
Fix stack trace for rescued StopIteration
Marcelo Pereira
2023-07-13
Tighten Time.new(string) parsing
Jeremy Evans
2023-07-13
Move bsearch test with Bigdecimal under the test_bigdecimal.rb
Hiroshi SHIBATA
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
[next]