Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-16 | "binary" is not valid encoding name in Emacs | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/13361 | |||
2025-05-09 | Update to ruby/spec@d8bacef | Andrew Konchin | |
Notes: Merged: https://github.com/ruby/ruby/pull/13265 | |||
2024-03-14 | Update to ruby/spec@89175b2 | Benoit Daloze | |
2023-10-30 | Update to ruby/spec@bd7017f | Benoit Daloze | |
2023-09-04 | Update to ruby/spec@96d1072 | Benoit Daloze | |
2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
2023-04-25 | Update to ruby/spec@7f69c86 | Benoit Daloze | |
2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun | |
Notes: Merged: https://github.com/ruby/ruby/pull/7462 | |||
2023-02-27 | Update to ruby/spec@e7dc804 | Benoit Daloze | |
2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
2022-09-28 | Update to ruby/spec@1d9d5c6 | Benoit Daloze | |
2022-07-21 | Do not chomp trailing line separator IO#each with nil separator and chomp | Jeremy Evans | |
nil separator means no sepator, so chomp should not remove a line separator. Partially Fixes [Bug #18770] Notes: Merged: https://github.com/ruby/ruby/pull/6164 | |||
2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
2022-03-28 | Update to ruby/spec@aaf998f | Benoit Daloze | |
2021-12-13 | Prepare for removing RubyVM::JIT (#5262) | Takashi Kokubun | |
Notes: Merged-By: k0kubun <[email protected]> | |||
2021-01-13 | Rename RubyVM::MJIT to RubyVM::JIT | Takashi Kokubun | |
because the name "MJIT" is an internal code name, it's inconsistent with --jit while they are related to each other, and I want to discourage future JIT implementation-specific (e.g. MJIT-specific) APIs by this rename. [Feature #17490] | |||
2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
2020-09-15 | 2.8 -> 3.0 in specs | Benoit Daloze | |
2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
2020-02-23 | Warn non-nil `$/` [Feature #14240] | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/2920 | |||
2020-01-02 | Update specs for keyword argument separation | Jeremy Evans | |
Notes: Merged: https://github.com/ruby/ruby/pull/2794 | |||
2019-10-26 | Update to ruby/spec@28a728b | Benoit Daloze | |
2019-09-29 | Update to ruby/spec@34e6246 | Benoit Daloze | |
2019-09-29 | Update to ruby/spec@519df35 | Benoit Daloze | |
2019-07-27 | Update to ruby/spec@0526d8f | Benoit Daloze | |
2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
2019-06-27 | Update to ruby/spec@8d74d49 | Benoit Daloze | |
2019-04-28 | Update to ruby/spec@7de852d | Benoit Daloze | |
2019-04-27 | Update to ruby/spec@15c9619 | Benoit Daloze | |
2019-02-23 | spec/../shared/write.rb: suppress random failure | k0kubun | |
due to MJIT worker's known race condition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2018-08-03 | Update to ruby/spec@9be7c7e | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2018-06-27 | Update to ruby/spec@a454137 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2018-03-04 | Update to ruby/spec@c1b568b | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-12-01 | Update to ruby/spec@bacedc5 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-10-28 | Update to ruby/spec@a6b8805 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-09-20 | Move spec/rubyspec to spec/ruby for consistency | eregon | |
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |