summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/did_you_mean] Fixed correction duplicates in VariableNameCheckerImir Kiyamov2022-09-011-1/+1
* [ruby/reline] Support dumb terminalNobuyoshi Nakada2022-09-011-16/+13
* [rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき2022-09-011-1/+1
* [rubygems/rubygems] Support non gnu libc arm-linux-eabi platformsなつき2022-09-011-1/+1
* [ruby/reline] Remove loose operation in Dialog#render_each_dialogMau Magnaguagno2022-09-011-1/+0
* [ruby/net-protocol] Improve BufferedIO performanceJean Boussier2022-08-311-18/+64
* [rubygems/rubygems] Add platform :windows as a shortcut for all Windows platf...shields2022-08-293-5/+16
* [rubygems/rubygems] Bundler: make to_lock consistent between Gem::Dependency...Aleksandr Varnin2022-08-282-2/+2
* [ruby/irb] Require RDoc in `input-method.rb` again in a limited scope.Jun Aruga2022-08-261-0/+5
* [rubygems/rubygems] Fix another regression for sorbetDavid Rodríguez2022-08-252-7/+2
* [rubygems/rubygems] Backport non-gnu libc on linux platform matching to BundlerDavid Rodríguez2022-08-241-0/+26
* [ruby/irb] Drop hard dependency on RDoc.Vít Ondruch2022-08-231-1/+0
* [ruby/fileutils] FileUtils.rm* methods swallows only Errno::ENOENT when force...Yusuke Endoh2022-08-231-6/+11
* [ruby/fileutils] Narrow the scope of ensureYusuke Endoh2022-08-231-2/+10
* [rubygems/rubygems] Bundler: update the link suggested on error with the new oneTakuya Noguchi2022-08-231-2/+2
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-08-2314-90/+138
* [rubygems/rubygems] Fix conservative update downgrading top level gemsDavid Rodríguez2022-08-231-2/+4
* [rubygems/rubygems] Refactor building metadata dependenciesDavid Rodríguez2022-08-231-8/+11
* [rubygems/rubygems] Remove unnecessary mixin inclusionDavid Rodríguez2022-08-231-2/+0
* [rubygems/rubygems] Centralize loading `Bundler::MatchPlatform` mixinDavid Rodríguez2022-08-232-3/+0
* [rubygems/rubygems] Implement extra rules for libc versioningDavid Rodríguez2022-08-231-2/+2
* [rubygems/rubygems] Fix `gem install` still choosing musl incorrectlyDavid Rodríguez2022-08-231-1/+1
* [rubygems/rubygems] Handle non-gnu libc on linux platforms in RubyGemsDavid Rodríguez2022-08-231-2/+13
* [rubygems/rubygems] Test platform's version-ness consistentlyLoic Nageleisen2022-08-231-1/+1
* [ruby/fileutils] Fix mkdir_p hanging on Windows when trying to create a file ...David Rodríguez2022-08-221-1/+1
* [rubygems/rubygems] Fix edge case where `bundler/inline` unintentionally skip...David Rodríguez2022-08-211-1/+1
* [rubygems/rubygems] Fix `bundle platform` crash when there's a lockfile with ...David Rodríguez2022-08-211-1/+1
* [ruby/error_highlight] Apply ErrorHighlight::CoreExt to TypeError and Argumen...Yusuke Endoh2022-08-191-5/+2
* Sync SyntaxSuggestschneems2022-08-1926-0/+2869
* [ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`Jean Boussier2022-08-161-8/+41
* [rubygems/rubygems] Fix Ruby platform incorrectly removed on `bundle update`David Rodríguez2022-08-151-1/+1
* [ruby/error_highlight] Add a note about the current limitation of ErrorHighli...Yusuke Endoh2022-08-121-0/+8
* [ruby/error_highlight] Bump versionYusuke Endoh2022-08-101-1/+1
* [ruby/error_highlight] Make backtrace_location keyword workYusuke Endoh2022-08-101-1/+3
* [ruby/error_highlight] Make ErrorHighlight.spot accept Exception (https://git...Yusuke Endoh2022-08-102-37/+54
* Merge rubygems/bundler HEAD.Hiroshi SHIBATA2022-08-0970-267/+262
* [ruby/rdoc] Allow multiple footnotes without in-between blank linesNobuyoshi Nakada2022-08-081-9/+25
* [ruby/rdoc] [DOC] Removes remaining old Markup Reference (https://github.com/...Burdette Lamar2022-08-071-349/+0
* [rubygems/rubygems] Fix yanked gems being unintentionally update when other g...David Rodríguez2022-08-064-19/+23
* [rubygems/rubygems] Move comment where the actual replacement happensDavid Rodríguez2022-08-061-1/+1
* [rubygems/rubygems] Remove unclear commentDavid Rodríguez2022-08-061-3/+0
* [rubygems/rubygems] Extract `SourceList#get_with_fallback`David Rodríguez2022-08-062-1/+5
* [rubygems/rubygems] Include backtrace with crashes by defaultDavid Rodríguez2022-08-051-1/+1
* [rubygems/rubygems] Automatically remove "ruby" from lockfile if incompleteDavid Rodríguez2022-08-052-0/+16
* Use $(bindir) for path to executable in mkmfAlan Wu2022-08-041-1/+5
* Link ext bundles with bundle loader option for newer ld64Yuta Saito2022-08-041-0/+1
* [rubygems/rubygems] Warn dangling symlinksDavid Rodríguez2022-08-042-11/+13
* [rubygems/rubygems] Extract entry.full_name to a variableDavid Rodríguez2022-08-041-3/+4
* [ruby/irb] shortcut colorize_code to speedup pretty_printtompng2022-08-041-0/+3
* [rubygems/rubygems] Fix `bundle outdated --strict`David Rodríguez2022-08-031-2/+2