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
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
Age
Commit message (
Expand
)
Author
9 days
Raise ArgumentError if IO.read is provided negative offset
Jeremy Evans
9 days
Add Dir.fchdir
Jeremy Evans
9 days
Change Hash#compact to keep default values and compare_by_identity flag
Jeremy Evans
9 days
Copy compare_by_identity flag for empty hashes in Hash.ruby2_keywords_hash
Jeremy Evans
9 days
Do not copy compare_by_identity flag for non-empty hashes in Hash.[]
Jeremy Evans
11 days
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-22
Use `BigDecimal::VERSION` instead of `RUBY_VERSION`
Nobuyoshi Nakada
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-17
BigDecimal changed #remainder's spec
Takashi Kokubun
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
Use Thread.pass until thread.stop? to wait for thread to block
Jean Boussier
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-24
Add tests for variables in `END` block shared with the toplevel
Nobuyoshi Nakada
2023-01-23
blade is hosted under ruby-lang.org now
Hiroshi SHIBATA
2023-01-22
More coverage tests & specs. (#7171)
Samuel Williams
2023-01-18
Define RUBY_VERSION_IS_3_3 macro in rubyspec.h
Nobuyoshi Nakada
2023-01-15
[Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)
Nobuyoshi Nakada
2023-01-11
Move classpath to rb_classext_t
Peter Zhu
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-15
Remove `require 'io/wait'` where it's no longer necessary. (#6932)
Samuel Williams
2022-12-10
Add spec for fiber storage. (#6896)
Samuel Williams
2022-12-09
Clean up a temporary file
Nobuyoshi Nakada
2022-12-09
[Bug #19167] Remove useless conversion of classes for special const
Nobuyoshi Nakada
[next]