aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Don't warn default behaviourDavid Rodríguez2021-08-311-6/+1
* [rubygems/rubygems] Keep file descriptors by defaultDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Exclude gemspec file itself from gemNobuyoshi Nakada2021-08-312-1/+9
* [rubygems/rubygems] typos in UI messages: fix a couple missing spaces between...Tim Sutton2021-08-314-4/+4
* [rubygems/rubygems] Remove now unnecessary codeDavid Rodríguez2021-08-315-19/+1
* [rubygems/rubygems] The `--local` flag to `bundle install` shouldn't hit the ...David Rodríguez2021-08-312-0/+19
* [rubygems/rubygems] Requiring `bundler/setup` shouldn't try to hit the networkDavid Rodríguez2021-08-312-2/+17
* [rubygems/rubygems] Improve "gem not found in source" errorsDavid Rodríguez2021-08-317-7/+30
* [rubygems/rubygems] Only set local variable in the branch using itDavid Rodríguez2021-08-311-6/+5
* [rubygems/rubygems] Simplify error message building in resolverDavid Rodríguez2021-08-311-4/+2
* [rubygems/rubygems] Remove redundant part of error messageDavid Rodríguez2021-08-314-8/+1
* [rubygems/rubygems] Fix standalone generated script to deal with path sourcesDavid Rodríguez2021-08-312-2/+40
* [rubygems/rubygems] Remove unnecessary `ruby_version` local variableDavid Rodríguez2021-08-312-3/+2
* [rubygems/rubygems] Use same criteria for ruby engine as in the final scriptDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Remove unnecessary `ruby_engine` local variableDavid Rodríguez2021-08-312-3/+2
* [rubygems/rubygems] Remove unnecessary `path` local variableDavid Rodríguez2021-08-312-3/+2
* [rubygems/rubygems] Fix unnecessary $LOAD_PATH modification in standalone scriptDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Don't sort materialized specs when not necessaryDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Respect `BUNDLE_USER_CONFIG` if setDavid Rodríguez2021-08-312-0/+16
* [rubygems/rubygems] We can now avoid source materialization workDavid Rodríguez2021-08-311-17/+3
* [rubygems/rubygems] Completely avoid replacing sources when in multisource co...David Rodríguez2021-08-312-2/+2
* [rubygems/rubygems] Fix standalone install of default gemsDavid Rodríguez2021-08-313-2/+51
* [rubygems/rubygems] This spec can pass now on ruby 3David Rodríguez2021-08-311-2/+2
* [rubygems/rubygems] Remove unnecessary test repositoryDavid Rodríguez2021-08-311-5/+3
* [rubygems/rubygems] Give a `bundle install` hint when `bundle list` failsDavid Rodríguez2021-08-312-1/+8
* [rubygems/rubygems] Remove unnecessary escape sequencesDavid Rodríguez2021-08-312-8/+8
* [rubygems/rubygems] Remove unnecessary exceptionDavid Rodríguez2021-08-311-4/+0
* [rubygems/rubygems] Show all missing gems when using a bundle before installi...David Rodríguez2021-08-313-37/+57
* [rubygems/rubygems] Small refactor by DRYing up some logicDavid Rodríguez2021-08-311-3/+5
* [rubygems/rubygems] Move rescue block around the code that can raise itDavid Rodríguez2021-08-312-9/+16
* [rubygems/rubygems] Remove unnecessary checkDavid Rodríguez2021-08-311-1/+1
* [rubygems/rubygems] Let original exception be re-raisedDavid Rodríguez2021-08-311-4/+4
* Exit with the syncing status [ci skip]Nobuyoshi Nakada2021-08-311-2/+4
* Omit some tests until debugging is completeaycabta2021-08-311-0/+5
* Remove no longer used variable line_nodeNobuyoshi Nakada2021-08-311-258/+257
* Extract compile_block from iseq_compile_each0Nobuyoshi Nakada2021-08-311-12/+18
* [ruby/irb] Version 1.3.8.pre.5aycabta2021-08-311-1/+1
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.5aycabta2021-08-311-1/+1
* [ruby/reline] Version 0.2.8.pre.5aycabta2021-08-311-1/+1
* [ruby/irb] Set the dialog width to render with a fixed widthaycabta2021-08-311-1/+1
* [ruby/irb] Follow that Dialog#contents_width has been renamed to #widthaycabta2021-08-311-1/+1
* [ruby/irb] Make show doc dialog appears on the left at the right edgeaycabta2021-08-311-4/+6
* [ruby/irb] Rename a variable "dialog" with "autocomplete_dialog"aycabta2021-08-311-2/+2
* [ruby/reline] Use Reline::Unicode.take_range to devide exactly by widthaycabta2021-08-311-1/+1
* [ruby/reline] Check if dialog_render_info is nil or notaycabta2021-08-311-1/+1
* [ruby/reline] Fix Reline::Unicode.take_range as it was not fully functionalaycabta2021-08-313-23/+32
* [ruby/reline] Use dynamic contents widthaycabta2021-08-311-44/+47
* [Feature #16972] Add mode: option to Pathname#mkpathNobuyoshi Nakada2021-08-312-2/+14
* Constify line_node in iseq_compile_each0Nobuyoshi Nakada2021-08-311-1/+1
* [ruby/reline] Remove an unused variableaycabta2021-08-311-1/+0