aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core
Commit message (Expand)AuthorAgeFilesLines
* freeze all Range objects.v3_0_0_preview1Koichi Sasada2020-09-252-3/+8
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-255-29/+45
* Revert "Prevent SystemStackError when calling super in module with activated ...Jeremy Evans2020-09-221-59/+20
* Make Thread#join always convert its argument, as before 70f08f1eedBenoit Daloze2020-09-211-3/+2
* Fix Thread leak in Thread#join specsBenoit Daloze2020-09-211-1/+2
* Make `Thread#join` non-blocking.Samuel Williams2020-09-211-0/+5
* Update to ruby/spec@e829fb0Benoit Daloze2020-09-1711-118/+143
* Warn on a finalizer that captures the object to be finalizedChris Seaton2020-09-161-12/+116
* 2.8 -> 3.0 in specsBenoit Daloze2020-09-1528-53/+51
* Make Mutex per-Fiber instead of per-ThreadBenoit Daloze2020-09-141-0/+12
* Fix constant names set using const_set on a singleton classMarc-Andre Lafortune2020-09-022-8/+28
* Deprecate iterator? methodNobuyoshi Nakada2020-08-311-6/+8
* Thread.exclusive: delete卜部昌平2020-08-311-32/+34
* Update to ruby/spec@335eb9bBenoit Daloze2020-08-2814-332/+501
* States Time.at expects rational-like argument to respond to #to_intNobuyoshi Nakada2020-08-281-0/+6
* [Feature #16513] TracePoint#inspect returns "... file:line" (#3391)Nguyễn Quang Minh2020-08-062-3/+106
* Fix arity of Hash#to_proc [Bug #12671]Benoit Daloze2020-07-291-0/+4
* Update to ruby/spec@07164daBenoit Daloze2020-07-2718-18/+480
* Make StringIO encoding fixedNobuyoshi Nakada2020-07-201-2/+2
* Fixed yday and wday with timezone [Bug #17024]Nobuyoshi Nakada2020-07-121-0/+4
* Update to ruby/spec@b6b7752Benoit Daloze2020-06-2714-43/+245
* Implement Proc#== and #eql?Jeremy Evans2020-06-193-9/+21
* Suppress warnings [Feature #15973]Nobuyoshi Nakada2020-06-134-6/+6
* Refined ioctl error descriptionNobuyoshi Nakada2020-06-111-2/+2
* Make proc/Proc.new without block an error instead of warningJeremy Evans2020-06-102-2/+2
* ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada2020-06-101-0/+7
* Fix build failuresYuki Nishijima2020-06-061-2/+2
* Ensure origins for all included, prepended, and refined modulesJeremy Evans2020-06-031-11/+28
* Add a spec for the new NoMethodError display of the receiverJean Boussier2020-06-021-0/+18
* Update to ruby/spec@4e486faBenoit Daloze2020-05-3132-87/+355
* Update to ruby/spec@032ee74Benoit Daloze2020-05-03166-555/+555
* spec/ruby/core/process/clock_getres_spec.rb: lax the resolution limitYusuke Endoh2020-05-031-4/+4
* Command failed to run just failsNobuyoshi Nakada2020-05-021-1/+1
* Fix ObjectSpace::WeakMap#key? to work if the value is nilBenoit Daloze2020-05-021-1/+1
* Update to ruby/spec@d394dfdBenoit Daloze2020-05-0231-14/+476
* [ruby/spec] Temporary directories should be under the mock_dirNobuyoshi Nakada2020-04-292-16/+20
* Skip Process#clock_getres specs on AndroidYusuke Endoh2020-04-191-2/+2
* Turn class variable warnings into exceptionsJeremy Evans2020-04-102-7/+3
* Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada2020-04-063-27/+0
* Update to ruby/spec@7289ea3Benoit Daloze2020-04-041-2/+14
* Use `platform_is` guardNobuyoshi Nakada2020-04-034-4/+4
* Refined "Drop support for ruby 2.4 from ruby/spec"Nobuyoshi Nakada2020-04-034-7/+27
* Update to ruby/spec@cc7b9e5Benoit Daloze2020-04-021-7/+3
* Drop support for ruby 2.4 from ruby/specNobuyoshi Nakada2020-04-0189-2367/+1849
* Use FrozenError instead of frozen_error_classNobuyoshi Nakada2020-04-0190-333/+333
* spec/ruby/core/time/: Use near time for timezone testYusuke Endoh2020-03-293-7/+7
* Increase the number of Process.times attemptsTakashi Kokubun2020-03-281-1/+1
* Improve reliability of the Process.times specBenoit Daloze2020-03-281-4/+12
* Do not check that #stime changes in Process.times specBenoit Daloze2020-03-281-1/+0
* Remove debugging codeBenoit Daloze2020-03-281-8/+1