Age | Commit message (Expand) | Author |
---|
2025-05-11 | namespace on read | Satoshi Tagomori |
2025-04-29 | ZJIT: Handle ZJIT options properly (#13197) | Takashi Kokubun |
2025-04-18 | Resurrect yjit_hook | Takashi Kokubun |
2025-04-18 | Implement Options as part of ZJITState | Takashi Kokubun |
2025-04-18 | Fix the handling of flags | Takashi Kokubun |
2025-04-18 | Disable yjit_hook builtin for now | Takashi Kokubun |
2025-04-18 | Hook zjit_init | Takashi Kokubun |
2025-04-18 | Call libzjit from CRuby | Takashi Kokubun |
2025-04-18 | Add --zjit option | Takashi Kokubun |
2025-03-27 | Freeze $/ and make it ractor safe | Étienne Barrié |
2025-03-16 | Make ASAN default option string built-in libruby | Nobuyoshi Nakada |
2025-03-06 | RUBY_FREE_AT_EXIT does not work when error in -r | Peter Zhu |
2025-02-13 | [Feature #21116] Extract RJIT as a third-party gem | Nobuyoshi Nakada |
2025-01-24 | Improve docs of -I ruby option | Xavier Noria |
2025-01-09 | [Bug #21018] Show invalid command line option more properly | Nobuyoshi Nakada |
2024-12-24 | [Bug #20979] [DOC] Add a proviso to `+comment` option | Nobuyoshi Nakada |
2024-11-22 | Free parse result under -c | John Hawthorn |
2024-11-08 | Fix memory in prism when syntax error in iseq compilation | Peter Zhu |
2024-11-06 | `Warning[:strict_unused_block]` | Koichi Sasada |
2024-11-04 | YJIT: Replace Array#each only when YJIT is enabled (#11955) | Takashi Kokubun |
2024-10-02 | Make default parser enum and define getter/setter | Nobuyoshi Nakada |
2024-09-29 | Fix loading of nonascii script name on Windows | Lars Kanis |
2024-09-13 | [PRISM] Only parse shebang on main script | Kevin Newton |
2024-08-29 | [PRISM] Handle RubyVM.keep_script_lines | Kevin Newton |
2024-08-29 | [PRISM] For stdin scripts, use locale encoding | Alan Wu |
2024-08-29 | [Bug #20704] Win32: Fix chdir to non-ASCII path | Nobuyoshi Nakada |
2024-08-28 | Set encoding index correctly | Alexander Momchilov |
2024-08-27 | Add RB_DEFAULT_PARSER preprocessor macro | Alan Wu |
2024-08-21 | [PRISM] Potentially enable coverage on the main script | Kevin Newton |
2024-08-15 | [PRISM] Use src encoding not ext encoding | Kevin Newton |
2024-08-14 | [PRISM] Trigger moreswitches off shebang | Kevin Newton |
2024-07-24 | Move RUBY_FREE_AT_EXIT check earlier | Peter Zhu |
2024-07-19 | [PRISM] Define DATA constant when parsing stdin and __END__ | Kevin Newton |
2024-07-18 | [PRISM] Do not respect xflag when eflag is set | Kevin Newton |
2024-07-05 | Revert "Load external GC using command line argument" | Peter Zhu |
2024-06-24 | Fix `--debug-frozen-string-literal` to not apply `--disable-frozen-string-lit... | Jean Boussier |
2024-06-21 | Load external GC using command line argument | Peter Zhu |
2024-06-12 | [Bug #20562] Categorize `RUBY_FREE_AT_EXIT` warning as experimental | Nobuyoshi Nakada |
2024-06-07 | Remove prism compiler warning | Kevin Newton |
2024-06-05 | Don't add `+YJIT` to `RUBY_DESCRIPTION` until it's actually enabled | Jean Boussier |
2024-05-20 | [PRISM] Respect eval coverage setting | 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-25 | [PRISM] Raise LoadError when file cannot be read | Kevin Newton |
2024-04-16 | Eliminate usage of OBJ_FREEZE_RAW | Jean Boussier |
2024-04-15 | [Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines | HASUMI Hitoshi |
2024-04-07 | Merge `push_include` and `ruby_push_include` | Nobuyoshi Nakada |
2024-04-07 | Merge `push_include_cygwin` into `push_include` | Nobuyoshi Nakada |
2024-04-07 | Remove `translit_char` | Nobuyoshi Nakada |
2024-04-06 | [Feature #20329] Separate additional flags from main dump options | Nobuyoshi Nakada |