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
/
spec
/
ruby
/
core
Age
Commit message (
Expand
)
Author
2023-04-14
[Bug #19533] Add spec of infinite range inclusion
Nobuyoshi Nakada
2023-04-04
Revert "Fix transient heap mode"
Aaron Patterson
2023-04-04
Implement `Process.warmup`
Jean Boussier
2023-03-24
Raise ArgumentError if IO.read is provided negative offset
Jeremy Evans
2023-03-24
Add Dir.fchdir
Jeremy Evans
2023-03-24
Change Hash#compact to keep default values and compare_by_identity flag
Jeremy Evans
2023-03-24
Copy compare_by_identity flag for empty hashes in Hash.ruby2_keywords_hash
Jeremy Evans
2023-03-24
Do not copy compare_by_identity flag for non-empty hashes in Hash.[]
Jeremy Evans
2023-03-22
Added assertion values for Amazon Linux 2023
Hiroshi SHIBATA
2023-03-15
rb_ary_sum: don't enter fast path if initial isn't a native numeric type.
Jean Boussier
2023-03-10
Accept `sleep(nil)` as sleep forever. (#7484)
Samuel Williams
2023-03-06
s/mjit/rjit/
Takashi Kokubun
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-02-27
Skip a spec failing on master
Takashi Kokubun
2023-02-27
Update to ruby/spec@e7dc804
Benoit Daloze
2023-02-25
Assigning `nil` to fiber storage deletes the association. (#7378)
Samuel Williams
2023-02-21
Marshal.load: restore instance variables on Regexp
Jean Boussier
2023-02-20
Update some ruby specs for the new message format of NoMethodError
Yusuke Endoh
2023-02-13
Marshal.load: also freeze extended objects
Jean Boussier
2023-02-10
[DOC] Move old ChangeLog files to doc/ChangeLog (#7293)
Takashi Kokubun
2023-02-08
Only emit circular dependency warning for owned thread shields
Jean byroot Boussier
2023-02-06
Revert "Only emit circular dependency warning for owned thread shields"
Jean byroot Boussier
2023-02-06
Only emit circular dependency warning for owned thread shields
Jean Boussier
2023-01-23
blade is hosted under ruby-lang.org now
Hiroshi SHIBATA
2023-01-15
[Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)
Nobuyoshi Nakada
2023-01-11
Remove Encoding#replicate
Benoit Daloze
2023-01-07
Only RangeError on CRuby for shift width >= 2**67
Benoit Daloze
2023-01-07
Fix Integer#{<<,>>} specs with large shift width
Benoit Daloze
2023-01-06
Add bug number
Benoit Daloze
2023-01-05
Update to ruby/spec@5e48206
Benoit Daloze
2023-01-05
Update to ruby/spec@7e680fa
Benoit Daloze
2023-01-05
* remove trailing spaces, append newline at EOF. [ci skip]
git
2023-01-05
Update to ruby/spec@9d69b95
Benoit Daloze
2023-01-01
Make IO#set_encoding with binary external encoding use nil internal encoding
Jeremy Evans
2022-12-26
numeric.c: Fix round_half_even for specific values (#7023)
Kenta Murata
2022-12-26
Skip insanely memory consuming tests
Nobuyoshi Nakada
2022-12-26
Skip some examples for Ruby 3.3
Hiroshi SHIBATA
2022-12-24
Windows: Prefer USERPROFILE over HOMEPATH
Lars Kanis
2022-12-24
Windows: Fix encoding of Dir.home
Lars Kanis
2022-12-22
Always issue deprecation warning when calling Regexp.new with 3rd positional ...
Jeremy Evans
2022-12-20
Ensure Fiber storage is only accessed from the Fiber it belongs to
Benoit Daloze
2022-12-20
Never use the storage of another Fiber, that violates the whole design
Benoit Daloze
2022-12-10
Add spec for fiber storage. (#6896)
Samuel Williams
2022-12-09
Clean up a temporary file
Nobuyoshi Nakada
2022-12-08
Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)
Samuel Williams
2022-12-03
Remove unguaranteed assertion [ci skip]
Nobuyoshi Nakada
2022-12-03
UnboundMethod only refer defined_class
Koichi Sasada
2022-12-02
[Bug #19087] Merge to "trailing garbage" case
Nobuyoshi Nakada
2022-12-02
[Bug #19087] Fix an assertion of `String#to_c`
Nobuyoshi Nakada
2022-11-24
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
[prev]
[next]