aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore the global random seedNobuyoshi Nakada2021-12-161-0/+8
* Fix Kernel#srand and Kernel#rand descriptions [ci skip]Nobuyoshi Nakada2021-12-162-4/+4
* Refine wording about the default random seed [ci skip]Nobuyoshi Nakada2021-12-161-1/+1
* Use `to_s` and `puts` in testsNobuyoshi Nakada2021-12-161-1/+1
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-132-2/+2
* Skip bind port 1 when ip_unprivileged_port_start<=1Kazuhiro NISHIYAMA2021-12-081-0/+4
* [win32] skip example about STDIN encodingsNobuyoshi Nakada2021-12-011-15/+17
* Fix `GC.total_time` exampleNobuyoshi Nakada2021-11-301-1/+1
* Update to ruby/spec@7f22a0bBenoit Daloze2021-11-2962-59/+656
* Add Class#subclassesJean Boussier2021-11-231-0/+38
* Make Module#{public,private,protected,module_function} return argumentsJeremy Evans2021-11-186-32/+106