aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@330c641Benoit Daloze2021-08-131-1/+5
* Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans2021-07-291-4/+14
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-29129-2758/+2934
* Remove meaningless IO#close_on_exec= spec [Feature #17745]Nobuyoshi Nakada2021-07-201-4/+0
* Fix a spec failureKazuhiro NISHIYAMA2021-07-171-1/+1
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-0/+40
* [WIP] add error_squiggle gemYusuke Endoh2021-06-291-2/+2
* Update to ruby/spec@a0b7d0dBenoit Daloze2021-06-0242-110/+784
* Skip a `File.atime` test randomly failing on Travis ppc64le.Jun Aruga2021-06-021-0/+5
* Fix Enumerator::ArithmeticSequence handling of float rangesJeremy Evans2021-05-291-17/+21
* spec/ruby/core/file/shared/read.rb: The behavior of FreeBSD was changedYusuke Endoh2021-04-261-2/+2
* spec/ruby/core/hash/transform_keys_spec.rb: Fix the failure of ruby_3_0Yusuke Endoh2021-04-161-2/+2
* Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya2021-03-281-1/+11
* Update to ruby/spec@fd6edddBenoit Daloze2021-03-279-30/+198
* Fix Enumerable#tally with some arguments pattern [Feature #17744]Kenichi Kamiya2021-03-271-0/+19
* Enumerable#tally with the resulting hash [Feature #17744]Nobuyoshi Nakada2021-03-261-0/+28
* File.dirname optional levelNobuyoshi Nakada2021-03-151-0/+16
* Update to ruby/spec@37e52e5Benoit Daloze2021-02-2732-39/+467
* Make String#{strip,lstrip}{,!} strip leading NUL bytesJeremy Evans2021-02-202-18/+22
* Thread::Queue.new should accept an Enumerable [Feature #17327]Nobuyoshi Nakada2021-02-121-10/+4
* The Queue constructor should take an initial set of objectsChris Seaton2021-02-111-0/+44
* Fixed Kernel#rand specNobuyoshi Nakada2021-01-291-10/+10
* Update to ruby/spec@8cafaa5Benoit Daloze2021-01-2821-6/+572
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-196-6/+6
* Upcoming Struct#new behaviorNobuyoshi Nakada2021-01-181-7/+22
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-132-2/+2
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-123-19/+70
* Update to ruby/spec@4ce9f41Benoit Daloze2020-12-2772-154/+737
* Fix typosMarcus Stollsteimer2020-12-244-4/+4
* Fix class of method in Method#inspect for singleton classes of classesJeremy Evans2020-12-231-0/+6
* Enumerator.new: raise unless block given卜部昌平2020-12-222-30/+42
* Removed rb_cData entityNobuyoshi Nakada2020-12-221-1/+1
* Data: delete卜部昌平2020-12-221-7/+9
* Fix misspellings [ci skip]Kazuhiro NISHIYAMA2020-12-211-1/+1
* Use Integer instead of Fixnum/BignumNobuyoshi Nakada2020-12-21115-337/+339
* Fixed indefinite articles before "Integer" [ci skip]Nobuyoshi Nakada2020-12-213-3/+3
* Fixnum as a Symbol was an old feature until 1.6Nobuyoshi Nakada2020-12-218-8/+8
* Feature 17314: allow to pass array to public, protected and private methodsRadosław Bułat2020-12-194-8/+92
* Make `Hash#except` always return a HashMarc-Andre Lafortune2020-12-191-3/+4
* Feature 17314: alias_method returns symbolRadosław Bułat2020-12-191-2/+13
* spec/ruby/core/module/attr_*: Add version guardsYusuke Endoh2020-12-194-14/+56
* attr_reader, attr_writer, attr_accessor and attr methods returns array of sym...Radosław Bułat2020-12-194-0/+26
* Revert "Better cooperation between public/protected/private with attr* and al...Yusuke Endoh2020-12-189-173/+10
* Better cooperation between public/protected/private with attr* and alias_methodRadosław Bułat2020-12-179-10/+173
* Optimize `Enumerable#grep{_v}`Marc-Andre Lafortune2020-12-152-14/+34
* Deprecate Random::DEFAULTBenoit Daloze2020-12-141-3/+15
* Don't emit warning when the pattern of one-line pattern matching is just a va...Kazuki Tsujimoto2020-12-131-2/+2
* spec: suppress deprecations of "lambda(&proc_block)" patternYusuke Endoh2020-12-122-7/+13
* Let Fiber#raise work with transferring fibersnicholas a. evans2020-12-121-0/+25
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-084-4/+8