aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core
Commit message (Expand)AuthorAgeFilesLines
* Assigning `nil` to fiber storage deletes the association. (#7378)Samuel Williams2023-02-251-6/+13
* Marshal.load: restore instance variables on RegexpJean Boussier2023-02-211-0/+11
* Update some ruby specs for the new message format of NoMethodErrorYusuke Endoh2023-02-201-17/+40
* Marshal.load: also freeze extended objectsJean Boussier2023-02-131-0/+20
* [DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun2023-02-102-2/+2
* 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
* blade is hosted under ruby-lang.org nowHiroshi SHIBATA2023-01-234-4/+4
* [Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada2023-01-151-0/+3
* Remove Encoding#replicateBenoit Daloze2023-01-111-1/+1
* Only RangeError on CRuby for shift width >= 2**67Benoit Daloze2023-01-072-28/+14
* Fix Integer#{<<,>>} specs with large shift widthBenoit Daloze2023-01-072-28/+46
* Add bug numberBenoit Daloze2023-01-061-1/+1
* Update to ruby/spec@5e48206Benoit Daloze2023-01-052-2/+2
* Update to ruby/spec@7e680faBenoit Daloze2023-01-052-3/+4
* * remove trailing spaces, append newline at EOF. [ci skip]git2023-01-052-2/+2
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-0599-202/+1704
* Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans2023-01-011-6/+18
* numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata2022-12-261-1/+1
* Skip insanely memory consuming testsNobuyoshi Nakada2022-12-262-2/+2
* Skip some examples for Ruby 3.3Hiroshi SHIBATA2022-12-264-4/+4
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2022-12-241-0/+17
* Windows: Fix encoding of Dir.homeLars Kanis2022-12-241-0/+11
* Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans2022-12-221-39/+43
* Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze2022-12-201-13/+13
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-8/+0
* Add spec for fiber storage. (#6896)Samuel Williams2022-12-101-0/+111
* Clean up a temporary fileNobuyoshi Nakada2022-12-091-1/+4
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-082-6/+19
* Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada2022-12-031-6/+0
* UnboundMethod only refer defined_classKoichi Sasada2022-12-034-17/+58
* [Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada2022-12-021-6/+3
* [Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada2022-12-021-2/+4
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-241-7/+21
* Thread#native_thread_id is very platform specificNobuyoshi Nakada2022-11-081-1/+3
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-0750-127/+820
* Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada2022-10-242-9/+11
* [Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou2022-10-231-0/+16
* Range#size returns nil for (.."a") and (nil..)Yusuke Endoh2022-10-211-5/+22
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+31
* Skip utime example with Intel C Compiler suiteHiroshi SHIBATA2022-10-131-5/+9
* Ignore excessive precisionsNobuyoshi Nakada2022-10-103-3/+3
* Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams2022-10-061-0/+17
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-301-1/+13
* Add specs for {Method,UnboundMethod}#owner of a zsuper methodBenoit Daloze2022-09-292-0/+13
* Fix {Method,UnboundMethod}#super_method for zsuper methodsBenoit Daloze2022-09-292-22/+9
* Update to ruby/spec@1d9d5c6Benoit Daloze2022-09-2833-44/+782
* Re-enable TZ test missed due to merge conflict.Vít Ondruch2022-09-271-2/+0
* Support using at toplevel in wrapped scriptChris Salzberg2022-09-244-0/+31