summaryrefslogtreecommitdiff
path: root/spec/ruby
AgeCommit message (Expand)Author
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-04-15spec/ruby/library/matrix/: Change the version guard to 3.1.0Yusuke Endoh
2021-04-06spec/ruby/library/matrix/: Change the version guard to 3.0.2Yusuke 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-28Skip spec which does not work on mingwBenoit Daloze
2021-02-27Update to ruby/spec@37e52e5Benoit Daloze
2021-02-20Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans
2021-02-16Fix a spec failureKazuhiro NISHIYAMA
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-27Taint flags has been deprecated in 3.1Nobuyoshi Nakada
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
2021-01-11[ruby/matrix] use an exclusive range [Bug #17521]Nobuyoshi Nakada
2021-01-10[ruby/matrix] Fix 0-th power [Bug #17521] (#4047)Marc-André Lafortune
2020-12-28Suppress too big exponent warningsNobuyoshi Nakada
2020-12-27Update to ruby/spec@4ce9f41Benoit Daloze
2020-12-24Fix typosMarcus Stollsteimer
2020-12-23Fix class of method in Method#inspect for singleton classes of classesJeremy Evans
2020-12-22Enumerator.new: raise unless block given卜部昌平
2020-12-22Remvoed no longer needed version guardsNobuyoshi Nakada
2020-12-22Removed rb_cData entityNobuyoshi Nakada
2020-12-22Data: delete卜部昌平
2020-12-21Fix misspellings [ci skip]Kazuhiro NISHIYAMA
2020-12-21Use Integer instead of Fixnum/BignumNobuyoshi Nakada
2020-12-21Fixed indefinite articles before "Integer" [ci skip]Nobuyoshi Nakada
2020-12-21Fixnum as a Symbol was an old feature until 1.6Nobuyoshi Nakada
2020-12-20BigDecimal#precs is deprecatedNobuyoshi Nakada
2020-12-19Feature 17314: allow to pass array to public, protected and private methodsRadosław Bułat
2020-12-19Make `Hash#except` always return a HashMarc-Andre Lafortune
2020-12-19Feature 17314: alias_method returns symbolRadosław Bułat
2020-12-19spec/ruby/core/module/attr_*: Add version guardsYusuke Endoh
2020-12-19attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...Radosław Bułat
2020-12-18Revert "Better cooperation between public/protected/private with attr* and al...Yusuke Endoh
2020-12-17Better cooperation between public/protected/private with attr* and alias_methodRadosław Bułat
2020-12-15Optimize `Enumerable#grep{_v}`Marc-Andre Lafortune
2020-12-14Deprecate Random::DEFAULTBenoit Daloze
2020-12-13Don't emit warning when the pattern of one-line pattern matching is just a va...Kazuki Tsujimoto
2020-12-12spec: suppress deprecations of "lambda(&proc_block)" patternYusuke Endoh
2020-12-12Let Fiber#raise work with transferring fibersnicholas a. evans
2020-12-08Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis