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
/
spec
/
ruby
/
core
Age
Commit message (
Expand
)
Author
2021-12-16
Restore the global random seed
Nobuyoshi Nakada
2021-12-16
Fix Kernel#srand and Kernel#rand descriptions [ci skip]
Nobuyoshi Nakada
2021-12-16
Refine wording about the default random seed [ci skip]
Nobuyoshi Nakada
2021-12-16
Use `to_s` and `puts` in tests
Nobuyoshi Nakada
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-11-30
Fix `GC.total_time` example
Nobuyoshi Nakada
2021-11-29
Update to ruby/spec@7f22a0b
Benoit Daloze
2021-11-23
Add Class#subclasses
Jean Boussier
2021-11-18
Make Module#{public,private,protected,module_function} return arguments
Jeremy Evans
2021-11-18
Expect bool as `sort:` option at glob [Feature #18287]
Nobuyoshi Nakada
2021-11-02
Fix typos
Nobuyoshi Nakada
2021-10-29
Cleanup GC.auto_compact spec
Benoit Daloze
2021-10-29
Skip GC.auto_compact= spec for platforms not supporting it
Benoit Daloze
2021-10-28
Update to ruby/spec@21a48d9
Benoit Daloze
2021-10-26
pack.c: add an offset argument to unpack and unpack1
Jean Boussier
2021-10-26
Add Class#descendants
Jeremy Evans
2021-10-25
fix typo [ci skip]
180909
2021-10-25
Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiver
TSUYUSATO Kitsune
2021-10-22
Refinement#include and Refinement#prepend have been deprecated
Nobuyoshi Nakada
2021-10-22
Refinement#include and Refinement#prepend have been deprecated
Nobuyoshi Nakada
2021-10-20
Update to ruby/spec@254c380
Benoit Daloze
2021-10-20
Update to ruby/spec@d6921ef
Benoit Daloze
2021-10-18
Not all environment variables can be convertible to IBM-437
Nobuyoshi Nakada
2021-10-08
Remove autoload for constant if the autoload fails
Jeremy Evans
2021-10-06
Remove the useless platform guard
Nobuyoshi Nakada
2021-10-06
Fix filesystem dependent tests
Nobuyoshi Nakada
2021-10-05
Update to ruby/spec@ccf0d85
Benoit Daloze
2021-10-05
marshal.c Marshal.load accepts a freeze: true option.
Jean Boussier
2021-09-30
marshal.c: don't call the proc with partially initialized objects. (#4866)
Jean byroot Boussier
2021-09-17
Removed Module.allocate [Bug #17048]
Nobuyoshi Nakada
2021-09-17
Add spec for MatchData#match and MatchData#match_length [Feature #18172]
Nobuyoshi Nakada
2021-09-15
Marshal.load: do not call the proc until strings have their encoding
Jean Boussier
2021-09-07
Update to ruby/spec@b1e93a2
Benoit Daloze
2021-08-22
Fix failures on non-UTF-8 environment [Bug #18077]
Nobuyoshi Nakada
2021-08-22
Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IO
Lars Kanis
2021-08-21
Allow tracing of optimized methods
Jeremy Evans
2021-08-13
Update to ruby/spec@330c641
Benoit Daloze
2021-07-29
Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in eval
Jeremy Evans
2021-07-29
Update to ruby/spec@b65d01f
Benoit Daloze
2021-07-20
Remove meaningless IO#close_on_exec= spec [Feature #17745]
Nobuyoshi Nakada
2021-07-17
Fix a spec failure
Kazuhiro NISHIYAMA
2021-07-16
Add Integer.try_convert [Feature #15211]
Nobuyoshi Nakada
2021-06-29
[WIP] add error_squiggle gem
Yusuke Endoh
2021-06-02
Update to ruby/spec@a0b7d0d
Benoit Daloze
2021-06-02
Skip a `File.atime` test randomly failing on Travis ppc64le.
Jun Aruga
2021-05-29
Fix Enumerator::ArithmeticSequence handling of float ranges
Jeremy Evans
2021-04-26
spec/ruby/core/file/shared/read.rb: The behavior of FreeBSD was changed
Yusuke Endoh
2021-04-16
spec/ruby/core/hash/transform_keys_spec.rb: Fix the failure of ruby_3_0
Yusuke Endoh
2021-03-28
Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]
Kenichi Kamiya
2021-03-27
Update to ruby/spec@fd6eddd
Benoit Daloze
[next]