summaryrefslogtreecommitdiff
path: root/spec/ruby/core
AgeCommit message (Expand)Author
2023-03-22Added assertion values for Amazon Linux 2023Hiroshi SHIBATA
2023-03-15rb_ary_sum: don't enter fast path if initial isn't a native numeric type.Jean Boussier
2023-03-10Accept `sleep(nil)` as sleep forever. (#7484)Samuel Williams
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-02-27Skip a spec failing on masterTakashi Kokubun
2023-02-27Update to ruby/spec@e7dc804Benoit Daloze
2023-02-25Assigning `nil` to fiber storage deletes the association. (#7378)Samuel Williams
2023-02-21Marshal.load: restore instance variables on RegexpJean Boussier
2023-02-20Update some ruby specs for the new message format of NoMethodErrorYusuke Endoh
2023-02-13Marshal.load: also freeze extended objectsJean Boussier
2023-02-10[DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun
2023-02-08Only emit circular dependency warning for owned thread shieldsJean byroot Boussier
2023-02-06Revert "Only emit circular dependency warning for owned thread shields"Jean byroot Boussier
2023-02-06Only emit circular dependency warning for owned thread shieldsJean Boussier
2023-01-23blade is hosted under ruby-lang.org nowHiroshi SHIBATA
2023-01-15[Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada
2023-01-11Remove Encoding#replicateBenoit Daloze
2023-01-07Only RangeError on CRuby for shift width >= 2**67Benoit Daloze
2023-01-07Fix Integer#{<<,>>} specs with large shift widthBenoit Daloze
2023-01-06Add bug numberBenoit Daloze
2023-01-05Update to ruby/spec@5e48206Benoit Daloze
2023-01-05Update to ruby/spec@7e680faBenoit Daloze
2023-01-05* remove trailing spaces, append newline at EOF. [ci skip]git
2023-01-05Update to ruby/spec@9d69b95Benoit Daloze
2023-01-01Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans
2022-12-26numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata
2022-12-26Skip insanely memory consuming testsNobuyoshi Nakada
2022-12-26Skip some examples for Ruby 3.3Hiroshi SHIBATA
2022-12-24Windows: Prefer USERPROFILE over HOMEPATHLars Kanis
2022-12-24Windows: Fix encoding of Dir.homeLars Kanis
2022-12-22Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans
2022-12-20Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-10Add spec for fiber storage. (#6896)Samuel Williams
2022-12-09Clean up a temporary fileNobuyoshi Nakada
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-12-03Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada
2022-12-03UnboundMethod only refer defined_classKoichi Sasada
2022-12-02[Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada
2022-12-02[Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-11-08Thread#native_thread_id is very platform specificNobuyoshi Nakada
2022-11-07Update to ruby/spec@740ccc8Benoit Daloze
2022-10-24Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada
2022-10-23[Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou
2022-10-21Range#size returns nil for (.."a") and (nil..)Yusuke Endoh
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-13Skip utime example with Intel C Compiler suiteHiroshi SHIBATA
2022-10-10Ignore excessive precisionsNobuyoshi Nakada