summaryrefslogtreecommitdiff
path: root/spec/ruby/core
AgeCommit message (Expand)Author
2021-10-26Add Class#descendantsJeremy Evans
2021-10-25fix typo [ci skip]180909
2021-10-25Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune
2021-10-22Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada
2021-10-22Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada
2021-10-20Update to ruby/spec@254c380Benoit Daloze
2021-10-20Update to ruby/spec@d6921efBenoit Daloze
2021-10-18Not all environment variables can be convertible to IBM-437Nobuyoshi Nakada
2021-10-08Remove autoload for constant if the autoload failsJeremy Evans
2021-10-06Remove the useless platform guardNobuyoshi Nakada
2021-10-06Fix filesystem dependent testsNobuyoshi Nakada
2021-10-05Update to ruby/spec@ccf0d85Benoit Daloze
2021-10-05marshal.c Marshal.load accepts a freeze: true option.Jean Boussier
2021-09-30marshal.c: don't call the proc with partially initialized objects. (#4866)Jean byroot Boussier
2021-09-17Removed Module.allocate [Bug #17048]Nobuyoshi Nakada
2021-09-17Add spec for MatchData#match and MatchData#match_length [Feature #18172]Nobuyoshi Nakada
2021-09-15Marshal.load: do not call the proc until strings have their encodingJean Boussier
2021-09-07Update to ruby/spec@b1e93a2Benoit Daloze
2021-08-22Fix failures on non-UTF-8 environment [Bug #18077]Nobuyoshi Nakada
2021-08-22Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis
2021-08-21Allow tracing of optimized methodsJeremy Evans
2021-08-13Update to ruby/spec@330c641Benoit Daloze
2021-07-29Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans
2021-07-29Update to ruby/spec@b65d01fBenoit Daloze
2021-07-20Remove meaningless IO#close_on_exec= spec [Feature #17745]Nobuyoshi Nakada
2021-07-17Fix a spec failureKazuhiro NISHIYAMA
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-06-29[WIP] add error_squiggle gemYusuke Endoh
2021-06-02Update to ruby/spec@a0b7d0dBenoit Daloze
2021-06-02Skip a `File.atime` test randomly failing on Travis ppc64le.Jun Aruga
2021-05-29Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans
2021-04-26spec/ruby/core/file/shared/read.rb: The behavior of FreeBSD was changedYusuke Endoh
2021-04-16spec/ruby/core/hash/transform_keys_spec.rb: Fix the failure of ruby_3_0Yusuke Endoh
2021-03-28Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya
2021-03-27Update to ruby/spec@fd6edddBenoit Daloze
2021-03-27Fix Enumerable#tally with some arguments pattern [Feature #17744]Kenichi Kamiya
2021-03-26Enumerable#tally with the resulting hash [Feature #17744]Nobuyoshi Nakada
2021-03-15File.dirname optional levelNobuyoshi Nakada
2021-02-27Update to ruby/spec@37e52e5Benoit Daloze
2021-02-20Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans
2021-02-12Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada
2021-02-11The Queue constructor should take an initial set of objectsChris Seaton
2021-01-29Fixed Kernel#rand specNobuyoshi Nakada
2021-01-28Update to ruby/spec@8cafaa5Benoit Daloze
2021-01-19Replace "iff" with "if and only if"Gannon McGibbon
2021-01-18Upcoming Struct#new behaviorNobuyoshi Nakada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-12Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada
2020-12-27Update to ruby/spec@4ce9f41Benoit Daloze
2020-12-24Fix typosMarcus Stollsteimer