aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* Free everything at shutdownAdam Hess2023-12-071-0/+7
* Revert "allow enabling Prism via flag or env var"HParker2023-12-061-33/+16
* Adjust styles [ci skip]Nobuyoshi Nakada2023-12-061-1/+2
* allow enabling Prism via flag or env varHParker2023-12-051-16/+32
* [Bug #20023] Resurrect fake string feature name before raisingNobuyoshi Nakada2023-11-281-5/+6
* [Bug #19985] Raise LoadError with the converted feature nameNobuyoshi Nakada2023-11-061-3/+11
* Add notes and name a magic numberNobuyoshi Nakada2023-08-221-6/+17
* Preserve `ec` argument across `longjmp`Nobuyoshi Nakada2023-07-281-0/+3
* Add a realpath cache to reduce number of syscalls.krk2023-07-101-3/+19
* [Feature #19719] Universal Parseryui-knk2023-06-121-1/+1
* [Bug #19592] Fix ext/Setup supportAlan Wu2023-04-261-11/+17
* Speed up rebuilding the loaded feature indexJeremy Evans2023-04-131-4/+23
* Revert "reuse open(2) from rb_file_load_ok on POSIX-like system"Takashi Kokubun2023-02-271-28/+18
* reuse open(2) from rb_file_load_ok on POSIX-like systemEric Wong2023-02-261-18/+28
* Only emit circular dependency warning for owned thread shieldsJean byroot Boussier2023-02-081-1/+2
* Revert "Only emit circular dependency warning for owned thread shields"Jean byroot Boussier2023-02-061-2/+1
* Only emit circular dependency warning for owned thread shieldsJean Boussier2023-02-061-1/+2
* load.c: remove unneeded rb_str_freeze callsEric Wong2022-12-271-3/+3
* Fix autoload status of statically linked extensionsAlan Wu2022-11-251-13/+42
* Rename misleading labelAlan Wu2022-11-181-3/+3
* push dummy frame for loading processKoichi Sasada2022-10-201-0/+4
* Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu2022-07-261-5/+5
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-301/+301
* Clarify documentation of Kernel#require_relativeBenoit Daloze2022-06-211-3/+4
* [DOC] Mention the case to autoload already defined constantNobuyoshi Nakada2022-06-031-0/+8
* [DOC] Subjects of `autoload` are not restricted to modulesNobuyoshi Nakada2022-06-031-4/+4
* Remove _with_gc functions in darrayPeter Zhu2022-05-031-3/+3
* Rust YJITAlan Wu2022-04-271-0/+1
* rb_provide_feature: Prevent $LOADED_FEATURES from being copiedJean Boussier2022-02-231-0/+4
* Change feature_index from fake Array to darrayPeter Zhu2022-02-161-55/+87
* Fix TAG_THROW through require [Bug #18562]John Hawthorn2022-02-051-1/+1
* Allow Kernel#load to load code into a specified moduleJeremy Evans2021-11-171-11/+15
* Pass the VM pointer as an argumentNobuyoshi Nakada2021-10-101-74/+83
* Make `volatile` the variable will be taken out from `EC_EXEC_TAG`Nobuyoshi Nakada2021-10-081-3/+4
* Revert rescue around internal realpath call on SolarisJeremy Evans2021-10-041-28/+1
* Only rescue realpath calls during require on SolarisJeremy Evans2021-10-041-1/+1
* Use a rescue around the internal realpath call for each loaded featureJeremy Evans2021-10-041-1/+28
* Do not load file with same realpath twice when requiringJeremy Evans2021-10-021-1/+32
* Make encoding loading not issue warningJeremy Evans2021-10-021-7/+14
* Revert "Do not load file with same realpath twice when requiring"Jeremy Evans2021-09-181-32/+1
* Do not load file with same realpath twice when requiringJeremy Evans2021-09-181-1/+32
* [Bug #18173] Update loaded_features_indexNobuyoshi Nakada2021-09-161-0/+1
* Replace RB_TYPE_P macro to FIXNUM_P and RB_INTEGER_TYPE_P macroS-H-GAMELINKS2021-09-121-1/+1
* Remove stale DLEXT2Nobuyoshi Nakada2021-09-101-17/+0
* Using RBOOL macroS.H2021-08-021-1/+1
* Avoid pointless attempts to open .so file if already requiredJeremy Evans2021-07-281-1/+6
* Sort feature index arrays by the priority of file types [Bug #15856]Nobuyoshi Nakada2021-07-241-7/+45
* Get rid of type aliasingNobuyoshi Nakada2021-07-181-5/+4
* Suppress gcc11 clobbered warningNobuyoshi Nakada2021-06-141-1/+5
* Revert "Suppress gcc11 clobbered warning"Samuel Williams2021-06-141-3/+1