aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core
Commit message (Expand)AuthorAgeFilesLines
* process.c (waitpid_wait): do not set ECHILD prematurelynormal2018-06-272-2/+14
* Revert "spec: skip Process wait specs on MJIT"normal2018-06-273-110/+104
* spec: skip Process wait specs on MJITk0kubun2018-06-233-104/+110
* * append newline at EOF.svn2018-06-131-1/+1
* Update to ruby/spec@4bb0f25eregon2018-06-1318-46/+679
* Update to ruby/spec@4bc7a2beregon2018-06-1318-157/+1085
* String#uminus dedupes unconditionallynormal2018-06-041-5/+3
* Add TracePoint#parametersmame2018-06-031-0/+21
* object.c: Add a new alias `then` to `Kernel#yield_self`; [Feature #14594]matz2018-05-301-0/+5
* range.c: === by cover?nobu2018-05-171-4/+13
* Update to ruby/spec@6f38a82eregon2018-04-2875-1827/+1686
* Avoid "should_not raise_error" in Thread#raise speceregon2018-04-251-3/+3
* Fix style in Thread#raise speceregon2018-04-251-8/+8
* Use Thread.pass in loop{} to check interrupts more ofteneregon2018-04-251-1/+1
* dir.c: warning for NULnobu2018-04-191-3/+5
* string.c: fix dumped suffixnobu2018-04-161-2/+2
* use requrie_relativenobu2018-03-312-4/+4
* use require_relativenobu2018-03-311-2/+2
* file_types.rb: use the current terminal devicenobu2018-03-311-1/+1
* Update to ruby/spec@a585ec3eregon2018-03-266-45/+81
* Bug Fix Enumerator::Lazy#uniq state for multiple callnobu2018-03-131-0/+31
* Fix setting method visibility on method wrapped with prependnobu2018-03-121-0/+39
* required paths are real pathsnobu2018-03-053-6/+6
* Update to ruby/spec@c1b568beregon2018-03-041837-3336/+3336
* Update to ruby/spec@51f301deregon2018-02-271-3/+5
* Update to ruby/spec@cbe855ceregon2018-02-2725-106/+107
* Check the result of to_int in Kernel#Integermrkn2018-02-261-5/+12
* Add a new #filter alias for #selecteregon2018-02-257-100/+159
* groups_spec.rb: get rid of limit on macOSnobu2018-02-231-2/+1
* Use Process::Tmsnobu2018-02-238-13/+13
* skip EINVAL on unsupported platformko12018-01-301-1/+1
* Update to ruby/spec@83063a3eregon2018-01-29402-2953/+3402
* Fix rubyspec against the change in Hash#transform_keys!mrkn2018-01-261-3/+3
* Group related File.umask specs togethereregon2018-01-251-9/+9
* Remove specs trying arbitrary values for chmod and umaskeregon2018-01-252-122/+9
* system_spec.rb: add RubySpec for r62025k0kubun2018-01-241-0/+8
* r61950 changes mode_t to ushort on FreeBSD and Darwinnaruse2018-01-192-14/+64
* spec/: skip some specs so that no failure occurs in root privilegemame2018-01-108-113/+137
* Update to ruby/spec@b95d7ederegon2017-12-271-11/+26
* Update to ruby/spec@0fe33aceregon2017-12-27134-431/+876
* Simplify Thread#[]= speceregon2017-12-211-4/+2
* fix threading bug.ko12017-12-201-2/+3
* Use syswrite to avoid potential buffering in IO#select speceregon2017-12-181-1/+1
* Integer#{any|all|no}_bits: Fix coercion. Add specs [#12753]marcandre2017-12-173-0/+109
* Update to ruby/spec@595645feregon2017-12-1522-26/+606
* The main Thread should have report_on_exception=true for consistencyeregon2017-12-141-0/+10
* Set Thread.report_on_exception=true by default to report exceptions in Threadseregon2017-12-121-2/+10
* struct.c: add keyword_init option to Struct.newk0kubun2017-12-121-1/+1
* catch up r61131.ko12017-12-121-2/+2
* Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre2017-12-101-6/+90