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
ruby_4_0-prism-1-8-0
sync-gems
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-06-13
Prevent a warning: assigned but unused variable - out
Yusuke Endoh
2022-06-10
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-06-10
Fix nested bmethod TracePoint and memory leak
Alan Wu
2022-06-09
Remove a leftover require
Takashi Kokubun
2022-06-09
Fix exit locations test (#5995)
Eileen M. Uchitelle
2022-06-09
Add ability to trace exit locations in yjit (#5970)
Eileen M. Uchitelle
2022-06-09
Stop ignoring 4th positional argument to IO.#{foreach,readlines}
Jeremy Evans
2022-06-08
Fix MJIT's ISEQ_BODY macro usage at 5f10bd634fb
Takashi Kokubun
2022-06-08
MJIT: Ignore existence of .bundle.dSYM on macOS
Takashi Kokubun
2022-06-08
Add key force_major_gc_count to GC.stat_heap
Peter Zhu
2022-06-07
Revert "error.c: Let Exception#inspect inspect its message"
Yusuke Endoh
2022-06-07
error.c: Let Exception#inspect inspect its message
Yusuke Endoh
2022-06-06
Ignore invalid escapes in regexp comments
Jeremy Evans
2022-06-06
Fix Module#const_source_location for autoload constants with direct requires
Jeremy Evans
2022-06-06
Fix Range#cover? returning true for beginless ranges of different types
Jeremy Evans
2022-06-06
Add Module#undefined_instance_methods
Jeremy Evans
2022-06-02
Move `GC.verify_compaction_references` [Bug #18779]
Nobuyoshi Nakada
2022-06-02
Fix the condition when a new buffer is needed without GMP
Nobuyoshi Nakada
2022-05-31
Skip failing test with freebsd
Hiroshi SHIBATA
2022-05-30
Fix use-after-free with interacting TracePoints
Alan Wu
2022-05-30
Skip failing test with freebsd
Hiroshi SHIBATA
2022-05-30
Also skip failing test with freebsd 12
Hiroshi SHIBATA
2022-05-30
Skip failing test with freebsd
Hiroshi SHIBATA
2022-05-26
Fix GC race condition in autoload.
Samuel Williams
2022-05-24
Define unsupported GC compaction methods as rb_f_notimplement
Mike Dalessio
2022-05-20
Make the test class naming consistent
Takashi Kokubun
2022-05-20
Rename test_jit to test_mjit
Takashi Kokubun
2022-05-19
YJIT: Add opt_succ (#5919)
Takashi Kokubun
2022-05-17
Restore implicit relationship between `autoload_const` and `autoload_data` du...
Samuel Williams
2022-05-17
Delete autoload data from global features after autoload has completed. (#5910)
Samuel Williams
2022-05-12
YJIT: Implement getblockparam
Aaron Patterson
2022-05-11
Ruby shovel operator (<<) speedup. (#5896)
Noah Gibbs
2022-05-10
Fix the order of assert_eqaul and remove unused variables
Nobuyoshi Nakada
2022-05-09
Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893)
Samuel Williams
2022-05-09
Explicit handling of frozen strings in `IO::Buffer#for`. (#5892)
Samuel Williams
2022-05-03
Add a regression test for opt_plus with unknown type (#5878)
Maxime Chevalier-Boisvert
2022-04-28
Add missing write barriers to Array#replace
Alan Wu
2022-04-27
Rust YJIT
Alan Wu
2022-04-22
Avoid defining the same test class in multiple files
Jeremy Evans
2022-04-21
Uncomment code to raise LocalJumpError for yield across thread through enum
Jeremy Evans
2022-04-21
Private local variables should shadow outer variables [Bug #18629]
Nobuyoshi Nakada
2022-04-16
Fix class ancestry checks for duped classes
John Hawthorn
2022-04-15
Compare predicate methods as a boolean value
Nobuyoshi Nakada
2022-04-15
[Win32] Fix mode of character/pipe device stat [Bug #18732]
Nobuyoshi Nakada
2022-04-12
Use an empty string when building File.expand_path
Peter Zhu
2022-04-12
Fix dtoa buffer overrun
Nobuyoshi Nakada
2022-04-12
Just free compiled pattern if no space is used
Nobuyoshi Nakada
2022-04-11
test/ruby/test_keyword.rb: Prevent warning: assigned but unused variable
Yusuke Endoh
2022-04-06
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-05
Fix using anonymous block in method accepting explicit keywords
Jeremy Evans
[next]