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
Age
Commit message (
Expand
)
Author
2022-06-29
[ruby/irb] Properly reset USE_COLORIZE after changing it in tests
st0012
2022-06-28
[rubygems/rubygems] Fix test_install_location_extra_slash on alpine
Tomas Volf
2022-06-28
[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)
Stan Lo
2022-06-28
[ruby/rdoc] Support attributes defined by `rb_struct_define`
Nobuyoshi Nakada
2022-06-28
[ruby/rdoc] Parse also InitVM-prefixed functions
Nobuyoshi Nakada
2022-06-27
[ruby/reline] Enable to change the background color of dialogs. (https://gith...
pocari
2022-06-27
[rubygems/rubygems] Improve error message when `operating_system.rb` fails to...
David RodrÃguez
2022-06-26
Skip TupleSpaceProxyTest on MINGW64 too
Takashi Kokubun
2022-06-26
Fix Rinda test teardown for omitted tests
Alan Wu
2022-06-25
Try skipping TupleSpaceProxyTest on MinGW UCRT64
Takashi Kokubun
2022-06-26
[ruby/irb] Set prompt mode explictly
Nobuyoshi Nakada
2022-06-26
[ruby/irb] Require stringio to use StringIO
Nobuyoshi Nakada
2022-06-26
[ruby/irb] Ensure stdout is a TTY before calling winsize
Peter Jones
2022-06-26
[rubygems/rubygems] Clean up temporary directory after generate_index --update
Tomas Volf
2022-06-25
[ruby/io-wait] Fix usage of `assert_raises` -> `assert_raise`. (https://githu...
Samuel Williams
2022-06-25
* remove trailing spaces. [ci skip]
git
2022-06-25
[ruby/io-wait] Don't add `IO#wait*` methods when `RUBY_IO_WAIT_METHODS` is de...
Samuel Williams
2022-06-24
Sync RubyGems & Bundler with upstream repo
David RodrÃguez
2022-06-22
Fix infinite loop when b_return TracePoint throws
Alan Wu
2022-06-20
Include JIT information in crash reports
Chris Seaton
2022-06-20
test_instrumentation_api.rb: Allow one less exit
Jean Boussier
2022-06-20
[Feature #18788] Support options as `String` to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
Warn suspicious flag to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
Prevent a warning "possibly useless use of a literal in void context"
Yusuke Endoh
2022-06-20
Prevent a warning "Expected ... to define AutoloadTest but it didn't"
Yusuke Endoh
2022-06-19
Scale the time to wait native threads to run hook
Nobuyoshi Nakada
2022-06-18
[Bug #18813] Warn when autoload has to lookup in parent namespace
Jean Boussier
2022-06-17
Debug TestThreadInstrumentation
Jean Boussier
2022-06-17
GVL Instrumentation API: add STARTED and EXITED events
Jean Boussier
2022-06-17
Skip failing test on FreeBSD [ci skip]
Nobuyoshi Nakada
2022-06-16
Allow calling protected methods from refinements
John Hawthorn
2022-06-17
Respect the encoding of the source [Bug #18827]
Nobuyoshi Nakada
2022-06-17
ENV.merge! support multile arguments [Feature #18279]
Nobuyoshi Nakada
2022-06-16
Added tests for setting ivars on frozen objs
Jemma Issroff
2022-06-16
Adding more clone tests, and adding dup tests
Jemma Issroff
2022-06-16
[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...
Shishir Joshi
2022-06-16
Revert "HTTPHeader.content_range throws error on non-byte units"
Nobuyoshi Nakada
2022-06-16
HTTPHeader.content_range throws error on non-byte units
Shishir Joshi
2022-06-15
MJIT: Handle JIT failure properly
Takashi Kokubun
2022-06-15
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-06-14
MJIT: Add a test for Process.waitall handling
Takashi Kokubun
2022-06-14
ripper: Check if anonymous parameters defined [Bug #18828]
Nobuyoshi Nakada
2022-06-13
Move String RVALUES between pools
Matt Valentine-House
2022-06-13
Prevent a "warning: `*' interpreted as argument prefix"
Yusuke Endoh
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
[next]