aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Version 1.3.2aycabta2021-01-181-2/+2
* [ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI2021-01-181-1/+1
* [ruby/irb] Version 1.3.1aycabta2021-01-131-2/+2
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-072-2/+2
* [ruby/irb] Add missing requireTakashi Kokubun2021-01-071-0/+1
* irb: Drop lines from backtrace for tests in Ruby repositoryaycabta2021-01-081-0/+1
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-9/+7
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-11/+11
* [ruby/irb] Ensure to restore $VERBOSENobuyoshi Nakada2021-01-052-1/+3
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-051-6/+23
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-051-1/+11
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-051-2/+21
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-051-17/+47
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-6/+8
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-1/+6
* [ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun2020-12-281-3/+3
* [ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun2020-12-281-1/+9
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+4
* [ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun2020-12-281-0/+1
* [ruby/irb] Enhance colored inspect outputTakashi Kokubun2020-12-283-10/+32
* [ruby/irb] Version 1.3.0aycabta2020-12-251-2/+2
* [ruby/irb] Try not to register the exact same measuring method twiceaycabta2020-12-242-4/+14
* [ruby/irb] Change StdioInputMethod#eof? to non-blockingaycabta2020-12-231-1/+9
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-231-1/+1
* [ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta2020-12-231-4/+9
* [ruby/irb] Make it possible to use measure even if it is installed as gemTakeru Naito2020-12-231-0/+1
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-221-2/+2
* [ruby/irb] Version 1.2.9aycabta2020-12-221-2/+2
* [ruby/irb] Support arg for measure commandaycabta2020-12-222-13/+13
* [ruby/irb] Change variables handling for compatibilityaycabta2020-12-221-8/+8
* irb: Define extension command on the given objectNobuyoshi Nakada2020-12-201-3/+3
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-2/+2
* [ruby/irb] Version 1.2.8aycabta2020-12-201-2/+2
* [ruby/irb] Add measure commandaycabta2020-12-203-0/+93
* [ruby/irb] Handle rest of tokens correctly if no newline at lastaycabta2020-12-201-0/+7
* [ruby/reline] [ruby/irb] Call ripper only once when generating dynamic promptaycabta2020-12-191-41/+46
* [ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune2020-12-172-2/+4
* [ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans2020-12-171-2/+2
* [ruby/irb] Fixed a typo in a comment [ci skip]Nobuyoshi Nakada2020-12-171-1/+1
* [ruby/irb] workaround for lack of tokens from `Ripper.lex`Nobuhiro IMAI2020-12-171-2/+5
* [ruby/irb] Add a fallback for check_code_block that does not depend on implem...Benoit Daloze2020-11-221-2/+7
* [ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI2020-11-221-9/+3
* Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui2020-11-053-3/+3
* Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze2020-11-053-3/+3
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-275-10/+11
* [ruby/irb] Version 1.2.7aycabta2020-09-191-2/+2
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-192-27/+15
* [ruby/irb] Version 1.2.6aycabta2020-09-141-1/+1
* [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reli...aycabta2020-09-141-1/+1
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-143-4/+38