Age | Commit message (Expand) | Author |
---|
2025-04-30 | Suppress gcc 15 unterminated-string-initialization warnings | Nobuyoshi Nakada |
2024-09-08 | Fix prelude to use IBF | Nobuyoshi Nakada |
2024-09-08 | Extract `rb_builtin_find` | Nobuyoshi Nakada |
2024-08-29 | [PRISM] Handle RubyVM.keep_script_lines | Kevin Newton |
2024-05-30 | [PRISM] Support for compiling builtins | Kevin Newton |
2024-05-03 | Rename `vast` to `ast_value` | yui-knk |
2024-04-26 | [Universal parser] Decouple IMEMO from rb_ast_t | HASUMI Hitoshi |
2024-04-15 | [Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines | HASUMI Hitoshi |
2023-08-24 | Escape non-ascii characters in prelude C comments | Nobuyoshi Nakada |
2023-07-27 | Clean up OPT_STACK_CACHING (#8132) | Takashi Kokubun |
2023-06-18 | Fix rb_compile_option_t comments [ci skip] | yui-knk |
2023-06-12 | [Feature #19719] Universal Parser | yui-knk |
2023-03-08 | Check loading built-in binaries | Nobuyoshi Nakada |
2022-10-28 | Follow up "Rework `first_lineno` to be `int`." | Nobuyoshi Nakada |
2022-09-09 | Support sub-library in builtin-loader | Nobuyoshi Nakada |
2022-09-09 | Move RDoc `--`/`++` directives to comments | Nobuyoshi Nakada |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2021-12-31 | Use rb_cObject instead of rb_cData | Nobuyoshi Nakada |
2021-11-08 | [Feature #18290] Remove all usages of rb_gc_force_recycle | Peter Zhu |
2021-06-06 | prelude.c.tmpl: strip comment-only or empty lines at the beginning | Nobuyoshi Nakada |
2020-10-29 | check isolated Proc more strictly | Koichi Sasada |
2020-08-11 | template/prelude.c.tmpl: suppress clang-12 warning | 卜部昌平 |
2020-08-11 | tool/prelude.c.tmpl: use RubyVM::CEscape | 卜部昌平 |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-12-11 | use compiled binary for gem_prelude.rb. | Koichi Sasada |
2019-11-15 | load prelude.rb by builtin features. | Koichi Sasada |
2019-11-09 | Embed builtin ruby scripts in miniprelude.c | Nobuyoshi Nakada |
2019-11-09 | Fixed commit miss | Nobuyoshi Nakada |
2019-11-09 | Fixed `#line` directives in miniprelude.c | Nobuyoshi Nakada |
2019-04-19 | template/prelude.c.tmpl: allow UTF-8 characters | nobu |
2018-12-12 | Disable tailcall optimization [Bug #15303] | nobu |
2018-07-30 | reduce copy & paste | shyouhei |
2018-03-19 | parse.y: NUL-terminate ruby_sourcefile | nobu |
2018-01-05 | make rb_iseq_new* accept rb_ast_body_t instead of NODE* | mame |
2018-01-05 | node.h: define rb_ast_body_t and restructure rb_ast_t | mame |
2017-12-31 | prelude.c.tmpl: get rid of warnings on old gcc | nobu |
2017-12-25 | prelude.c.tmpl: get rid of errors with old gcc | nobu |
2017-12-25 | prelude.c.tmpl: static literals | nobu |
2017-12-25 | prelude.c.tmpl: fix optimization options | nobu |
2017-12-06 | prelude.c.tmpl: fix line number | nobu |
2017-12-01 | prelude.c.tmpl: escape comments | nobu |
2017-12-01 | prelude.c.tmpl: split prelude code | nobu |
2017-12-01 | revert r60873 | usa |
2017-11-21 | Skip comment lines | usa |
2017-10-29 | * node.h (ast_t): renamed to `rb_ast_t`. | ko1 |
2017-10-27 | Revert "Revert "Manage AST NODEs out of GC"" | mame |
2017-10-27 | Revert "Manage AST NODEs out of GC" | mame |
2017-10-27 | Manage AST NODEs out of GC | mame |
2016-10-18 | Update comments in prelude.c [ci skip] | kazu |
2015-11-12 | prelude.c.tmpl: optimize | nobu |