summaryrefslogtreecommitdiff
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Pack values to preserveNobuyoshi Nakada2021-06-141-6/+8
* Suppress gcc11 clobbered warningNobuyoshi Nakada2021-06-141-1/+3
* `$LOAD_PATH.resolve_feature_path` should not raiseDavid Rodríguez2021-02-161-1/+1
* Suppress a "clobbered" warning by gcc on macOSNobuyoshi Nakada2020-12-111-4/+4
* rb_ext_ractor_safe() to declare ractor-safe extKoichi Sasada2020-12-011-0/+26
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-4/+2
* rb_class_real never returns QnilNobuyoshi Nakada2020-10-091-1/+1
* Document that Kernel#load will load relative to current directory [ci skip]Jeremy Evans2020-07-091-3/+15
* search_required: do not goto into a branch卜部昌平2020-06-291-3/+5
* rb_feature_p: do not goto into a branch卜部昌平2020-06-291-3/+5