Age | Commit message (Expand) | Author |
---|
2025-05-15 | Align styles [ci skip] | Nobuyoshi Nakada |
2025-05-11 | Follow the code style about else | Satoshi Tagomori |
2025-05-11 | namespace on read | Satoshi Tagomori |
2025-03-13 | Add a document to autoload | Yusuke Endoh |
2025-01-26 | rb_feature_p: skip `get_expanded_load_path` for absolute paths | Jean Boussier |
2024-12-20 | GC guard lookup_name | Peter Zhu |
2024-11-08 | Fix memory in prism when syntax error in iseq compilation | Peter Zhu |
2024-11-08 | support `require` in non-main Ractors | Koichi Sasada |
2024-10-02 | Make default parser enum and define getter/setter | Nobuyoshi Nakada |
2024-09-17 | [DOC] Fix autoload method formatting | Nikolay Ponomarev |
2024-08-29 | [PRISM] Handle RubyVM.keep_script_lines | Kevin Newton |
2024-07-02 | Resize arrays in `rb_ary_freeze` and use it for freezing arrays | eileencodes |
2024-05-29 | Fix -Wclobbered warnings | Nobuyoshi Nakada |
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-15 | Specify Kernel#autoload? uses current namespace | Gannon McGibbon |
2024-03-06 | Refactor VM root modules | Jean Boussier |
2024-02-28 | [PRISM] Do not load -r until we check if main script can be read | Kevin Newton |
2024-02-14 | [PRISM] Correctly hook up line numbers for eval | Kevin Newton |
2024-02-12 | Replace assert with RUBY_ASSERT in load.c | Peter Zhu |
2024-01-31 | [PRISM] Mirror iseq APIs | Kevin Newton |
2024-01-22 | [Prism] path and script name are not the same | Matt Valentine-House |
2024-01-22 | Make prism respect dump_without_opt | Kevin Newton |
2024-01-11 | Update Kernel#load documentation to remove phrase related to protection | Jeremy Evans |
2023-12-17 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2023-12-15 | Introduce --parser runtime flag | HParker |
2023-12-14 | rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ... | Satoshi Tagomori |
2023-12-12 | [DOC] Update description about shared library suffix | Nobuyoshi Nakada |
2023-12-12 | [DOC] Fix RDoc to match actual Kenrel.require behavior (#9180) | hogelog |
2023-12-07 | Free everything at shutdown | Adam Hess |
2023-12-06 | Revert "allow enabling Prism via flag or env var" | HParker |
2023-12-06 | Adjust styles [ci skip] | Nobuyoshi Nakada |
2023-12-05 | allow enabling Prism via flag or env var | HParker |
2023-11-28 | [Bug #20023] Resurrect fake string feature name before raising | Nobuyoshi Nakada |
2023-11-06 | [Bug #19985] Raise LoadError with the converted feature name | Nobuyoshi Nakada |
2023-08-22 | Add notes and name a magic number | Nobuyoshi Nakada |
2023-07-28 | Preserve `ec` argument across `longjmp` | Nobuyoshi Nakada |
2023-07-10 | Add a realpath cache to reduce number of syscalls. | krk |
2023-06-12 | [Feature #19719] Universal Parser | yui-knk |
2023-04-26 | [Bug #19592] Fix ext/Setup support | Alan Wu |
2023-04-13 | Speed up rebuilding the loaded feature index | Jeremy Evans |
2023-02-27 | Revert "reuse open(2) from rb_file_load_ok on POSIX-like system" | Takashi Kokubun |
2023-02-26 | reuse open(2) from rb_file_load_ok on POSIX-like system | Eric Wong |
2023-02-08 | Only emit circular dependency warning for owned thread shields | Jean byroot Boussier |
2023-02-06 | Revert "Only emit circular dependency warning for owned thread shields" | Jean byroot Boussier |
2023-02-06 | Only emit circular dependency warning for owned thread shields | Jean Boussier |
2022-12-27 | load.c: remove unneeded rb_str_freeze calls | Eric Wong |
2022-11-25 | Fix autoload status of statically linked extensions | Alan Wu |
2022-11-18 | Rename misleading label | Alan Wu |