index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
load.c
Age
Commit message (
Expand
)
Author
2 days
[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
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
[next]