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
2025-03-17
[Bug #21186] multibyte char literal should be a single letter word
Nobuyoshi Nakada
2025-03-17
[Bug #21185] Fix Range#overlap? with infinite range
Jérôme Parent-Lévesque
2025-03-14
Invoke `inherited` callbacks before `const_added`
Jean Boussier
2025-03-12
Have `ast` live longer in ISeq.compile_file to fix GC stress crash
Alan Wu
2025-03-12
Fix flaky test_AREF_fstring_key
Peter Zhu
2025-03-12
[Bug #19841] Refine error on marshaling recursive USERDEF
Nobuyoshi Nakada
2025-03-11
Fix memory leak in rb_reg_search_set_match
Peter Zhu
2025-03-12
[Bug #21177] Win32: Allow longer path name
Nobuyoshi Nakada
2025-03-11
Fix flaky test_latest_gc_info_need_major_by
Peter Zhu
2025-03-10
Bump tolerance for weak reference test from 1 to 2
Peter Zhu
2025-03-08
Implement CLASS NODE locations
ydah
2025-03-07
[Bug #21174] [Bug #21175] Fix `Range#max` on beginless integer range
Nobuyoshi Nakada
2025-03-07
[Bug #21163] Fix hexadecimal float conversion
Nobuyoshi Nakada
2025-03-06
Fix flaky failure in TestSetTraceFunc#test_tracepoint_disable (#12854)
Naoto Ono
2025-03-05
Replace tombstone when converting AR to ST hash
John Hawthorn
2025-03-05
Add tests for alias locations with special variables $`, $', and $+
ydah
2025-03-04
Move in-place interning spec to Ruby's tests
Jean Boussier
2025-03-03
Allow YJIT `mem-size` and `call-threshold` to be set at runtime via `YJIT.ena...
annichai-stripe
2025-03-03
Implement POSTEXE NODE locations
ydah
2025-02-28
Improve tests for small UTF regex with case fold.
Maciek Rząsa
2025-02-28
Use mbuf instead of bitset for character class for small UTF. Fixes #16145
Maciej Rzasa
2025-02-27
[Bug #21159] module names should not be modifiable
Nobuyoshi Nakada
2025-02-24
[Bug #21153] Add missing op-assign to top const in `command_asgn`
Nobuyoshi Nakada
2025-02-18
Ensure IO.copy_stream buffer is an independent string
Jeremy Evans
2025-02-18
Fix typo in test_gc_compact.rb [ci skip]
Peter Zhu
2025-02-18
Fix crash for special constants in too complex generic ivars
Peter Zhu
2025-02-18
Add a test for Binding#local_variable* with numbered parameters and `it`
Yusuke Endoh
2025-02-14
Only count VM instructions in YJIT stats builds
Aaron Patterson
2025-02-14
[Bug #21127] Thread deadlock does not display backtraces (#12721)
Masataka Pocke Kuwabara
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-02-13
Extend timeout with resolv.rb and Windows platform. It's expired with 10sec s...
Hiroshi SHIBATA
2025-02-06
Enable bundled gems in ruby-runner
Nobuyoshi Nakada
2025-02-03
Add out of range tests of random number generator
Nobuyoshi Nakada
2025-02-01
[Bug #21103] Fix local variable index calculation with forwarding
Nobuyoshi Nakada
2025-01-31
[Feature #19521] Test for `Module#set_temporary_name`
Nobuyoshi Nakada
2025-01-31
rb_alias: improve "undefined method" error message by invoking
Fabio Sangiovanni
2025-01-24
Fix "Relax expectations of errors from `getgrnam`"
Nobuyoshi Nakada
2025-01-22
Relax expectations of errors from `getgrnam`
Nobuyoshi Nakada
2025-01-15
Fix ENV tests on Windows on ARM64
Lars Kanis
2025-01-14
[PRISM] Handle forwarding inside eval
Kevin Newton
2025-01-14
Add tests for Proc#parameters on `it` blocks
Alan Wu
2025-01-13
Proc#parameters: Show anonymous optionals as `[:opt]`
Alan Wu
2025-01-13
[Bug #21030] Fix step for non-numeric range
Nobuyoshi Nakada
2025-01-12
[Bug #21018] Fix for s390x
Nobuyoshi Nakada
2025-01-09
[Feature #6012] Extend `source_location` for end position and columns
Nobuyoshi Nakada
2025-01-09
[Bug #21018] Show invalid command line option more properly
Nobuyoshi Nakada
2025-01-09
Implement FOR NODE locations
ydah
2025-01-08
Avoid opt_aset_with optimization inside multiple assignment
Jeremy Evans
2025-01-08
Use erb instead of ostruct for test_frozen_loaded_features
Hiroshi SHIBATA
2025-01-08
[Bug #21011] `nd_value` is NULL in massign
Nobuyoshi Nakada
[next]