summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* fix wording of spec description [ci skip]Martin Dürst2023-05-131-1/+1
* [Bug #19597] Freeze script nameNobuyoshi Nakada2023-05-101-2/+4
* Merge https://github.com/rubygems/rubygems/pull/6655 manually.Hiroshi SHIBATA2023-05-101-7/+35
* Relax regexp for console assertionHiroshi SHIBATA2023-05-092-2/+2
* marshal.c: shallow freeze user objectsJean Boussier2023-04-261-9/+7
* Update to ruby/spec@7f6ca5bBenoit Daloze2023-04-252-1/+2
* Workaround CRuby adding x86_64-linux-fake in $LOADED_FEATURESBenoit Daloze2023-04-251-1/+5
* Update to ruby/spec@7f69c86Benoit Daloze2023-04-2599-183/+2316
* Update to ruby/mspec@1d8cf64Benoit Daloze2023-04-256-80/+3
* [ruby/syntax_suggest] Clean up outputschneems2023-04-253-6/+5
* [ruby/syntax_suggest] standardrb --fix-unsafely spec/spec_helper.rbHiroshi SHIBATA2023-04-251-1/+1
* Allow anonymous memberless StructJeremy Evans2023-04-241-0/+14
* Check the precision of `getrusage` at runtimeNobuyoshi Nakada2023-04-231-1/+11
* Fix a guard of `Process.times`Nobuyoshi Nakada2023-04-221-8/+5
* Fix an example of `Process.times`Nobuyoshi Nakada2023-04-221-1/+1
* Skip when unix socket path is too longNobuyoshi Nakada2023-04-211-1/+3
* [rubygems/rubygems] Revert "Bundler::YAMLSerializer.load couldn't raise error...Hiroshi SHIBATA2023-04-201-0/+23
* Use ASCII-compatible encoding for testsNobuyoshi Nakada2023-04-202-0/+0
* [rubygems/rubygems] Bundler::YAMLSerializer.load couldn't raise error when in...Hiroshi SHIBATA2023-04-191-23/+0
* MatchData#named_captures: add optional symbolize_names keyword (#6952)Vladimir Dementyev2023-04-191-0/+12
* Add spec for `Warning[:performance]`Jean Boussier2023-04-171-0/+7
* Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#deleteJean Boussier2023-04-152-0/+70
* * append newline at EOF. [ci skip]git2023-04-151-1/+1
* Add specs for ObjectSpace::WeakKeyMapJean Boussier2023-04-155-0/+161
* Revert "Add specs for ObjectSpace::WeakKeyMap"Jean Boussier2023-04-145-151/+0
* Add specs for ObjectSpace::WeakKeyMapJean Boussier2023-04-145-0/+151
* [Bug #19533] Add spec of infinite range inclusionNobuyoshi Nakada2023-04-141-0/+6
* Removed file that is part of d89cc317c642848008f5b17a82196d25ddcdf124Hiroshi SHIBATA2023-04-111-16/+0
* [rubygems/rubygems] Remove one fallback to full indexes on big gemfilesDavid Rodríguez2023-04-074-32/+8
* [Bug #19584] Register global variables before assignmentNobuyoshi Nakada2023-04-071-3/+3
* Load only SyntaxSuggest::VERSION for version checkHiroshi SHIBATA2023-04-061-1/+1
* v1.0.4schneems2023-04-061-0/+34
* v1.0.3schneems2023-04-061-0/+18
* [ruby/syntax_suggest] Rollback comment indentation behaviorschneems2023-04-062-4/+3
* [ruby/syntax_suggest] Add comments and refactor AroundBlockScan methodsschneems2023-04-062-54/+2
* [ruby/syntax_suggest] Fix sibling bug to #177schneems2023-04-064-3/+57
* [ruby/syntax_suggest] Preserve whitespace in front of commentsschneems2023-04-064-21/+52
* [rubygems/rubygems] Fix resolver hangs when dealing with an incomplete lockfileDavid Rodríguez2023-04-061-0/+23
* Revert "Fix transient heap mode"Aaron Patterson2023-04-041-11/+0
* Implement `Process.warmup`Jean Boussier2023-04-041-0/+11
* [rubygems/rubygems] Onboard Rubocop Naming/MemoizedInstanceVariableName rule ...Josef Šimánek2023-03-281-5/+5
* [rubygems/rubygems] Fix installing plugins in frozen modeDavid Rodríguez2023-03-281-0/+7
* [rubygems/rubygems] Fix incorrect removal of "ruby" platform from lockfileDavid Rodríguez2023-03-281-0/+50
* [rubygems/rubygems] Fix unnecessary downgrade of top level dependency when un...David Rodríguez2023-03-281-0/+83
* [rubygems/rubygems] Rewrite GemVersionPromoter specsMichael Siegfried2023-03-281-124/+111
* Raise ArgumentError if IO.read is provided negative offsetJeremy Evans2023-03-241-3/+12
* Add Dir.fchdirJeremy Evans2023-03-241-0/+78
* Change Hash#compact to keep default values and compare_by_identity flagJeremy Evans2023-03-241-0/+24
* Copy compare_by_identity flag for empty hashes in Hash.ruby2_keywords_hashJeremy Evans2023-03-241-0/+24
* Do not copy compare_by_identity flag for non-empty hashes in Hash.[]Jeremy Evans2023-03-241-0/+18