| Age | Commit message (Expand) | Author |
| 2019-06-26 | Remove debug print...sorry | aycabta |
| 2019-06-25 | Treat auto indent with newline correctly | aycabta |
| 2019-06-25 | Decrease indent when "else", "rescue", "ensure", "when", or "in" come | aycabta |
| 2019-06-25 | Refactor calculation of corresponding token depth | aycabta |
| 2019-06-22 | Treat closing token with starting token at head of 2nd line correctly | aycabta |
| 2019-06-22 | Do auto indent only when closing token at first of line | aycabta |
| 2019-06-21 | Support irregular auto indent | aycabta |
| 2019-06-19 | Use IRB.conf[:AUTO_INDENT] setting in multiline mode | aycabta |
| 2019-06-18 | Fix auto indent crash when blank input | aycabta |
| 2019-06-18 | Implement auto indent for multiline | aycabta |
| 2019-06-16 | Implement line_no correctly | aycabta |
| 2019-06-14 | Use Reline.prompt_proc in IRB | aycabta |
| 2019-06-13 | make sync-default-gems GEM=irb | Takashi Kokubun |
| 2019-06-12 | Ripper::Lexer: fallback parse error token to the previous one | Nobuyoshi Nakada |
| 2019-06-12 | Treat "begin rescue end" correctly | aycabta |
| 2019-06-10 | irb/cmd/help.rb: return nil after the redefinition | Nobuyoshi Nakada |
| 2019-06-10 | irb: defer requiring rdoc to improve the start up time | Nobuyoshi Nakada |
| 2019-06-04 | Reflect behavior changes to argument name | Takashi Kokubun |
| 2019-06-04 | colorize_code must return escaped text | Takashi Kokubun |
| 2019-06-04 | Colorize error characters | Nobuyoshi Nakada |
| 2019-05-31 | Bump irb version to 1.1.0.pre.1. | Hiroshi SHIBATA |
| 2019-05-31 | Fix typo :bug: [ci skip] | Takashi Kokubun |
| 2019-05-31 | Warn compile_error only when input is finished | Takashi Kokubun |
| 2019-05-31 | Abstract away Ripper::Lexer#scan in IRB::Color#scan | Takashi Kokubun |
| 2019-05-30 | Do not rely on IRB.conf[:MAIN_CONTEXT] before initialize | Takashi Kokubun |
| 2019-05-30 | Check the end token of heredoc correctly | aycabta |
| 2019-05-29 | Colorize errors more | Nobuyoshi Nakada |
| 2019-05-29 | Get rid of nested string interpolations | Nobuyoshi Nakada |
| 2019-05-29 | ripper: Ripper::Lexer#scan | Nobuyoshi Nakada |
| 2019-05-29 | Colorize compile_error as same as on_parse_error | Nobuyoshi Nakada |
| 2019-05-29 | parse.y: flush invalid char | Nobuyoshi Nakada |
| 2019-05-29 | Revert "Colorize error part more" | Koichi Sasada |
| 2019-05-29 | Colorize error part more | Nobuyoshi Nakada |
| 2019-05-29 | Use IO.copy_stream | aycabta |
| 2019-05-29 | Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM doc | aycabta |
| 2019-05-29 | IRB never show RubyVM's doc | aycabta |
| 2019-05-29 | Encode completed strings corecctly | aycabta |
| 2019-05-28 | Remove unused variable from IRB::InputCompletor | aycabta |
| 2019-05-28 | Treat :@1, :@@1, @1, and @@1 correctly to check termination | aycabta |
| 2019-05-28 | Supress duplicated warning | Kazuki Tsujimoto |
| 2019-05-27 | Colorize error part | Nobuyoshi Nakada |
| 2019-05-27 | context.rb: hide wrapping lines | Nobuyoshi Nakada |
| 2019-05-27 | Use IRB::InputMethod#eof? to quit | aycabta |
| 2019-05-27 | Add support for history with Reline backend | Sutou Kouhei |
| 2019-05-26 | Highlight global variable on IRB | Takashi Kokubun |
| 2019-05-26 | Simplify lexer state matching in #dispatch_seq | Takashi Kokubun |
| 2019-05-26 | Refactor IRB color dispatch | Takashi Kokubun |
| 2019-05-27 | Support op, cvar, iver, gvar and kw that follow on symbeg in IRB | aycabta |
| 2019-05-27 | Support :@@cvar and : on colorize | aycabta |
| 2019-05-26 | Make the imaginary color on IRB close to pry | Takashi Kokubun |