summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [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
* Don't suggest `--full-index` on API Response mismatch errorsDavid Rodríguez2023-03-232-2/+2
* Fix logging the fallback to the full index on GemspecError'sDavid Rodríguez2023-03-231-10/+6
* Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez2023-03-231-39/+53
* Don't remove RUBY platform when healing a lockfile with missing specsDavid Rodríguez2023-03-232-2/+6
* [rubygems/rubygems] Use indented heredocNobuyoshi Nakada2023-03-225-11/+11
* Added assertion values for Amazon Linux 2023Hiroshi SHIBATA2023-03-221-3/+5
* When running `bundle lock --update <name>`, checkout locked revision of unrel...David Rodríguez2023-03-171-0/+38
* Don´t consider platform specific candidates when `force_ruby_platform` setDavid Rodríguez2023-03-171-0/+48
* Don't ignore pre-releases when there's only one candidateDavid Rodríguez2023-03-171-0/+25
* Normalize git sourcesDavid Rodríguez2023-03-171-0/+18
* [rubygems/rubygems] Fix incorrect error message when multiple platforms are l...David Rodríguez2023-03-171-0/+6
* [rubygems/rubygems] Remove unnecessary `specific_local_platform` test helperDavid Rodríguez2023-03-179-37/+33
* [rubygems/rubygems] Simplify `lockfile_platforms` helperDavid Rodríguez2023-03-176-12/+8
* [rubygems/rubygems] Remove unnecessary `local` helperDavid Rodríguez2023-03-173-7/+3
* [rubygems/rubygems] Use more common linux platform for specsDavid Rodríguez2023-03-172-3/+3
* [rubygems/rubygems] Use splatted args to `lockfile_platforms_for`David Rodríguez2023-03-175-6/+6
* [rubygems/rubygems] Applied Layout/SpaceAroundOperators copHiroshi SHIBATA2023-03-162-2/+2
* [rubygems/rubygems] Use OpenSSL::Digest instead of digest stdlibHiroshi SHIBATA2023-03-151-2/+2
* rb_ary_sum: don't enter fast path if initial isn't a native numeric type.Jean Boussier2023-03-151-0/+13
* [rubygems/rubygems] Use `RbSys::ExtensionTask` when creating new rust gemsIan Ker-Seymer2023-03-101-2/+2
* Accept `sleep(nil)` as sleep forever. (#7484)Samuel Williams2023-03-101-4/+23
* Fix commit missNobuyoshi Nakada2023-03-091-1/+1
* Disable color mode of test-syntax-suggest when on dumb terminalNobuyoshi Nakada2023-03-081-0/+6
* [rubygems/rubygems] Respect --no-install option for git: sourcesJulie Haehn2023-03-071-0/+53
* [rubygems/rubygems] Better suggestion when `bundler/setup` fails due to missi...David Rodríguez2023-03-071-0/+24
* s/mjit/rjit/Takashi Kokubun2023-03-063-3/+3
* s/MJIT/RJIT/Takashi Kokubun2023-03-064-12/+12
* [rubygems/rubygems] Alias CurrentRuby#mswin?, mswin64?, mingw?, x64_mingw? to...johnnyshields2023-03-034-6/+19
* [rubygems/rubygems] Replace lockfile with `.locked`Tony Hsu2023-03-021-0/+31