aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Use rake-13.2.1Hiroshi SHIBATA2024-04-051-1/+1
* [rubygems/rubygems] Fix crash with development bundler binstubDavid Rodriguez2024-04-051-1/+1
* Reset `$.` before matchingNobuyoshi Nakada2024-04-031-0/+1
* Update to ruby/spec@573cf97Andrew Konchin2024-04-0228-47/+719
* Use Rake 13.2.0Hiroshi SHIBATA2024-04-021-1/+1
* [PRISM] Enable passing pattern matching testsKevin Newton2024-04-011-2/+0
* [rubygems/rubygems] Improve error message when strict resolution filters out ...David Rodriguez2024-04-011-0/+16
* [rubygems/rubygems] Let GemVersionPromoter sort in preferred order directlyDavid Rodriguez2024-04-011-16/+16
* [rubygems/rubygems] Remove unnecessary filteringDavid Rodriguez2024-04-011-4/+4
* [rubygems/rubygems] add test case to ensure updating with multiple sources + ...Alex Robbin2024-03-291-0/+84
* [PRISM] Fix BEGIN{} execution orderKevin Newton2024-03-291-1/+0
* [PRISM] Add debug info for frozen stringsKevin Newton2024-03-281-3/+0
* [PRISM] Allow space before encoding commentKevin Newton2024-03-281-2/+0
* [PRISM] Use new -x prism APIKevin Newton2024-03-281-4/+0
* Suppress warning at literal stringNobuyoshi Nakada2024-03-281-1/+1
* Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA2024-03-281-1/+1
* [PRISM] Include file and line in error messageKevin Newton2024-03-271-4/+0
* [PRISM] Pass --enable-frozen-string-literal through to evalsKevin Newton2024-03-271-1/+0
* [PRISM] Enable other passing specsKevin Newton2024-03-271-17/+17
* [rubygems/rubygems] Allow installing plugins from path via CLICody Cutrer2024-03-271-0/+10
* [DOC] remove repetitive words in commentscrazeteam2024-03-271-1/+1
* [rubygems/rubygems] Improve validation of `bundle plugin install` optionsCody Cutrer2024-03-251-6/+8
* [rubygems/rubygems] Fix incorrect `bundle update --bundler` messageDavid Rodriguez2024-03-2210-18/+55
* [Feature #20275] Remove extra backtrace entries for rescue and ensureBenoit Daloze2024-03-223-11/+52
* [PRISM] Enable specs in CIKevin Newton2024-03-203-3/+69
* Implement chilled stringsÉtienne Barrié2024-03-198-12/+140
* [rubygems/rubygems] Deprecate `bundle plugin install --local-git=`Cody Cutrer2024-03-183-6/+23
* Update set_backtrace documentationJean Boussier2024-03-181-2/+5
* [rubygems/rubygems] Ignore commented out keys in config fileDavid Rodriguez2024-03-171-0/+9
* Prefer the simple read/write `File` singleton methodsNobuyoshi Nakada2024-03-161-2/+2
* Update to ruby/spec@89175b2Benoit Daloze2024-03-14209-700/+745
* Update to ruby/mspec@b8f8f4eBenoit Daloze2024-03-143-26/+23
* [Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OFPeter Zhu2024-03-141-10/+2
* `Exception#set_backtrace` accept arrays of `Backtrace::Location`Jean Boussier2024-03-142-0/+36
* Make `const_source_location` return the real constant as soon as definedJean Boussier2024-03-133-0/+29
* Removed unused fixtures at time examplesHiroshi SHIBATA2024-03-071-1/+0
* Run `binding.irb` in cleaner environment and clean the history fileNobuyoshi Nakada2024-03-062-9/+9
* Use include instead of equal assertion.Hiroshi SHIBATA2024-03-061-1/+3
* [DOC] fix some commentscui fliter2024-03-052-2/+2
* [rubygems/rubygems] Clear generated files recursivelyNobuyoshi Nakada2024-03-051-1/+1
* [rubygems/rubygems] Clear `RUBY_CODESIGN` env var while running testsYuta Saito2024-03-041-0/+4
* [Bug #20322] Fix rb_enc_interned_str_cstr null encodingThomas Marshall2024-03-032-1/+9
* Add an example for fallback to shNobuyoshi Nakada2024-03-011-0/+17
* [PRISM] Fix version spec to account for prismKevin Newton2024-02-281-1/+1
* Handle zero-like imaginary part as zero in to_r (#9581)Kenta Murata2024-02-271-2/+10
* Update to ruby/spec@3a510bbBenoit Daloze2024-02-2618-130/+329
* Update to ruby/mspec@36e8ed8Benoit Daloze2024-02-263-8/+12
* Stop using rb_fstring publiclyPeter Zhu2024-02-231-3/+1
* [Bug #20280] Fix wrong testsNobuyoshi Nakada2024-02-192-19/+23
* [rubygems/rubygems] Use FileUtils.mkdir_pHiroshi SHIBATA2024-02-191-1/+1