aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chainaycabta2021-06-211-1/+5
* [ruby/reline] Terminfo.tigetstr and tiparm should return String objectaycabta2021-06-212-12/+12
* [ruby/reline] Add terminfo supportaycabta2021-06-212-14/+132
* [ruby/reline] Handle Errno::ENOTTY correctlyaycabta2021-06-211-0/+2
* [ruby/reline] Fix Reline::Unicode.calculate_width when input is not a TTYJeremy Evans2021-06-212-6/+14
* [ruby/reline] Treat return key correctly on Windowsaycabta2021-06-211-1/+7
* [ruby/reline] The config file must accept any character encodingaycabta2021-06-212-3/+13
* [ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta2021-06-211-62/+74
* [ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk2021-06-211-5/+2
* [ruby/irb] Version 1.3.6aycabta2021-06-211-2/+2
* [ruby/net-protocol] Get rid of `__send__`Nobuyoshi Nakada2021-06-161-6/+5
* [ruby/ostruct] v0.4.0Marc-Andre Lafortune2021-06-151-1/+1
* [lib/ostruct] Allow overriding of `block_given?`Marc-Andre Lafortune2021-06-141-3/+4
* [ruby/ostruct] bump upNobuyoshi Nakada2021-06-141-3/+3
* Add fallback block to `OpenStruct#delete_field` (#1409)jfrazx2021-06-141-2/+9
* [ruby/rdoc] Add a dependency on psych gem 4.0.0 or neweraycabta2021-06-021-0/+1
* [ruby/net-protocol] Bump version to 0.1.1Hiroshi SHIBATA2021-05-311-1/+1
* [rubygems/rubygems] Copy files specific to testing rubygems to `test`David Rodríguez2021-05-284-2365/+0
* [rubygems/rubygems] Try fix ruby-core CIHiroshi SHIBATA2021-05-281-0/+22