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
/
ruby
Age
Commit message (
Expand
)
Author
2021-01-24
Add test for String#casecmp?
NARUSE, Yui
2021-01-23
Warn the defined location as deprecation as well as the main message
Nobuyoshi Nakada
2021-01-23
Make reciprocal properly of non-integral rational [Bug #17572]
Nobuyoshi Nakada
2021-01-20
Skip freezing check on setting temporary class path [Bug #17563]
Nobuyoshi Nakada
2021-01-19
Fixed premature return
Nobuyoshi Nakada
2021-01-18
Avoid suppressing unrelated warnings
Takashi Kokubun
2021-01-19
test/ruby/test_jit.rb: Avoid a warning
Yusuke Endoh
2021-01-19
test/ruby/test_pattern_matching.rb: Avoid a warning
Yusuke Endoh
2021-01-19
Mark pattern labels as unremoveable
Vladimir Dementyev
2021-01-18
Fix JIT link failures
Takashi Kokubun
2021-01-17
Use the dedicated assertion
Nobuyoshi Nakada
2021-01-17
Warn Struct#initialize with only keyword args (#4070)
Takashi Kokubun
2021-01-15
Keep encoding in the result of File.expand_path [Bug #17517]
Nobuyoshi Nakada
2021-01-14
Make Module#prepend affect ancestor chain even if argument already included i...
Jeremy Evans
2021-01-13
Rename RubyVM::MJIT to RubyVM::JIT
Takashi Kokubun
2021-01-13
Guard callinfo
Aaron Patterson
2021-01-13
Capture to reserved name variables if already defined [Bug #17533]
Nobuyoshi Nakada
2021-01-13
Positional and keyword arguments for timezone are exclusive
Nobuyoshi Nakada
2021-01-13
Added `in:` timezone option to `Time.new` [Feature #17485]
Nobuyoshi Nakada
2021-01-13
Make warning values consistent [Bug #17523]
Nobuyoshi Nakada
2021-01-13
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2021-01-13
Allow UTC offset without colons per ISO-8601 [Bug #17504]
Nobuyoshi Nakada
2021-01-12
Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]
Nobuyoshi Nakada
2021-01-12
Convert time component strings to integers more strictly
Nobuyoshi Nakada
2021-01-12
Show seconds of utc_offset if not zero
Nobuyoshi Nakada
2021-01-11
Suppress constant redefinition warnings
Nobuyoshi Nakada
2021-01-09
Get rid of defining methods for tests in core classes
Nobuyoshi Nakada
2021-01-04
Fix broken JIT of getinlinecache
Takashi Kokubun
2021-01-05
enable constant cache on ractors
Koichi Sasada
2021-01-04
Fixed error message when % at EOF
Nobuyoshi Nakada
2021-01-03
Added tests for Time#getlocal with UTC offset
Nobuyoshi Nakada
2021-01-03
Avoid hanging on --jit-wait after MJIT.pause
Takashi Kokubun
2021-01-02
Add Enumerable#compact and Enumerator::Lazy#compact
zverok
2021-01-01
Added AST assertions for method definition arguments [Bug #17495]
Nobuyoshi Nakada
2021-01-01
Added AST tests for endless method definitions
Nobuyoshi Nakada
2020-12-31
Make any hash values fixable [Bug #17488]
Nobuyoshi Nakada
2020-12-28
Dup kwrest hash when merging other keyword arguments [Bug #17481]
Nobuyoshi Nakada
2020-12-24
Store errno in struct rb_process_status
Nobuyoshi Nakada
2020-12-24
Remove unneeded code
Marc-Andre Lafortune
2020-12-24
dir.c: chdir conflict should raise only when called in different thread
Yusuke Endoh
2020-12-24
shareable_constant_value: experimental_copy
Koichi Sasada
2020-12-23
Fix class of method in Method#inspect for singleton classes of classes
Jeremy Evans
2020-12-24
test/ruby/test_module.rb: not depend on the order of method definitions
Yusuke Endoh
2020-12-24
Reset paren_nest at tAREF and tASET [Bug #17431]
Nobuyoshi Nakada
2020-12-24
Module#public_class_method also accepts a symbol array as an argument
Yusuke Endoh
2020-12-23
Ensure non-literal expressions shareable if `leteral`
Nobuyoshi Nakada
2020-12-23
Update rb_ractor_ensure_shareable
Nobuyoshi Nakada
2020-12-23
Split the test
Nobuyoshi Nakada
2020-12-23
Added assertions
Nobuyoshi Nakada
2020-12-23
Added dedicated helper methods
Nobuyoshi Nakada
[next]