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-09-13
Prevent warnings "the block passed to ... may be ignored"
Yusuke Endoh
2024-09-13
Prevent a warning: assigned but unused variable - exp_events
Yusuke Endoh
2024-09-13
Prevent a warning: assigned but unused variable - t0
Yusuke Endoh
2024-09-12
[PRISM] Omit some TestAST tests when Prism is enabled
Kevin Newton
2024-09-12
Switch the default parser from parse.y to Prism
Kevin Newton
2024-09-12
Add error checking to readdir, telldir, and closedir calls in dir.c
Jeremy Evans
2024-09-11
Fix issue with super and forwarding arguments in prism_compile.c
Luke Gruber
2024-09-11
macOS 10.13(High Sierra) is already EOL
Hiroshi SHIBATA
2024-09-11
Implement BREAK, NEXT and REDO NODE locations
ydah
2024-09-11
Implement WHILE and UNTIL NODE locations
ydah
2024-09-10
Add predicates for platforms
Nobuyoshi Nakada
2024-09-09
Add keys to GC.stat and fix tests
Peter Zhu
2024-09-09
Switch sorted list of pages in the GC to a darray
Peter Zhu
2024-09-09
Implement String#append_as_bytes(String | Integer, ...)
Jean Boussier
2024-09-09
Return back legacy Range#step behavior for symbol ranges
zverok
2024-09-09
Implement WHEN NODE locations
ydah
2024-09-07
Preserve encoding in exception message of `Float`
Nobuyoshi Nakada
2024-09-07
[Bug #20719] `Float` argument must be ASCII compatible
Nobuyoshi Nakada
2024-09-06
[Feature #20707] Fix negative UTC offset conversion
Nobuyoshi Nakada
2024-09-05
Move Time#xmlschema in core and optimize it
Jean Boussier
2024-09-05
Optimized instruction for Hash#freeze
Étienne Barrié
2024-09-05
Optimized instruction for Array#freeze
Étienne Barrié
2024-09-05
Implement AND/OR NODE operator locations
ydah
2024-09-04
Implement VALIAS NODE keyword locations
ydah
2024-09-04
[Bug #20708] Retry `open` on EINTR
Nobuyoshi Nakada
2024-09-03
Implement ALIAS NODE keyword locations
ydah
2024-09-03
Implement UNDEF NODE keyword locations
ydah
2024-09-03
Range#step: restore legacy behavior for String ranges
zverok
2024-09-02
Fix flaky test_latest_gc_info_need_major_by
Peter Zhu
2024-08-29
Stop using the "undef" keyword to remove a constant
Alan Wu
2024-08-29
[Bug #20704] Win32: Fix chdir to non-ASCII path
Nobuyoshi Nakada
2024-08-27
YJIT: Encode doubles to VALUE objects and move stat generation to rust (#11388)
Randy Stauner
2024-08-27
Remove incorrect setting of KW_SPLAT_MUT flag
Jeremy Evans
2024-08-25
[Bug #20680] `ensure` block is always void context
Nobuyoshi Nakada
2024-08-23
Fix use-after-free in WeakKeyMap#clear
Peter Zhu
2024-08-22
Uncomment test accidentally commented in 1656350
Peter Zhu
2024-08-23
Skip some tests which don't work under permissionless containers
KJ Tsanaktsidis
2024-08-22
Don't use gc_impl.h inside of gc/gc.h
Peter Zhu
2024-08-22
Fix WeakMap use-after-free
Peter Zhu
2024-08-22
Use ruby to suppress a warning message by cmd.exe
Nobuyoshi Nakada
2024-08-21
[PRISM] Implement unused block warning
eileencodes
2024-08-21
[PRISM] Fix up test exception assertion for Prism
Kevin Newton
2024-08-20
Rewrite #test_redefinition_mismatch to use a dedicated test class
KJ Tsanaktsidis
2024-08-20
Decrease the timeout in assert_darwin_vm_dump_works (#11412)
Naoto Ono
2024-08-19
Avoid hash allocation for certain proc calls
Jeremy Evans
2024-08-19
Make assertions allow incremental GC when disabled
Peter Zhu
2024-08-18
Make Range#step to consistently use + for iteration (#7444)
Victor Shepelev
2024-08-16
Revert "Avoid hash allocation for certain proc calls"
Jeremy Evans
2024-08-16
Fix assertion error when TracePoint has incompatible events
Peter Zhu
2024-08-16
Fix flaky TestSetTraceFunc#test_remove_in_trace by filtering trace events
Naoto Ono
[prev]
[next]