aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Fix failing specMisaki Shioi2023-11-301-1/+1
* Do not call the inplicit convercion spec on older ruby versionsTema Bolshakov2023-11-291-10/+12
* Fix Array#rassoc specTema Bolshakov2023-11-291-3/+3
* Update to ruby/spec@c3206f6Benoit Daloze2023-11-2742-128/+480
* IO#read always check the provided buffer is mutableJean Boussier2023-11-091-0/+26
* Skip example for 07df8a5d5ee725eee00632717ea4deead5fc783bHiroshi SHIBATA2023-11-071-7/+9
* Fix the CI failure in OpenBSDYusuke Endoh2023-11-061-1/+1
* Disable wrong testNobuyoshi Nakada2023-10-311-1/+2
* Missing format stringNobuyoshi Nakada2023-10-311-1/+1
* Update to ruby/spec@d56bd0fBenoit Daloze2023-10-301-202/+204
* Revert "OpenSSL::KDF.scrypt needs EVP_PBE_scrypt()"Benoit Daloze2023-10-301-2/+0
* OpenSSL::KDF.scrypt needs EVP_PBE_scrypt()Nobuyoshi Nakada2023-10-311-0/+2
* Update to ruby/spec@bd7017fBenoit Daloze2023-10-3088-289/+1634
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2023-10-261-14/+13
* M:N thread scheduler for RactorsKoichi Sasada2023-10-121-1/+8
* BigDecimal#to_s has not changed for fraction partNobuyoshi Nakada2023-10-041-13/+11
* [DOC] State the precision of `Process.times` as platform-definedNobuyoshi Nakada2023-10-031-27/+0
* Check by integer modulo instead of float stringNobuyoshi Nakada2023-10-031-2/+2
* Fix failures when all network interfaces are downNobuyoshi Nakada2023-09-301-0/+6
* Adjust CGI spec to pass when ran in isolationAlan Wu2023-09-121-1/+1
* Make Kernel#lambda raise when given non-literal blockAlan Wu2023-09-122-34/+46
* Update to ruby/spec@96d1072Benoit Daloze2023-09-0484-184/+787
* BasicSocket#recv* return `nil` rather than an empty packetJean Boussier2023-08-304-13/+32
* [Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada2023-08-262-6/+10
* Fix support for dynamic keys. (#8273)Samuel Williams2023-08-241-0/+14
* Quarantine a very flaky specTakashi Kokubun2023-08-231-9/+13
* Deprecate Kernel#open and IO support for subprocess creation/forkingMike Dalessio2023-08-106-17/+114
* Update to ruby/spec@9e278f5Benoit Daloze2023-08-0253-174/+457
* Fix encoding switches when RUBYOPT is empty or only spacesBenoit Daloze2023-08-021-0/+7
* `Refinement#refined_class` is now deprecatedNobuyoshi Nakada2023-07-311-1/+1
* Add examples of `return` in `eval`Nobuyoshi Nakada2023-07-301-0/+14
* Make {Nil,True,False}Class#singleton_method always raise NameErrorJeremy Evans2023-07-263-0/+45
* Use the caller location as default filename for eval family of methodsJean Boussier2023-07-247-26/+87
* Add tests for `return` in `BEGIN` and `END` blocksNobuyoshi Nakada2023-07-191-0/+15
* Implement Process.warmupJean Boussier2023-07-171-0/+11
* [Bug #19769] Fix range of size 1 in `String#tr`alexandre1842023-07-152-0/+18
* Improve ArgumentError message for Module#set_temporary_nameBenoit Daloze2023-07-061-4/+4
* Ensure the name given to Module#set_temporary_name is not a valid constant pathBenoit Daloze2023-07-061-2/+17
* Specs for Module#set_temporary_name should be in their own fileBenoit Daloze2023-07-062-49/+53
* Skip a failing spec for the latest bigdecimalTakashi Kokubun2023-07-051-12/+14
* Update to ruby/spec@30e1c35Benoit Daloze2023-06-26428-9236/+3581
* Allow setting the name of a class or module. (#7483)Samuel Williams2023-06-211-0/+49
* rb_io_descriptor() is available since 3.1Benoit Daloze2023-06-011-1/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-1/+9
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-9/+1
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-1/+9
* Refactor guards for Time.new specBenoit Daloze2023-05-291-10/+13
* Unify error messages of rb_num2ulong and rb_num2ullPeter Zhu2023-05-291-1/+8
* Update to ruby/spec@c3677cfBenoit Daloze2023-05-2956-132/+1452
* Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams2023-05-242-17/+17