aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Update rubyspec for stringio bug fixJeremy Evans2022-05-291-5/+16
* [Feature #18595] Alias String#-@ as String#dedupJean Boussier2022-05-203-45/+57
* Update to ruby/spec@3affe1eBenoit Daloze2022-04-25277-7355/+3575
* Resolve several markedown warningsTim Smith2022-04-192-6/+10
* Fix a typoKazuhiro NISHIYAMA2022-04-171-1/+1
* Get rid of type aliasingNobuyoshi Nakada2022-04-071-3/+3
* Suppress an unused functionNobuyoshi Nakada2022-04-071-0/+2
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-04-061-6/+15
* Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"Jeremy Evans2022-04-011-15/+6
* Do not autosplat array in block call just because keywords acceptedJeremy Evans2022-03-301-2/+11
* Fix spec descriptionJeremy Evans2022-03-291-1/+1
* Make TracePoint#enable with block target current thread by defaultJeremy Evans2022-03-292-17/+42
* Update to ruby/spec@aaf998fBenoit Daloze2022-03-2841-55/+820
* Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans2022-03-241-6/+15
* Now all extension libraries must consider the ABI headerNobuyoshi Nakada2022-03-241-1/+4
* Make Proc#parameters support lambda keyword for returning parameters as if la...Jeremy Evans2022-03-171-0/+15
* A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada2022-03-171-2/+7
* spec: disable a part of Kernel.open spec where spawns a process for WASIYuta Saito2022-03-171-1/+1
* spec: disable part of require_relative spec where uses symlink for WASIYuta Saito2022-03-171-1/+1
* spec: skip '~' test for wasi due to lack of shellYuta Saito2022-03-141-1/+1
* clarify meaning of version guards for Unicode version specs [ci skip]Martin Dürst2022-03-142-12/+14
* Fix guards for unicode versions specsBenoit Daloze2022-03-132-10/+10
* comment out failing Unicode/Emoji version checks temporarilyMartin Dürst2022-03-132-10/+10
* update specs to check for Unicode Version 14.0.0/Emoji Version 14.0Martin Dürst2022-03-132-0/+12
* sitelibdir makes no sense in ruby itselfNobuyoshi Nakada2022-03-041-0/+2
* Update to ruby/spec@82cd3a3Benoit Daloze2022-03-0316-72/+213
* spec: skip ext's extension spec for --with-static-linked-extYuta Saito2022-02-281-0/+1
* Deprecate the unintentional ability to parse `Symbol`Nobuyoshi Nakada2022-02-262-10/+1
* Update to ruby/spec@902ab83Benoit Daloze2022-01-2856-137/+531
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-01-231-1/+1
* Fix spec failures on ruby 3.1Kazuhiro NISHIYAMA2022-01-151-1/+1
* Make Hash#shift return nil for empty hashJeremy Evans2022-01-141-10/+32
* Fix constant assignment evaluation orderJeremy Evans2022-01-141-9/+25
* Add a Module#const_added callbackJean Boussier2022-01-141-0/+125
* Update to ruby/spec@226cfdcBenoit Daloze2022-01-1042-84/+470
* Fix spec failure on ruby 3.1Kazuhiro NISHIYAMA2022-01-061-2/+2
* Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans2022-01-053-0/+63
* Fix failures on ruby 3.1Kazuhiro NISHIYAMA2022-01-051-2/+2
* Kernel#=~: delete卜部昌平2022-01-032-16/+18
* Remove deprecated Random::DEFAULT [Feature #17351]Nobuyoshi Nakada2022-01-011-9/+11
* Remove unnecessary Random::DEFAULT expectationsNobuyoshi Nakada2022-01-011-22/+0
* Add support for anonymous rest and keyword rest argument forwardingJeremy Evans2021-12-302-5/+22
* s/an Bignum/a Bignum/ [ci skip]Nobuyoshi Nakada2021-12-283-5/+5
* Remove obsolete Fixnum and BignumNobuyoshi Nakada2021-12-281-15/+17
* Skip testing --enable-all in MinGW for nowTakashi Kokubun2021-12-271-1/+3
* Postpone fix of lookbehind with ss characters tentativelyNobuyoshi Nakada2021-12-261-1/+1
* Remove Refinement#include and Refinement#prependNobuyoshi Nakada2021-12-261-17/+19
* Remove tainted and trusted featuresNobuyoshi Nakada2021-12-263-0/+12
* Remove Class#descendantsJeremy Evans2021-12-201-38/+0
* skip -v spec on MJITKoichi Sasada2021-12-191-1/+2