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-12-22
[ruby/etc] Make Ractor safe
Marc-Andre Lafortune
2020-12-23
[memory_view][fiddle] Rename len to byte_size in rb_memory_view_t
Kenta Murata
2020-12-23
[ruby/reline] [ruby/irb] Handle multiple newlines in a token correctly
aycabta
2020-12-23
Add verbose nil in testing
Delton Ding
2020-12-23
Enable `Fiber.current` and `Fiber#alive?` call inside ractor
Delton Ding
2020-12-23
Make NoMatchingPatternError a subclass of StandardError
Kazuki Tsujimoto
2020-12-22
[ruby/reline] Fixed an exception occurred when ambiguous width character was ...
ima1zumi
2020-12-22
[ruby/reline] Support isearch-terminators
aycabta
2020-12-22
[ruby/reline] Render refreshed prompt just after i-search finished
aycabta
2020-12-22
Import set 1.0.1
Akinori MUSHA
2020-12-22
Prepare to release json-2.5.0
Hiroshi SHIBATA
2020-12-22
[ruby/date] Make Ractor-compatible
Marc-Andre Lafortune
2020-12-22
Enumerator.new: raise unless block given
卜部昌平
2020-12-22
Import set 1.0.0
Akinori MUSHA
2020-12-22
reset cache before iterating
Koichi Sasada
2020-12-21
[json] Make json Ractor safe
Kenta Murata
2020-12-21
[json] Stop using prototype objects
Kenta Murata
2020-12-21
Fixed a typo in an error class name
Nobuyoshi Nakada
2020-12-21
[ruby/rdoc] Guard for WEBrick
Hiroshi SHIBATA
2020-12-20
irb: Removed unused variables
v3_0_0_rc1
Nobuyoshi Nakada
2020-12-20
win32: Use UTF-8 as filesystem encoding [Feature #12654]
Nobuyoshi Nakada
2020-12-20
irb: Define extension command only on the given object
Nobuyoshi Nakada
2020-12-20
Set non-verbose mode as well as tty mode
Nobuyoshi Nakada
2020-12-20
Set :DEFAULT to PROMPT_MODE for CI
aycabta
2020-12-20
Suppress errors related to using variables that are not directly related to t...
aycabta
2020-12-20
[ruby/irb] Add measure command
aycabta
2020-12-19
[ruby/ostruct] Add Ractor test
Marc-Andre Lafortune
2020-12-19
[ruby/matrix] Add Ractor test
Marc-Andre Lafortune
2020-12-20
[pathname] Make Pathname Ractor safe (#3940)
Kenta Murata
2020-12-19
[bigdecimal] Fix deprecation warning test
Kenta Murata
2020-12-19
[bigdecimal] Add BigDecimal#n_significant_digits
Kenta Murata
2020-12-19
[bigdecimal] Make BigDecimal#precs deprecated
Kenta Murata
2020-12-19
[bigdecimal] Add BigDecimal#precision
Kenta Murata
2020-12-19
[bigdecimal] Make bigdecimal Ractor safe
Kenta Murata
2020-12-19
[bigdecimal] Fix the default precision of Float#to_d
Kenta Murata
2020-12-19
test/ruby/test_module.rb: Avoid "warning: method redefined"
Yusuke Endoh
2020-12-19
Recommit 34f06062174882a98ebef998c50ad8d4f7fc0f2e
Yusuke Endoh
2020-12-19
ripper: fix `#tok` on some error events [Bug 17345]
Nobuhiro IMAI
2020-12-19
Try to test with rake-13.0.2 again.
Hiroshi SHIBATA
2020-12-19
[digest] Make digest Ractor safe
Kenta Murata
2020-12-19
Partially reintroduce e042e8460bb9a63c05f938d51e8c7c5345a6f3a4 and ...
Yusuke Endoh
2020-12-19
Added missing tests for public, private, protected and alias_method
Nobuyoshi Nakada
2020-12-19
fix refinements/prepend bug
Koichi Sasada
2020-12-19
Added tests for [Feature #17314]
Yusuke Endoh
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-19
[bigdecimal] Fix test for d5ab8e8562
Kenta Murata
2020-12-19
[ruby/reline] Yank by em-kill-region correctly
aycabta
2020-12-19
[ruby/reline] Bind yank-pop correctly
aycabta
2020-12-19
[ruby/reline] Add Enumerable to KillRing for debugging
aycabta
2020-12-19
Fixed not to make non-literal expression shareable [Feature #17273]
Nobuyoshi Nakada
[next]