Age | Commit message (Expand) | Author |
---|
2024-02-20 | [Feature #20257] Rearchitect Ripper | yui-knk |
2024-02-15 | Do not include a backtick in error messages and backtraces | Yusuke Endoh |
2023-12-02 | [Bug #19838] Flush delayed token nonconsecutive with the next token | Nobuyoshi Nakada |
2023-12-01 | Dis invalid hex escape content too | Nobuyoshi Nakada |
2023-12-01 | [Bug #20030] dis invalid escaped character without ignoring it | Nobuyoshi Nakada |
2023-11-02 | Added TestRipper namespace to test_call_colon2 | Hiroshi SHIBATA |
2023-11-02 | test/ripper: nest helper classes under TestRipper module | lukeg |
2023-08-26 | [Bug #19851] Ripper: Hide internal block argument ID | Nobuyoshi Nakada |
2023-08-09 | Fix memory for incomplete lambdas | Peter Zhu |
2023-08-09 | Fix memory in parser for incomplete tokens | Peter Zhu |
2023-08-03 | Remove --disable-gems for assert_separately | Peter Zhu |
2023-08-01 | [Bug #19788] Use the result of `tCOLON2` event | Nobuyoshi Nakada |
2023-07-16 | Fix null pointer access in Ripper#initialize | Nobuyoshi Nakada |
2023-06-28 | Increase memory test timeout | Peter Zhu |
2023-06-28 | Fix memory in Ripper | Peter Zhu |
2023-06-20 | [Bug #19736] Recover after unterminated interpolation | Nobuyoshi Nakada |
2023-04-07 | [Bug #19563] Yield words separators per lines | Nobuyoshi Nakada |
2023-04-01 | `*` in an array pattern should not be parsed as nil in ripper | Kazuki Tsujimoto |
2023-03-28 | Ripper: Add keyword options to `assert_parse_files` | Nobuyoshi Nakada |
2023-03-26 | [Bug #19175] p_kw without a sub pattern should be `assignable' | Kazuki Tsujimoto |
2023-03-26 | [Bug #19175] p_rest should be `assignable' | Kazuki Tsujimoto |
2023-02-02 | [Bug #19399] Parsing invalid heredoc inside block parameter | Nobuyoshi Nakada |
2023-01-02 | [Bug #19291] Rewind to the previous line | Nobuyoshi Nakada |
2023-01-02 | Adjut indent [ci skip] | Nobuyoshi Nakada |
2022-08-28 | [Bug #18963] Separate string contents by here document terminator | Nobuyoshi Nakada |
2022-08-12 | [Bug #18962] Do not read again once reached EOF | Nobuyoshi Nakada |
2022-06-14 | ripper: Check if anonymous parameters defined [Bug #18828] | Nobuyoshi Nakada |
2021-12-14 | ripper: refine test to show expected states | Nobuyoshi Nakada |
2021-09-11 | Hash values should be omitted in Ripper results | Shugo Maeda |
2021-08-15 | Extract the wrapped value when yydebug [Bug #18075] | Nobuyoshi Nakada |
2021-05-21 | ripper: wrap endless method in bodystmt [Bug #17869] | Nobuyoshi Nakada |
2021-05-21 | ripper: assertions for rescue/ensure in method body | Nobuyoshi Nakada |
2021-03-21 | Pattern matching pin operator against expression [Feature #17411] | Kazuki Tsujimoto |
2021-02-19 | Fix typo [ci skip] | Shugo Maeda |
2021-02-19 | ripper: fix a bug of Ripper::Lexer with syntax error and heredoc [Bug #17644] | Shugo Maeda |
2021-01-17 | Fix Ripper with heredoc. | manga_osyo |
2021-01-09 | parse.y: handle "duplicated argument name" appropriately on ripper.y | Nobuhiro IMAI |
2020-12-23 | ripper: fix bad label parameter handling [Bug #17425] | Nobuyoshi Nakada |
2020-12-19 | ripper: fix `#tok` on some error events [Bug 17345] | Nobuhiro IMAI |
2020-12-16 | Ripper: Fixed erred token on wrong alias [Bug #17345] | Nobuyoshi Nakada |
2020-12-15 | Ripper: Refined error callbacks [Bug #17345] | Nobuyoshi Nakada |
2020-11-26 | Store all kinds of syntax errors [Bug #17345] | Nobuyoshi Nakada |
2020-11-26 | Removed a duplicate assertion | Nobuyoshi Nakada |
2020-11-20 | Ripper.{lex,tokenize} return full tokens even if syntax error | Nobuhiro IMAI |
2020-11-17 | Support raise_errors keyword for Ripper.{lex,tokenize,sexp,sexp_raw} | Jeremy Evans |
2020-11-02 | ripper: Invalid pragma value warning | Nobuyoshi Nakada |
2020-10-26 | Assoc pattern matching (#3703) | Nobuyoshi Nakada |
2020-10-19 | Add a Ripper.lex test of :on_embexpr_end | Takashi Kokubun |
2020-10-12 | Prohibit setter method names in all kinds of endless methods | Nobuyoshi Nakada |
2020-06-25 | Drop token info for endless method definition | Nobuyoshi Nakada |