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-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
2022-10-12
Suppress warnings in test/ruby/test_ast.rb
Yusuke Endoh
2022-10-12
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-11
Make inline cache reads / writes atomic with object shapes
Jemma Issroff
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-10-11
Ignore failure to set nonblock mode. (#6524)
Samuel Williams
2022-10-10
Add MatchData#deconstruct/deconstruct_keys
Vladimir Dementyev
2022-10-09
Do not set `$!` to `SyntaxError` when error tolerant
Nobuyoshi Nakada
2022-10-09
Extract `assert_error_tolerant`
Nobuyoshi Nakada
2022-10-09
Allow abbreviated dump options with additional options
Nobuyoshi Nakada
2022-10-09
Set AST prettyprint width to 80 explicitly
Nobuyoshi Nakada
2022-10-08
Fix flaky test test_thrashing_for_young_objects
Peter Zhu
2022-10-08
"expr_value" can be error
yui-knk
2022-10-08
Move `error` from top_stmts and top_stmt to stmt
yui-knk
2022-10-08
Treat "end" as reserved word with consideration of indent
yui-knk
2022-10-08
Generates "end" tokens if parser hits end of input
yui-knk
2022-10-08
Add error_tolerant option to RubyVM::AST
yui-knk
2022-10-07
Add more debugging output to test_thrashing_for_young_objects
Peter Zhu
2022-10-07
Add IO#timeout attribute and use it for blocking IO operations. (#5653)
Samuel Williams
2022-10-06
Add debug output to test_thrashing_for_young_objects
Peter Zhu
2022-10-03
Cannot `define` from defined `Data` class again
Nobuyoshi Nakada
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-30
Fix frozen object inspect
eileencodes
2022-09-30
Add Data class implementation: Simple immutable value object
Victor Shepelev
2022-09-29
Reduce diff to proc.c @ b0b9f7201acab05c2a3ad92c3043a1f01df3e17f
Benoit Daloze
2022-09-29
Extend tests for a zsuper method of which the method it resolved to has been ...
Benoit Daloze
2022-09-29
Resolve zsuper method during lookup but preserve owner separately
Benoit Daloze
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-27
Rename method name in keyword test from y to yo
Jeremy Evans
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
[next]