aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* Followed up 66d2fc7989d741bf5a73286233139901cecb4fc2Hiroshi SHIBATA2021-06-251-1/+1
* [ruby/racc] Remove Object monkey patchAaron Patterson2021-06-251-8/+2
* [ruby/racc] Removed needless condition for old versions of RubyGems.Hiroshi SHIBATA2021-06-251-1/+0
* [ruby/racc] Drop to support Ruby 2.4Hiroshi SHIBATA2021-06-251-0/+1
* [ruby/racc] Followed up #162Hiroshi SHIBATA2021-06-251-6/+7
* [ruby/racc] Stop compressing integer listsJean Boussier2021-06-251-44/+0
* Remove also debug symbol directory at clean on macOSNobuyoshi Nakada2021-06-241-1/+1
* Prefer configured command as RM_RFNobuyoshi Nakada2021-06-241-1/+1
* [ruby/rdoc] Specify working directory for RDoc::Options#check_filesHiroshi SHIBATA2021-06-231-1/+3
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-221-11/+3
* Rescue conversion error of inputrcaycabta2021-06-212-1/+10
* Check Ruby version to use Fiddle with variadic args in test-allaycabta2021-06-211-1/+10
* [ruby/irb] Improve stackprof measureUlysse Buonomo2021-06-211-2/+14
* [ruby/reline] Version 0.2.6aycabta2021-06-211-1/+1
* [ruby/reline] Fix explamation of #read_ioaycabta2021-06-211-5/+6
* [ruby/reline] Remove FIXME comment in #renderaycabta2021-06-211-1/+0
* [ruby/reline] Remove TODO comment in #render_partialaycabta2021-06-211-1/+0
* [ruby/reline] Add binding C-x C-x to em_exchange_mark on Windowsaycabta2021-06-212-1/+2
* [ruby/reline] Treat C-Space as M-Space on Windowsaycabta2021-06-211-0/+4
* [ruby/reline] Check existance of a constant, Fiddle::VERSIONaycabta2021-06-211-1/+1
* [ruby/reline] Add Meta+arrow-keys in extended entries of terminfoaycabta2021-06-211-0/+2