summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-31[rubygems/rubygems] Remove unnecessary `ruby_version` local variableDavid Rodríguez
2021-08-31[rubygems/rubygems] Use same criteria for ruby engine as in the final scriptDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary `ruby_engine` local variableDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary `path` local variableDavid Rodríguez
2021-08-31[rubygems/rubygems] Fix unnecessary $LOAD_PATH modification in standalone scriptDavid Rodríguez
2021-08-31[rubygems/rubygems] Don't sort materialized specs when not necessaryDavid Rodríguez
2021-08-31[rubygems/rubygems] Respect `BUNDLE_USER_CONFIG` if setDavid Rodríguez
2021-08-31[rubygems/rubygems] We can now avoid source materialization workDavid Rodríguez
2021-08-31[rubygems/rubygems] Completely avoid replacing sources when in multisource co...David Rodríguez
2021-08-31[rubygems/rubygems] Fix standalone install of default gemsDavid Rodríguez
2021-08-31[rubygems/rubygems] This spec can pass now on ruby 3David Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary test repositoryDavid Rodríguez
2021-08-31[rubygems/rubygems] Give a `bundle install` hint when `bundle list` failsDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary escape sequencesDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary exceptionDavid Rodríguez
2021-08-31[rubygems/rubygems] Show all missing gems when using a bundle before installi...David Rodríguez
2021-08-31[rubygems/rubygems] Small refactor by DRYing up some logicDavid Rodríguez
2021-08-31[rubygems/rubygems] Move rescue block around the code that can raise itDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary checkDavid Rodríguez
2021-08-31[rubygems/rubygems] Let original exception be re-raisedDavid Rodríguez
2021-08-31Exit with the syncing status [ci skip]Nobuyoshi Nakada
2021-08-31Omit some tests until debugging is completeaycabta
2021-08-31Remove no longer used variable line_nodeNobuyoshi Nakada
2021-08-31Extract compile_block from iseq_compile_each0Nobuyoshi Nakada
2021-08-31[ruby/irb] Version 1.3.8.pre.5aycabta
2021-08-31[ruby/irb] Update dependency, reline >= 0.2.8.pre.5aycabta
2021-08-31[ruby/reline] Version 0.2.8.pre.5aycabta
2021-08-31[ruby/irb] Set the dialog width to render with a fixed widthaycabta
2021-08-31[ruby/irb] Follow that Dialog#contents_width has been renamed to #widthaycabta
2021-08-31[ruby/irb] Make show doc dialog appears on the left at the right edgeaycabta
2021-08-31[ruby/irb] Rename a variable "dialog" with "autocomplete_dialog"aycabta
2021-08-31[ruby/reline] Use Reline::Unicode.take_range to devide exactly by widthaycabta
2021-08-31[ruby/reline] Check if dialog_render_info is nil or notaycabta
2021-08-31[ruby/reline] Fix Reline::Unicode.take_range as it was not fully functionalaycabta
2021-08-31[ruby/reline] Use dynamic contents widthaycabta
2021-08-31[Feature #16972] Add mode: option to Pathname#mkpathNobuyoshi Nakada
2021-08-31Constify line_node in iseq_compile_each0Nobuyoshi Nakada
2021-08-31[ruby/reline] Remove an unused variableaycabta
2021-08-31[ruby/irb] Version 1.3.8.pre.4aycabta
2021-08-31[ruby/irb] Update dependency, reline >= 0.2.8.pre.4aycabta
2021-08-31[ruby/reline] Version 0.2.8.pre.4aycabta
2021-08-31[ruby/reline] Pass "dialog" to context to get "dialog.scroll_top" lateraycabta
2021-08-31[ruby/reline] Autocompletion dialog height 15aycabta
2021-08-31[ruby/reline] Scroll autocompletion pointer in dialog correctlyaycabta
2021-08-31[ruby/reline] Use DialogRenderInfo structaycabta
2021-08-31[ruby/reline] Fix dialog rendering at the bottom edgeaycabta
2021-08-31* 2021-08-31 [ci skip]git
2021-08-31[ruby/irb] Use DialogRenderInfoaycabta
2021-08-31[ruby/irb] Take dialog to get scroll_topaycabta
2021-08-31[ruby/irb] Don't show doc when pointer is negativeaycabta