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
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
2020-04-10
Rightward-assign by ASSOC
Nobuyoshi Nakada
2020-04-08
[ruby/net-ftp] Added guard condition for the old ruby versions
Hiroshi SHIBATA
2020-04-08
[ruby/net-ftp] Guard with under the Ruby 2.6
Hiroshi SHIBATA
2020-04-08
Fixed formatted substring expansion [Bug #16767]
Nobuyoshi Nakada
2020-04-07
Fix source location of autoloaded constant [Bug #16764]
Nobuyoshi Nakada
2020-04-01
`Dir.glob` always returns an array
Nobuyoshi Nakada
2020-04-01
Fix helper to not assume glibc
Paul Jordan
2020-03-30
Optimize exivar access on JIT-ed getivar
Takashi Kokubun
2020-03-30
[rubygems/rubygems] Revert "Remove Gem::DependencyInstaller#find_gems_with_so...
David Rodríguez
2020-03-30
[rubygems/rubygems] Enable `Style/ExtraSpacing` and auto-correct
David Rodríguez
2020-03-30
[rubygems/rubygems] Remove weird spacing from error messages
David Rodríguez
2020-03-30
[rubygems/rubygems] Remove weird spacing between receiver and method
David Rodríguez
2020-03-30
[rubygems/rubygems] Consistently left align tokenizer test columns
David Rodríguez
2020-03-30
[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygems
David Rodríguez
2020-03-29
Clear all trace events during teardown
Alan Wu
2020-03-28
Clean up /tmp leftovers in ci.rvm.jp
Takashi Kokubun
2020-03-27
Set external encoding correctly for File.open('f', FILE::BINARY) on Windows
Jeremy Evans
2020-03-27
[ruby/reline] Suppress $/ warnings
Nobuyoshi Nakada
2020-03-27
test/digest/test_digest.rb: Apply EnvUtil.apply_timeout_scale to timeout
Yusuke Endoh
2020-03-26
Added implictily require for URI::HTTP
Hiroshi SHIBATA
2020-03-26
[ruby/uri] Add support for WebSockets
Matt Muller
2020-03-26
[ruby/reline] Add a comment why rescue yamatanooroti loading error on the test
aycabta
2020-03-26
[ruby/reline] Rename test suite name of yamatanooroti test
aycabta
2020-03-26
[ruby/reline] Add yamatanooroti rendering test
aycabta
2020-03-26
[ruby/reline] Suppress error in case INPUTRC env is empty
aycabta
2020-03-26
[ruby/reline] Work with wrong $/ value correctly
aycabta
2020-03-26
[ruby/irb] Suppress crashing when EncodingError has occurred without lineno
aycabta
2020-03-25
Ignore test_getbinaryfile for --jit-wait
Takashi Kokubun
2020-03-25
Make RbConfig::CONFIG values mutable [Bug #16738]
Nobuyoshi Nakada
2020-03-25
Fixed crash when argument array is modified
Nobuyoshi Nakada
2020-03-24
Skip a test that attempts to remove the current directory on Solaris
Yusuke Endoh
2020-03-24
test/rubygems: Try not only /usr/bin/env but also /bin/env
Yusuke Endoh
2020-03-24
Sync rubygems with current master (#2889)
David Rodríguez
2020-03-24
test/json/test_helper.rb: Do not add a relative path to $LOAD_PATH
Yusuke Endoh
2020-03-23
test/ruby/test_m17n.rb: Update the debugging code to get C stacktrace
Yusuke Endoh
2020-03-23
test/ruby/test_m17n.rb: Make the debugging code print to stderr
Yusuke Endoh
2020-03-22
Merge pull request #2721 from jeremyevans/method-inspect-chain-alias-11188
Jeremy Evans
2020-03-22
Support obj.clone(freeze: true) for freezing clone
Jeremy Evans
2020-03-22
test/ruby/test_m17n.rb: Add a temporal code for debugging
Yusuke Endoh
2020-03-22
test/ruby/test_fiber.rb (test_many_fibers_with_threads): relax timeout
Yusuke Endoh
2020-03-21
test/net/http/test_http.rb: relax open_timeout limit
Yusuke Endoh
2020-03-21
test/openssl/test_ssl.rb: ignore SSLError when the connection is closed
Yusuke Endoh
2020-03-18
Ignore TestJITDebug in mswin RubyCI for now
Takashi Kokubun
2020-03-17
Reduce allocations for keyword argument hashes
Jeremy Evans
2020-03-17
Make {**{}} return unfrozen empty hash
Jeremy Evans
2020-03-16
`Proc` made by `Hash#to_proc` should be a lambda [Bug #12671]
Yusuke Endoh
2020-03-16
hash.c: Do not use the fast path (rb_yield_values) for lambda blocks
Yusuke Endoh
2020-03-15
[ruby/stringio] StringIO#initialize default to the source string encoding
Jean Boussier
2020-03-14
Resurrect test_jit_debug.rb
Takashi Kokubun
2020-03-12
Skip test_abort_tls with --jit-wait for now
Takashi Kokubun
[next]