summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2020-09-16Merge IRB 1.2.6aycabta
2020-03-30Ruby 2.7 backport about IRB (#2990)aycabta
2019-12-24[ruby/irb] Version 1.2.1aycabta
2019-12-24[ruby/irb] Remove warning message to bundle on Ruby 2.7.0aycabta
2019-12-22[ruby/irb] Make nesting level up for `1.times do`Yusuke Endoh
2019-12-22[ruby/irb] Fix auto-indent for `1.times do`Yusuke Endoh
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-07[ruby/irb] Version 1.2.0aycabta
2019-12-07[ruby/irb] New IRB needs Ruby 2.5 or lateraycabta
2019-12-07[ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta
2019-12-07[ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta
2019-12-03Fix auto-indent behavior correctlyaycabta
2019-11-30Use @eof variable for ReidlineInputMethod#eof?aycabta
2019-11-29Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"aycabta
2019-11-28Fix regexp to complete complex literalaycabta
2019-11-28Remove two removed constantsaycabta
2019-11-26Remove an unnecessary variableaycabta
2019-11-26Slightly fix the warning message [ci skip]Takashi Kokubun
2019-11-26Suggest an alternative to suppress the irb warningTakashi Kokubun
2019-11-25Cache loaded module to suppress method redefined warningsaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-11-25Remove lib/irb/slex.rbaycabta
2019-11-24Remove debug code...aycabta
2019-11-24Disable tracer ext of IRB when tracer doesn't foundaycabta
2019-11-21Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA
2019-11-21Version 1.1.0aycabta
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Refactor filter_backtraceY. Ushiki
2019-11-21Fix filter_backtrace for context-mode 0Y. Ushiki
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-20Replace typo "bock" with "block"aycabta
2019-11-20A preceding token of "do" of block has EXPR_CMDARG or EXPR_ENDFNaycabta
2019-11-20Number sign comment (# bla bla) is a kind of newline characteraycabta
2019-11-20Generate history file path correctly when $HOME/.irbrc doesn't existaycabta
2019-11-17[ruby/irb] Remove ruby-token.rb from spec.filesaycabta
2019-11-17[ruby/irb] Version 1.1.0.pre.4aycabta
2019-11-13Suppress warnings except for when last evaluationaycabta
2019-11-11Remove ruby-token.rbaycabta
2019-11-10qsymbols and symbols should be colored as SymbolTakashi Kokubun
2019-11-10Colorize on_symbols_beg (%I)Takashi Kokubun
2019-11-10Colorize string quotes as boldTakashi Kokubun
2019-10-26IRB: Document command evaluation history.zverok
2019-10-24Remove unsused output_method argumentJeremy Evans
2019-10-15Fixed the key to delete [Bug #16250]Nobuyoshi Nakada
2019-10-15Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada
2019-10-14Simplify circular reference check of IRB::ColorTakashi Kokubun
2019-10-14IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig
2019-09-16Folded files in gemspecNobuyoshi Nakada
2019-09-01IRB 1.1.0.pre.3aycabta
2019-08-28Adjusted indents and supplied last commasNobuyoshi Nakada