aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/racc] Shrink gem sizeBruno Arueira2021-07-181-49/+2
* [rubygems/rubygems] Add missing `require 'fileutils'` in `Gem::ConfigFile`Masafumi Koba2021-07-161-4/+4
* [rubygems/rubygems] Fix `bundle plugin install --help` showing `bundle instal...David Rodríguez2021-07-161-0/+1
* [rubygems/rubygems] fix dangling empty hooksAndre Arko2021-07-161-1/+4
* [rubygems/rubygems] test loading bad plugins with nil/empty namesAndre Arko2021-07-161-0/+2
* [rubygems/rubygems] Fix development gem unintentionally removed on an edge caseDavid Rodríguez2021-07-161-25/+26
* [rubygems/rubygems] Fix contradictory message about deletion of default gemJared Beck2021-07-161-5/+36
* Adjust the release version of ruby2_keywordsHiroshi SHIBATA2021-07-161-3/+16
* [ruby/irb] Show code page by irb_info on Windowsaycabta2021-07-161-0/+4
* Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA2021-07-1431-365/+332
* [ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta2021-07-131-0/+3
* [ruby/error_highlight] Support a file that has no final newlineYusuke Endoh2021-07-131-0/+1
* [ruby/error_highlight] Support hard tabsYusuke Endoh2021-07-131-1/+2
* [ruby/error_highlight] Stop showing a code snippet if it has non-ascii charac...Yusuke Endoh2021-07-121-1/+14
* [ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta2021-07-111-0/+2
* [ruby/irb] Pass local variables from workspace binding to lexerJeremy Evans2021-07-102-18/+33
* mkmf.rb: try linking at try_varNobuyoshi Nakada2021-07-081-1/+9
* Update lib/unicode_normalize/tables.rb to Unicode version 13.0.0Martin Dürst2021-07-081-0/+36
* Sync RubyGems and Bundler with upstreamHiroshi SHIBATA2021-07-0729-169/+165
* Sync latest bundler & rubygems development versionDavid Rodríguez2021-07-0765-372/+544
* [ruby/rdoc] Bump version to 6.3.2Hiroshi SHIBATA2021-07-061-1/+1
* [ruby/rdoc] Fix links without pathsNobuyoshi Nakada2021-07-051-1/+1
* [ruby/rdoc] Fix for explicit http linkNobuyoshi Nakada2021-07-051-2/+2
* [ruby/rdoc] Allow a label in a link to another document textNobuyoshi Nakada2021-07-051-2/+2
* [ruby/rdoc] Support ActiveSupport::Concern.includedaycabta2021-07-051-0/+18
* [ruby/rdoc] Fix chained inclusion ancestors_ofUlysse Buonomo2021-07-051-4/+4
* [ruby/rdoc] Document 'ruby:' to show core documentation in rixstnztk2021-07-051-0/+7
* Library arguments to VC are bare file namesNobuyoshi Nakada2021-07-031-1/+2
* Use $ignore_error defined in mkmf.rbNobuyoshi Nakada2021-07-031-1/+1
* [ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.ofYusuke Endoh2021-07-021-1/+1
* [ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko2021-07-011-3/+4
* [ruby/irb] Rescue a specific errorTakashi Kokubun2021-06-301-1/+1
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-301-2/+3
* [ruby/error_highlight] Allow the development version (= master branch) of Rub...Yusuke Endoh2021-06-301-1/+1
* Add the gemspec for error_highlightYusuke Endoh2021-06-301-0/+27
* [ruby/error_highlight] Bump versionYusuke Endoh2021-06-301-1/+1
* [ruby/error_highlight] Reconsider the API of ErrorHighlight.spotYusuke Endoh2021-06-302-18/+16
* [ruby/error_highlight] Experimentally support a custom formatterYusuke Endoh2021-06-303-28/+53
* [ruby/error_highlight] Add some commentsYusuke Endoh2021-06-301-1/+5
* Rename error_squiggle to error_highlightYusuke Endoh2021-06-295-6/+6
* [WIP] add error_squiggle gemYusuke Endoh2021-06-294-0/+499
* Use String#include? instead of end_with? to avoid message duplicationYusuke Endoh2021-06-291-1/+1
* Let Correctable#original_message skip prepended method definitionsYusuke Endoh2021-06-291-1/+8
* Should require "rbconfig" to use RbConfigNobuyoshi Nakada2021-06-291-0/+1
* Start v1.6.0 developmentYuki Nishijima2021-06-291-1/+1
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-292-7/+7
* [ruby/irb] Optimize show_source command furtherTakashi Kokubun2021-06-271-1/+4
* [ruby/irb] Improve performance of `show_source` for large classMasataka Pocke Kuwabara2021-06-271-4/+11
* [ruby/reline] Fix missing require.Samuel Williams2021-06-251-0/+1
* [ruby/reline] Avoid using blocking `IO.select`.Samuel Williams2021-06-251-8/+2