summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@7f6ca5bBenoit Daloze2023-04-251-1/+1
* Workaround CRuby adding x86_64-linux-fake in $LOADED_FEATURESBenoit Daloze2023-04-251-1/+5
* Update to ruby/spec@7f69c86Benoit Daloze2023-04-255-15/+46
* Accept `sleep(nil)` as sleep forever. (#7484)Samuel Williams2023-03-101-4/+23
* Update to ruby/spec@e7dc804Benoit Daloze2023-02-276-71/+61
* Only emit circular dependency warning for owned thread shieldsJean byroot Boussier2023-02-081-0/+11
* Revert "Only emit circular dependency warning for owned thread shields"Jean byroot Boussier2023-02-061-10/+0
* Only emit circular dependency warning for owned thread shieldsJean Boussier2023-02-061-0/+10
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-052-6/+27
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-073-1/+109
* Update to ruby/spec@1d9d5c6Benoit Daloze2022-09-281-4/+2
* Update to ruby/spec@d01709fBenoit Daloze2022-08-292-8/+90
* [Bug #18955] format single character for `%c`Nobuyoshi Nakada2022-08-201-8/+20
* Only allow procs created by Symbol#to_proc to call public methodsJeremy Evans2022-08-101-1/+1
* Update to ruby/spec@ab32a1aBenoit Daloze2022-06-264-0/+44
* Update to ruby/spec@3affe1eBenoit Daloze2022-04-2515-230/+41
* Update to ruby/spec@aaf998fBenoit Daloze2022-03-281-0/+15
* 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
* Update to ruby/spec@902ab83Benoit Daloze2022-01-281-0/+6
* Update to ruby/spec@226cfdcBenoit Daloze2022-01-101-2/+8
* Kernel#=~: delete卜部昌平2022-01-031-15/+17
* 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
* Update to ruby/spec@7f22a0bBenoit Daloze2021-11-297-3/+175
* Update to ruby/spec@21a48d9Benoit Daloze2021-10-282-0/+24
* Update to ruby/spec@d6921efBenoit Daloze2021-10-203-19/+91
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-051-0/+26
* Update to ruby/spec@b1e93a2Benoit Daloze2021-09-071-2/+8
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-2912-189/+180
* Update to ruby/spec@a0b7d0dBenoit Daloze2021-06-025-31/+71
* Update to ruby/spec@fd6edddBenoit Daloze2021-03-273-4/+28
* Update to ruby/spec@37e52e5Benoit Daloze2021-02-274-11/+30
* Fixed Kernel#rand specNobuyoshi Nakada2021-01-291-10/+10
* Update to ruby/spec@8cafaa5Benoit Daloze2021-01-284-0/+70
* Update to ruby/spec@4ce9f41Benoit Daloze2020-12-272-7/+7
* Use Integer instead of Fixnum/BignumNobuyoshi Nakada2020-12-2110-17/+17
* spec: suppress deprecations of "lambda(&proc_block)" patternYusuke Endoh2020-12-122-7/+13
* Update to ruby/spec@c4170a3Benoit Daloze2020-11-271-1/+1
* Update to ruby/spec@ac878adBenoit Daloze2020-11-271-0/+4
* Update to ruby/spec@b0b7f53Benoit Daloze2020-11-131-2/+1
* Ignore <internal: entries from core library methods for Kernel#warn(message, ...Benoit Daloze2020-10-262-0/+30
* Add specs that #caller and #caller_locations include core library methods def...Benoit Daloze2020-10-262-0/+24
* Update to ruby/spec@4f59d86Benoit Daloze2020-10-248-0/+134
* Update to ruby/spec@bfd843aBenoit Daloze2020-09-301-1/+1
* Update to ruby/spec@9277d27Benoit Daloze2020-09-303-1/+26
* Add rb_category_warn{,ing} for warning messages with categoriesJeremy Evans2020-09-281-1/+33
* Disable deprecation warning by the default [Feature #16345]Nobuyoshi Nakada2020-09-251-1/+1