Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-30 | Update to ruby/spec@affef93 | Andrew Konchin | |
Notes: Merged: https://github.com/ruby/ruby/pull/12679 | |||
2024-11-06 | Update to ruby/spec@54c391e | Benoit Daloze | |
2024-03-13 | Make `const_source_location` return the real constant as soon as defined | Jean Boussier | |
[Bug #20188] Ref: https://github.com/fxn/zeitwerk/issues/281#issuecomment-1893228355 Previously, it would only return the real constant location once the autoload was fully completed. | |||
2024-01-22 | Add an autoload spec for the behavior inside autoload but after the constant ↵ | Jean Boussier | |
is defined | |||
2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
2023-05-29 | Update to ruby/spec@c3677cf | Benoit Daloze | |
2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
2022-09-28 | Update to ruby/spec@1d9d5c6 | Benoit Daloze | |
2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
2020-11-13 | Update to ruby/spec@b0b7f53 | Benoit Daloze | |
2020-08-28 | Update to ruby/spec@335eb9b | Benoit Daloze | |
2020-07-27 | Update to ruby/spec@07164da | Benoit Daloze | |
2020-06-27 | Update to ruby/spec@b6b7752 | Benoit Daloze | |
2020-05-31 | Update to ruby/spec@4e486fa | Benoit Daloze | |
2019-11-30 | Update to ruby/spec@4eec3dc | Benoit Daloze | |
2019-06-21 | Add an optional `inherit` argument to Module#autoload? | Jean Boussier | |
[Feature #15777] Closes: https://github.com/ruby/ruby/pull/2173 | |||
2019-03-28 | Update to ruby/spec@e81b3cd | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2019-02-21 | Update to ruby/spec@7a16e01 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2018-09-25 | Update to ruby/spec@241f9e7 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64831 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 | |||
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-11-19 | * append newline at EOF. | svn | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-11-19 | Add specs for concurrent Module#autoload | eregon | |
* When the file does not exist or the constant is not set. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60851 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 |