Age | Commit message (Expand) | Author |
---|
2023-11-05 | ast.rb: Fix bug for source of multibyte characters | alpaca-tc |
2023-08-25 | Move SCRIPT_LINES__ away from parse.y | Nobuyoshi Nakada |
2023-02-27 | Fix spelling (#7389) | John Bampton |
2022-12-24 | [DOC] Document AST.parse's keyword arguments | zverok |
2022-11-25 | [DOC] Fix AST documents | Nobuyoshi Nakada |
2022-11-21 | Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methods | yui-knk |
2022-10-31 | Add `node_id_for_backtrace_location` function | eileencodes |
2022-10-08 | Add error_tolerant option to RubyVM::AST | yui-knk |
2021-08-20 | ast.c: Rename "save_script_lines" to "keep_script_lines" | Yusuke Endoh |
2021-06-21 | Experimentally expose RubyVM::AST::Node#node_id | Yusuke Endoh |
2021-06-18 | ast.rb: RubyVM::AST.parse and .of accepts `save_script_lines: true` | Yusuke Endoh |
2021-06-06 | ast.rb: reduce nesting | Nobuyoshi Nakada |
2020-06-24 | Fix RubyVM::AbstractSyntaxTree document | Masataka Pocke Kuwabara |
2020-06-19 | [Feature #16254] Use `Primitive.func` style | Nobuyoshi Nakada |
2020-06-19 | [Feature #16254] Use `__builtin.func` style | Nobuyoshi Nakada |
2020-01-03 | Fix variable name and add more example [ci skip] | Kazuhiro NISHIYAMA |
2020-01-03 | Fix example of node.type [ci skip] | Kazuhiro NISHIYAMA |
2019-12-14 | Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri` | Benoit Daloze |
2019-12-14 | Clarify in the documentation that RubyVM::AbstractSyntaxTree is not stable API | Benoit Daloze |
2019-11-08 | fix line break code (fix to LF) | Koichi Sasada |
2019-11-08 | use builtin for RubyVM::AbstractSyntaxTree. | Koichi Sasada |