summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [rubygems/rubygems] Fix conservative updates regardless of `--strict`David Rodríguez2022-08-031-1/+1
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-08-0313-15/+19
* [rubygems/rubygems] fix platform matching for index specsIlya Dyakonov2022-08-031-2/+3
* [rubygems/rubygems] Warn (rather than crash) when setting `nil` specification...David Rodríguez2022-08-032-3/+13
* [rubygems/rubygems] Array is already uniq, no need to deduplicate itDavid Rodríguez2022-08-021-1/+1
* [rubygems/rubygems] Fix arguments for bundle-config(1) docsTakuya Noguchi2022-08-022-3/+3
* [rubygems/rubygems] Preserve the previous behavior of raising an error when i...David Rodríguez2022-08-021-1/+5
* [rubygems/rubygems] Don't discard candidates matching ruby metadataDavid Rodríguez2022-08-023-8/+13
* [rubygems/rubygems] Materializing for resolution already filters platformsDavid Rodríguez2022-08-021-10/+15
* [rubygems/rubygems] Remove unnecessary local variableDavid Rodríguez2022-08-021-3/+2
* [rubygems/rubygems] Prefer reverse+find to select+lastDavid Rodríguez2022-08-021-2/+2
* [rubygems/rubygems] Only need to filter platforms when materialization is not...David Rodríguez2022-08-021-9/+7
* [rubygems/rubygems] This should go through the standard source search logicDavid Rodríguez2022-08-021-3/+1
* [rubygems/rubygems] Refactor materialization conditionsDavid Rodríguez2022-08-021-2/+2
* [rubygems/rubygems] Fix incorrect force_ruby_platform propagationDavid Rodríguez2022-08-022-9/+14
* [rubygems/rubygems] Remove unnecessary special case for BundlerDavid Rodríguez2022-08-022-8/+2
* [rubygems/rubygems] Move some logic to `LazySpecification#__materialize__`David Rodríguez2022-08-022-2/+2
* [rubygems/rubygems] Fix crash when running `bundle outdated` in debug modeDavid Rodríguez2022-08-011-2/+11
* [rubygems/rubygems] Update bundle-platform(1) manTakuya Noguchi2022-08-012-12/+29
* [ruby/rdoc] Fix blockquote with word in verbatimNobuyoshi Nakada2022-07-301-6/+10
* [rubygems/rubygems] Make `--standalone` play nice with `--local`David Rodríguez2022-07-302-2/+2
* [rubygems/rubygems] No need to set anything at all unless standalone is givenDavid Rodríguez2022-07-301-2/+5
* Update parser-text.rb with https://github.com/ruby/racc/commit/4ecc13c9cbd466...Hiroshi SHIBATA2022-07-291-1/+1
* fix typo in Time#xmlschema documentationLuka Dornhecker2022-07-291-1/+1
* [ruby/optparse] Also accept '-' as an optional argument (https://github.com/r...konsolebox2022-07-291-3/+3
* Merge ruby/fileutils from https://github.com/ruby/fileutils/commit/332025bc02...Hiroshi SHIBATA2022-07-291-1/+13
* [rubygems/rubygems] Fix dead links to deprecated bundle-package(1) with bundl...Takuya Noguchi2022-07-294-10/+6