aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* spec/ruby/optional/capi/ext: must support GCC 5卜部昌平2021-09-102-4/+4
* spec/ruby/optional/capi/ext: support ruby < 3卜部昌平2021-09-102-13/+30
* spec/ruby/optional/capi/ext: suppress warnings卜部昌平2021-09-102-0/+19
* Update to ruby/spec@b1e93a2Benoit Daloze2021-09-0717-7/+163
* Fix rubyspec_capiext dependency and flagsNobuyoshi Nakada2021-08-301-4/+3
* Fix dllimport attributeNobuyoshi Nakada2021-08-301-1/+1
* Fix failures on non-UTF-8 environment [Bug #18077]Nobuyoshi Nakada2021-08-222-2/+6
* Fix Marshal.dump(closed_io) to raise TypeError and allow encoding on closed IOLars Kanis2021-08-222-4/+8
* Allow tracing of optimized methodsJeremy Evans2021-08-211-3/+4
* Fix test failure on spec/ruby/language/pattern_matching_spec.rbKazuki Tsujimoto2021-08-191-5/+8
* Allow omission of parentheses in one line pattern matching [Feature #16182]Kazuki Tsujimoto2021-08-191-0/+11
* Update to ruby/spec@330c641Benoit Daloze2021-08-136-98/+123
* Suppress unused-result warningsS.H2021-08-071-2/+6
* Tweak rb_str_modify_expand() + read() spec to try to find out why it fails on...Benoit Daloze2021-07-303-9/+21
* Make RubyVM::AbstractSyntaxTree.of raise for method/proc created in evalJeremy Evans2021-07-291-4/+14
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-29186-3248/+3865
* Bump unicode version for Ruby 3.1Hiroshi SHIBATA2021-07-271-2/+2
* rb_iterate is no longer used in ruby/specBenoit Daloze2021-07-261-1/+0
* Remove meaningless IO#close_on_exec= spec [Feature #17745]Nobuyoshi Nakada2021-07-201-4/+0
* Use rb_block_call() instead of the deprecated rb_iterate()Nobuyoshi Nakada2021-07-182-17/+13
* Disable spec of `pattern matching is experimental` since 3.1Kazuhiro NISHIYAMA2021-07-171-14/+16
* Fix a spec failureKazuhiro NISHIYAMA2021-07-171-1/+1
* Fix a spec failureKazuhiro NISHIYAMA2021-07-171-1/+1
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-0/+40
* Fix ruby_version guards in Unicode/Emoji version specsMartin Dürst2021-07-082-3/+3
* Add new Unicode/Emoji version checks to spec/ruby/library/rbconfigMartin Dürst2021-07-082-3/+15