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
2022-11-22
Avoid unnecessary use of global variables
Nobuyoshi Nakada
2022-11-21
Add RVALUE_OVERHEAD and move ractor_belonging_id
Peter Zhu
2022-11-22
[Bug #19016] `SyntaxError` with parser error messages
Nobuyoshi Nakada
2022-11-22
[Bug #19016] re-order error handling at cleanup
Nobuyoshi Nakada
2022-11-21
Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methods
yui-knk
2022-11-20
[Bug #19016] Handle syntax error in main script like other errors
Nobuyoshi Nakada
2022-11-19
Avoid a timeout on test_cache_optimization_exponential
Takashi Kokubun
2022-11-19
Add test cases for args forwarding after rest argument
yui-knk
2022-11-18
Differentiate T_OBJECT shapes from other objects
Aaron Patterson
2022-11-18
Make anonymous rest arg (*) and block arg (&) accessible from ARGS node
yui-knk
2022-11-18
Allow anonymous keyword rest parameter with other keyword parameters
Shugo Maeda
2022-11-17
Add support for `sockaddr_un` on Windows. (#6513)
Samuel Williams
2022-11-17
YJIT: Make the code GC test stabler
Takashi Kokubun
2022-11-16
YJIT: Show YJIT build option in RUBY_DESCRIPTION (#6738)
Takashi Kokubun
2022-11-14
Rename --mjit-min-calls to --mjit-call-threshold (#6731)
Takashi Kokubun
2022-11-13
Fix invokebuiltin in Ruby MJIT
Takashi Kokubun
2022-11-11
Allow a float error for Regexp.timeout
Yusuke Endoh
2022-11-11
Run EnvUtil.apply_timeout_scale outside of assert_separately
Yusuke Endoh
2022-11-10
YJIT: Invalidate JIT code only for ISEQ_TRACE_EVENTS (#6695)
Takashi Kokubun
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
Omit test on IO Buffers which relies on String being embedded
Jemma Issroff
2022-11-10
Fix bug in array pack with shared strings
Jemma Issroff
2022-11-10
[Bug #19100] Add `init_int32` function to `rb_random_interface_t`
Nobuyoshi Nakada
2022-11-09
Update timeout seconds for square test
TSUYUSATO Kitsune
2022-11-09
Update timeout seconds
TSUYUSATO Kitsune
2022-11-09
Fix and add regexp tests
TSUYUSATO Kitsune
2022-11-09
Make pending_interrupt?(Exception) work
Yusuke Endoh
2022-11-07
[Bug #19106] Normalize time at 24:00:00 with a timezone object
Nobuyoshi Nakada
2022-11-03
YJIT: Make Code GC metrics available for non-stats builds (#6665)
Takashi Kokubun
2022-10-31
YJIT: Add RubyVM::YJIT.code_gc (#6644)
Takashi Kokubun
2022-10-31
Add `node_id_for_backtrace_location` function
eileencodes
2022-10-26
YJIT: Support nil and blockparamproxy as blockarg in send (#6492)
Matthew Draper
2022-10-25
YJIT: GC and recompile all code pages (#6406)
Takashi Kokubun
2022-10-24
Split tests for `Array#shuffle` and `Array#sample`
Nobuyoshi Nakada
2022-10-24
Fix per-instance Regexp timeout (#6621)
Yusuke Endoh
2022-10-23
Reduce type check of arguments at Complex creation
Nobuyoshi Nakada
2022-10-23
Update Complex.polar with Complex tests
Nobuyoshi Nakada
2022-10-21
Rename `iv_count` on shapes to `next_iv_index`
Jemma Issroff
2022-10-21
Remove unused class serial
Jemma Issroff
2022-10-21
Range#size returns nil for (.."a") and (nil..)
Yusuke Endoh
2022-10-20
Add Class#attached_object
Ufuk Kayserilioglu
2022-10-20
[Bug #18998] Honor `#to_str` next to `#to_int` in `Kernel#Integer`
Nobuyoshi Nakada
2022-10-19
Transition frozen string to frozen root shape
Jemma Issroff
2022-10-19
Add support for anonymous shared IO buffers. (#6580)
Samuel Williams
2022-10-18
[Bug #19042] Fix Dir.glob brace with '/'
Hiroshi Shirosaki
2022-10-15
Add missing `#close` call to `test_dup_timeout` test. (#6560)
Samuel Williams
2022-10-14
Add a test for transition order
Aaron Patterson
2022-10-15
Copy `IO#timeout` on `IO#dup`. (#6546)
Samuel Williams
2022-10-13
Only expose Ruby Shape API if VM_CHECK_MODE is enabled
Aaron Patterson
2022-10-12
Suppress a "warning: method redefined" in test/ruby/test_method.rb
Yusuke Endoh
[prev]
[next]