summaryrefslogtreecommitdiff
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada2021-11-181-0/+9
* Revert "Temporary ignored the failing specs for Date"Yusuke Endoh2021-11-161-9/+5
* Temporary ignored the failing specs for DateHiroshi SHIBATA2021-11-161-5/+9
* Fix typosNobuyoshi Nakada2021-11-023-4/+4
* Cleanup GC.auto_compact specBenoit Daloze2021-10-291-2/+3
* Skip GC.auto_compact= spec for platforms not supporting itBenoit Daloze2021-10-291-10/+11
* Rename ::YJIT to RubyVM::YJITAlan Wu2021-10-281-1/+1
* Update to ruby/spec@21a48d9Benoit Daloze2021-10-2825-38/+454
* pack.c: add an offset argument to unpack and unpack1Jean Boussier2021-10-262-0/+40
* Add Class#descendantsJeremy Evans2021-10-261-0/+38
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-6/+6
* Make Coverage suspendable (#4856)Yusuke Endoh2021-10-251-5/+18
* fix typo [ci skip]1809092021-10-251-2/+2
* Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune2021-10-252-4/+4
* Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada2021-10-221-14/+16
* Refinement#include and Refinement#prepend have been deprecatedNobuyoshi Nakada2021-10-221-188/+194
* Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun2021-10-201-1/+1
* Update to ruby/spec@254c380Benoit Daloze2021-10-207-50/+146
* Add extra files from ruby/spec which were skipped due to .gitignoreBenoit Daloze2021-10-203-0/+3
* Update to ruby/spec@d6921efBenoit Daloze2021-10-2044-243/+1134
* Not all environment variables can be convertible to IBM-437Nobuyoshi Nakada2021-10-181-0/+2
* Fix a typoKazuhiro NISHIYAMA2021-10-131-1/+1
* Use an isolated classNobuyoshi Nakada2021-10-101-3/+4
* Remove autoload for constant if the autoload failsJeremy Evans2021-10-082-30/+73
* Followed up bd6e1a0f0883dba7b02f30cefe5ebec96d02cb90Hiroshi SHIBATA2021-10-071-12/+29
* Remove the useless platform guardNobuyoshi Nakada2021-10-061-7/+5
* Fix filesystem dependent testsNobuyoshi Nakada2021-10-061-2/+2
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-0528-31/+692
* marshal.c Marshal.load accepts a freeze: true option.Jean Boussier2021-10-051-0/+94
* marshal.c: don't call the proc with partially initialized objects. (#4866)Jean byroot Boussier2021-09-301-32/+43
* Followed up behavior change of setHiroshi SHIBATA2021-09-281-9/+11
* Followed up ruby/spec examples for date.Hiroshi SHIBATA2021-09-282-6/+24
* FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada2021-09-251-13/+15
* FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada2021-09-242-20/+20
* Don't describe C function that does not exist in prior versions.Samuel Williams2021-09-201-2/+2
* Add C interface spec.Samuel Williams2021-09-202-0/+49
* Removed Module.allocate [Bug #17048]Nobuyoshi Nakada2021-09-171-14/+0
* Add spec for MatchData#match and MatchData#match_length [Feature #18172]Nobuyoshi Nakada2021-09-172-0/+68
* Marshal.load: do not call the proc until strings have their encodingJean Boussier2021-09-151-21/+41
* Add printf attribute to functions call va_list format functionsNobuyoshi Nakada2021-09-121-0/+2