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
ruby_3_3
ruby_3_4
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
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
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
[next]