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
ruby_4_0
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
2025-12-10
Add `NUM2PTR` and `PTR2NUM` macros
Nobuyoshi Nakada
2025-12-09
Box: remove copied extension files
Nobuyoshi Nakada
2025-12-02
Box: load_wrapping is not needed now
Satoshi Tagomori
2025-11-27
Reorganize page documentations (#15154)
Stan Lo
2025-11-08
Prevent the path for copied extension from GC
Nobuyoshi Nakada
2025-11-07
renaming internal data structures and functions from namespace to box
Satoshi Tagomori
2025-11-07
update referenced filenames from namespace to box
Satoshi Tagomori
2025-10-31
Run .so init functions in namespaces to be loaded
Satoshi Tagomori
2025-10-08
[Bug #21629] Initialize `struct RString`
Nobuyoshi Nakada
2025-10-03
Save `ns` that may be clobbered by `setjmp`/`longjmp`
Nobuyoshi Nakada
2025-10-02
load.c: Fix dest and src of MEMMOVE
Yusuke Endoh
2025-09-29
Fix the missed vm_ns during rebase to follow the change b227a942b205c89fdb5ad...
Satoshi Tagomori
2025-09-29
localize rb_vm_t and minimize times of GET_VM() calls
Satoshi Tagomori
2025-09-29
Update current namespace management by using control frames and lexical contexts
Satoshi Tagomori
2025-09-11
Fix out-of-bounds read in require when $LOADED_FEATURES is modified
Peter Zhu
2025-09-10
Fix crash when $LOADED_FEATURES is modified during require
Peter Zhu
2025-08-11
[DOC] New .md file to replace doc/globals.rdoc
Burdette Lamar
2025-08-05
load.c: fix `prev_ext_config` clobbering in `require_internal`
ArtSin
2025-07-07
Autoload encodings on the main ractor
Jean Boussier
2025-05-15
Align styles [ci skip]
Nobuyoshi Nakada
2025-05-11
Follow the code style about else
Satoshi Tagomori
2025-05-11
namespace on read
Satoshi Tagomori
2025-03-13
Add a document to autoload
Yusuke Endoh
2025-01-26
rb_feature_p: skip `get_expanded_load_path` for absolute paths
Jean Boussier
2024-12-20
GC guard lookup_name
Peter Zhu
2024-11-08
Fix memory leak in prism when syntax error in iseq compilation
Peter Zhu
2024-11-08
support `require` in non-main Ractors
Koichi Sasada
2024-10-02
Make default parser enum and define getter/setter
Nobuyoshi Nakada
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
[next]