Age | Commit message (Expand) | Author |
---|
2022-10-20 | push dummy frame for loading process | Koichi Sasada |
2022-07-26 | Rename rb_ary_tmp_new to rb_ary_hidden_new | Peter Zhu |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-06-21 | Clarify documentation of Kernel#require_relative | Benoit Daloze |
2022-06-03 | [DOC] Mention the case to autoload already defined constant | Nobuyoshi Nakada |
2022-06-03 | [DOC] Subjects of `autoload` are not restricted to modules | Nobuyoshi Nakada |
2022-05-03 | Remove _with_gc functions in darray | Peter Zhu |
2022-04-27 | Rust YJIT | Alan Wu |
2022-02-23 | rb_provide_feature: Prevent $LOADED_FEATURES from being copied | Jean Boussier |
2022-02-16 | Change feature_index from fake Array to darray | Peter Zhu |
2022-02-05 | Fix TAG_THROW through require [Bug #18562] | John Hawthorn |
2021-11-17 | Allow Kernel#load to load code into a specified module | Jeremy Evans |
2021-10-10 | Pass the VM pointer as an argument | Nobuyoshi Nakada |
2021-10-08 | Make `volatile` the variable will be taken out from `EC_EXEC_TAG` | Nobuyoshi Nakada |
2021-10-04 | Revert rescue around internal realpath call on Solaris | Jeremy Evans |
2021-10-04 | Only rescue realpath calls during require on Solaris | Jeremy Evans |
2021-10-04 | Use a rescue around the internal realpath call for each loaded feature | Jeremy Evans |
2021-10-02 | Do not load file with same realpath twice when requiring | Jeremy Evans |
2021-10-02 | Make encoding loading not issue warning | Jeremy Evans |
2021-09-18 | Revert "Do not load file with same realpath twice when requiring" | Jeremy Evans |
2021-09-18 | Do not load file with same realpath twice when requiring | Jeremy Evans |
2021-09-16 | [Bug #18173] Update loaded_features_index | Nobuyoshi Nakada |
2021-09-12 | Replace RB_TYPE_P macro to FIXNUM_P and RB_INTEGER_TYPE_P macro | S-H-GAMELINKS |
2021-09-10 | Remove stale DLEXT2 | Nobuyoshi Nakada |
2021-08-02 | Using RBOOL macro | S.H |
2021-07-28 | Avoid pointless attempts to open .so file if already required | Jeremy Evans |
2021-07-24 | Sort feature index arrays by the priority of file types [Bug #15856] | Nobuyoshi Nakada |
2021-07-18 | Get rid of type aliasing | Nobuyoshi Nakada |
2021-06-14 | Suppress gcc11 clobbered warning | Nobuyoshi Nakada |
2021-06-14 | Revert "Suppress gcc11 clobbered warning" | Samuel Williams |
2021-06-14 | Pack values to preserve | Nobuyoshi Nakada |
2021-06-14 | Suppress gcc11 clobbered warning | Nobuyoshi Nakada |
2021-02-16 | `$LOAD_PATH.resolve_feature_path` should not raise | David Rodríguez |
2020-12-11 | Suppress a "clobbered" warning by gcc on macOS | Nobuyoshi Nakada |
2020-12-01 | rb_ext_ractor_safe() to declare ractor-safe ext | Koichi Sasada |
2020-10-21 | Don't redefine #rb_intern over and over again | Stefan Stüben |
2020-10-09 | rb_class_real never returns Qnil | Nobuyoshi Nakada |
2020-07-09 | Document that Kernel#load will load relative to current directory [ci skip] | Jeremy Evans |
2020-06-29 | search_required: do not goto into a branch | 卜部昌平 |
2020-06-29 | rb_feature_p: do not goto into a branch | 卜部昌平 |
2020-06-01 | [DOC] relative filename `Kernel#.require` and `Kernel#.load` [ci skip] | MSP-Greg |
2020-05-30 | [DOC] refined `Kernel#.require` and `Kernel#.load` [ci skip] | Nobuyoshi Nakada |
2020-05-30 | [DOC] mentioned "explicit relative path" [ci skip] | Nobuyoshi Nakada |
2020-04-30 | Remove deprecated rb_require_safe | Jeremy Evans |
2020-02-04 | Add the loaded feature after no exception raised | Nobuyoshi Nakada |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-12-03 | Fixed stack overflow [Bug #16382] | Nobuyoshi Nakada |
2019-11-19 | care about TAG_FATAL. | Koichi Sasada |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2019-11-14 | delete unused functions | 卜部昌平 |