aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Followed up CVE-2022-39253 for bundler examplesHiroshi SHIBATA2022-10-203-0/+15
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-1/+1
* Merge RubyGems/Bundler masterHiroshi SHIBATA2022-10-188-47/+89
* [rubygems/rubygems] Fix bad spec wordingDavid Rodríguez2022-10-181-1/+1
* [rubygems/rubygems] Extract matcher for slow perf specDavid Rodríguez2022-10-182-7/+13
* [rubygems/rubygems] Simplify SpecGroup creationDavid Rodríguez2022-10-181-1/+1
* thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier2022-10-172-1/+14
* Skip utime example with Intel C Compiler suiteHiroshi SHIBATA2022-10-131-5/+9
* Ignore excessive precisionsNobuyoshi Nakada2022-10-103-3/+3
* Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)Samuel Williams2022-10-081-5/+25
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-1/+9
* Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams2022-10-061-0/+17
* [rubygems/rubygems] Fix little UI issue when bundler shows duplicated gems in...David Rodríguez2022-10-061-0/+18
* [rubygems/rubygems] Make sure RSpec diffs don't omit the different partDavid Rodríguez2022-10-041-0/+2
* [rubygems/rubygems] Copy template contents instead of file and permsVictor Gama2022-10-032-0/+27
* 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
* Skip unpack_sockaddr_in with http at Solaris platformHiroshi SHIBATA2022-09-291-3/+5
* Update to ruby/spec@1d9d5c6Benoit Daloze2022-09-2851-259/+1142
* Update to ruby/mspec@b60306dBenoit Daloze2022-09-285-27/+11
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-9/+2
* Re-enable TZ test missed due to merge conflict.Vít Ondruch2022-09-271-2/+0
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-262-3/+10
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-262-10/+3
* Support using at toplevel in wrapped scriptChris Salzberg2022-09-244-0/+31
* Enable coverage for eval.Samuel Williams2022-09-221-9/+25
* Rescue File.expand_path in MSpecScript#try_load if HOME is unavailableYuta Saito2022-09-211-1/+6
* Remove warning for old TLS version connectionNobuyoshi Nakada2022-09-151-77/+0
* Deprecate Encoding#replicateBenoit Daloze2022-09-101-50/+58
* [rubygems/rubygems] Fix unused variable warningDavid Rodríguez2022-09-081-2/+0
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-0812-54/+160
* [rubygems/rubygems] Fix `set` not being found when running specs on dev rubiesDavid Rodríguez2022-09-061-0/+3
* [rubygems/rubygems] Add `syntax_suggest` to exemption list in setup specsDavid Rodríguez2022-09-061-0/+1
* [rubygems/rubygems] Remove no longer needed `fiddle` hacksDavid Rodríguez2022-09-054-13/+0
* Merge https://github.com/rubygems/rubygems/commit/16c3535413afebcdbab7582c601...Hiroshi SHIBATA2022-09-0516-467/+130
* [rubygems/rubygems] Feature: `bundle add` supports `--path` optionMike Dalessio2022-09-051-0/+9
* [rubygems/rubygems] Fix resolution hanging on musl platformsDavid Rodríguez2022-09-052-6/+23
* rb_int_range_last: properly handle non-exclusive rangeJean Boussier2022-09-041-0/+6
* * append newline at EOF. [ci skip]git2022-09-021-1/+1
* Added doc about `test-syntax-suggest`Hiroshi SHIBATA2022-09-021-0/+12
* Added entries about test-bundler-parallel and BUNDLER_SPECSHiroshi SHIBATA2022-09-021-0/+8
* Skip a couple of chroot spec failluresTakashi Kokubun2022-08-291-2/+5
* Update to ruby/spec@b8a8240Benoit Daloze2022-08-294-7/+8
* Update to ruby/mspec@37151a0Benoit Daloze2022-08-291-1/+2
* Update to ruby/spec@d01709fBenoit Daloze2022-08-2932-52/+473