summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-07-03Library arguments to VC are bare file namesNobuyoshi Nakada
2021-07-03Use $ignore_error defined in mkmf.rbNobuyoshi Nakada
2021-07-02[ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.ofYusuke Endoh
2021-07-01[ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko
2021-06-30[ruby/irb] Rescue a specific errorTakashi Kokubun
2021-06-30[ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara
2021-06-30[ruby/error_highlight] Allow the development version (= master branch) of Rub...Yusuke Endoh
2021-06-30Add the gemspec for error_highlightYusuke Endoh
2021-06-30[ruby/error_highlight] Bump versionYusuke Endoh
2021-06-30[ruby/error_highlight] Reconsider the API of ErrorHighlight.spotYusuke Endoh
2021-06-30[ruby/error_highlight] Experimentally support a custom formatterYusuke Endoh
2021-06-30[ruby/error_highlight] Add some commentsYusuke Endoh
2021-06-29Rename error_squiggle to error_highlightYusuke Endoh
2021-06-29[WIP] add error_squiggle gemYusuke Endoh
2021-06-29Use String#include? instead of end_with? to avoid message duplicationYusuke Endoh
2021-06-29Let Correctable#original_message skip prepended method definitionsYusuke Endoh
2021-06-29Should require "rbconfig" to use RbConfigNobuyoshi Nakada
2021-06-29Start v1.6.0 developmentYuki Nishijima
2021-06-29Prefer qualified names under ThreadNobuyoshi Nakada
2021-06-27[ruby/irb] Optimize show_source command furtherTakashi Kokubun
2021-06-27[ruby/irb] Improve performance of `show_source` for large classMasataka Pocke Kuwabara
2021-06-25[ruby/reline] Fix missing require.Samuel Williams
2021-06-25[ruby/reline] Avoid using blocking `IO.select`.Samuel Williams
2021-06-25Followed up 66d2fc7989d741bf5a73286233139901cecb4fc2Hiroshi SHIBATA
2021-06-25[ruby/racc] Remove Object monkey patchAaron Patterson
2021-06-25[ruby/racc] Removed needless condition for old versions of RubyGems.Hiroshi SHIBATA
2021-06-25[ruby/racc] Drop to support Ruby 2.4Hiroshi SHIBATA
2021-06-25[ruby/racc] Followed up #162Hiroshi SHIBATA
2021-06-25[ruby/racc] Stop compressing integer listsJean Boussier
2021-06-24Remove also debug symbol directory at clean on macOSNobuyoshi Nakada
2021-06-24Prefer configured command as RM_RFNobuyoshi Nakada
2021-06-23[ruby/rdoc] Specify working directory for RDoc::Options#check_filesHiroshi SHIBATA
2021-06-22[ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21Check Ruby version to use Fiddle with variadic args in test-allaycabta
2021-06-21[ruby/irb] Improve stackprof measureUlysse Buonomo
2021-06-21[ruby/reline] Version 0.2.6aycabta
2021-06-21[ruby/reline] Fix explamation of #read_ioaycabta
2021-06-21[ruby/reline] Remove FIXME comment in #renderaycabta
2021-06-21[ruby/reline] Remove TODO comment in #render_partialaycabta
2021-06-21[ruby/reline] Add binding C-x C-x to em_exchange_mark on Windowsaycabta
2021-06-21[ruby/reline] Treat C-Space as M-Space on Windowsaycabta
2021-06-21[ruby/reline] Check existance of a constant, Fiddle::VERSIONaycabta
2021-06-21[ruby/reline] Add Meta+arrow-keys in extended entries of terminfoaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chainaycabta
2021-06-21[ruby/reline] Terminfo.tigetstr and tiparm should return String objectaycabta
2021-06-21[ruby/reline] Add terminfo supportaycabta
2021-06-21[ruby/reline] Handle Errno::ENOTTY correctlyaycabta
2021-06-21[ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans
2021-06-21[ruby/reline] Treat return key correctly on Windowsaycabta