summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-07[ruby/irb] Add missing requireTakashi Kokubun
2021-01-08irb: Drop lines from backtrace for tests in Ruby repositoryaycabta
2021-01-08[ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI
2021-01-08[ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI
2021-01-05[ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada
2021-01-05[ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta
2021-01-05[ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta
2021-01-05[ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta
2021-01-05[ruby/irb] Handle indentations related to keyword "do" correctlyaycabta
2021-01-05[ruby/irb] Newline in oneliner def doesn't reset indentaycabta
2021-01-04[ruby/irb] Stringify when a non-object is passed to PP#textaycabta
2020-12-28[ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun
2020-12-28[ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
2020-12-28[ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun
2020-12-28[ruby/irb] Enhance colored inspect outputTakashi Kokubun
2020-12-25[ruby/irb] Version 1.3.0aycabta
2020-12-24[ruby/irb] Try not to register the exact same measuring method twiceaycabta
2020-12-23[ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta
2020-12-23[ruby/irb] Suppress "shadowing outer" warningaycabta
2020-12-23[ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta
2020-12-23[ruby/irb] Make it possible to use measure even if it is installed as gemTakeru Naito
2020-12-22[ruby/irb] Suppress "shadowing outer" warningaycabta
2020-12-22[ruby/irb] Version 1.2.9aycabta
2020-12-22[ruby/irb] Support arg for measure commandaycabta
2020-12-22[ruby/irb] Change variables handling for compatibilityaycabta
2020-12-20irb: Define extension command on the given objectNobuyoshi Nakada
2020-12-20irb: Define extension command only on the given objectNobuyoshi Nakada
2020-12-20[ruby/irb] Version 1.2.8aycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-12-20[ruby/irb] Handle rest of tokens correctly if no newline at lastaycabta
2020-12-19[ruby/reline] [ruby/irb] Call ripper only once when generating dynamic promptaycabta
2020-12-17[ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune
2020-12-17[ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans
2020-12-17[ruby/irb] Fixed a typo in a comment [ci skip]Nobuyoshi Nakada
2020-12-17[ruby/irb] workaround for lack of tokens from `Ripper.lex`Nobuhiro IMAI
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