summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2020-11-22[ruby/irb] Add a fallback for check_code_block that does not depend on implem...Benoit Daloze
2020-11-22[ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI
2020-11-05Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui
2020-11-05Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze
2020-10-27Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada
2020-09-19[ruby/irb] Version 1.2.7aycabta
2020-09-19[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta
2020-09-14[ruby/irb] Version 1.2.6aycabta
2020-09-14[ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reli...aycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-09-14[ruby/irb] Version 1.2.5aycabta
2020-08-28[ruby/irb] Discard newlines at end of fileaycabta
2020-08-18Update the license for the default gems to dual licensesHiroshi SHIBATA
2020-08-18[ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta
2020-08-18[ruby/irb] Support shortening lambda notationaycabta
2020-08-18[ruby/irb] Expand path to run separated test correctlyaycabta
2020-08-18[ruby/irb] Workaround a bug of ruby-mode.elNobuyoshi Nakada
2020-08-18[ruby/irb] Yet another unnecessary readlineNobuyoshi Nakada
2020-08-18[ruby/irb] Directly check if the method is available instead of versionNobuyoshi Nakada
2020-08-18[ruby/irb] Get rid of loading readline unnecessarilyNobuyoshi Nakada
2020-08-18[ruby/irb] Prefer require_relative to load the files in this libraryNobuyoshi Nakada
2020-08-18[ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta
2020-08-18[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta
2020-08-18[ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or lateraycabta
2020-08-18[ruby/irb] Support oneline method definitionaycabta
2020-07-23Suppress "assigned but unused variable" warningsYusuke Endoh
2020-07-22Add require 'irb/ruby-lex' to use RubyLexaycabta
2020-07-22[ruby/irb] handle rescue modifier properlyNobuhiro IMAI
2020-07-22[ruby/irb] Fix error when `inspect` is called but not found in inspectorMasataka Pocke Kuwabara
2020-07-22[ruby/irb] Simplify RubyLex.compile_with_errors_suppressedaycabta
2020-07-22[ruby/irb] Suppress incomplete encoding magic comment erroraycabta
2020-07-22[ruby/irb] Suppress incomplete coding magic comment erroraycabta
2020-05-17[ruby/irb] Version 1.2.4aycabta
2020-04-29[ruby/irb] Suppress "method redefined" warningaycabta
2020-04-29[ruby/irb] Check existence of rc files in irb_info commandaycabta
2020-04-29[ruby/irb] Add irb_info commandaycabta
2020-04-23Support XDG_* (#2174)Hiroshi SHIBATA
2020-04-07[DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada
2020-03-29[ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter
2020-03-26[ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta
2020-03-26[ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2020-03-03Ignore incompatible convert of symbolsKoichi Sasada
2020-03-03Convert incompatible encoding symbol namesaycabta
2020-02-17[ruby/irb] Version 1.2.3aycabta
2020-02-15[ruby/irb] fix reserved words and completion for themNobuhiro IMAI
2020-02-15[ruby/irb] Include easter-egg.rb in gemspecNick Lewis
2020-02-15[ruby/irb] Version 1.2.2aycabta
2020-02-12[ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta
2020-02-12[ruby/irb] Fix auto indent with closed braceaycabta
2020-02-12[ruby/irb] Check doc namespace correctlyaycabta