index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
load.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-5
/
+5
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-301
/
+301
*
Clarify documentation of Kernel#require_relative
Benoit Daloze
2022-06-21
1
-3
/
+4
*
[DOC] Mention the case to autoload already defined constant
Nobuyoshi Nakada
2022-06-03
1
-0
/
+8
*
[DOC] Subjects of `autoload` are not restricted to modules
Nobuyoshi Nakada
2022-06-03
1
-4
/
+4
*
Remove _with_gc functions in darray
Peter Zhu
2022-05-03
1
-3
/
+3
*
Rust YJIT
Alan Wu
2022-04-27
1
-0
/
+1
*
rb_provide_feature: Prevent $LOADED_FEATURES from being copied
Jean Boussier
2022-02-23
1
-0
/
+4
*
Change feature_index from fake Array to darray
Peter Zhu
2022-02-16
1
-55
/
+87
*
Fix TAG_THROW through require [Bug #18562]
John Hawthorn
2022-02-05
1
-1
/
+1
*
Allow Kernel#load to load code into a specified module
Jeremy Evans
2021-11-17
1
-11
/
+15
*
Pass the VM pointer as an argument
Nobuyoshi Nakada
2021-10-10
1
-74
/
+83
*
Make `volatile` the variable will be taken out from `EC_EXEC_TAG`
Nobuyoshi Nakada
2021-10-08
1
-3
/
+4
*
Revert rescue around internal realpath call on Solaris
Jeremy Evans
2021-10-04
1
-28
/
+1
*
Only rescue realpath calls during require on Solaris
Jeremy Evans
2021-10-04
1
-1
/
+1
*
Use a rescue around the internal realpath call for each loaded feature
Jeremy Evans
2021-10-04
1
-1
/
+28
*
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-10-02
1
-1
/
+32
*
Make encoding loading not issue warning
Jeremy Evans
2021-10-02
1
-7
/
+14
*
Revert "Do not load file with same realpath twice when requiring"
Jeremy Evans
2021-09-18
1
-32
/
+1
*
Do not load file with same realpath twice when requiring
Jeremy Evans
2021-09-18
1
-1
/
+32
*
[Bug #18173] Update loaded_features_index
Nobuyoshi Nakada
2021-09-16
1
-0
/
+1
*
Replace RB_TYPE_P macro to FIXNUM_P and RB_INTEGER_TYPE_P macro
S-H-GAMELINKS
2021-09-12
1
-1
/
+1
*
Remove stale DLEXT2
Nobuyoshi Nakada
2021-09-10
1
-17
/
+0
*
Using RBOOL macro
S.H
2021-08-02
1
-1
/
+1
*
Avoid pointless attempts to open .so file if already required
Jeremy Evans
2021-07-28
1
-1
/
+6
*
Sort feature index arrays by the priority of file types [Bug #15856]
Nobuyoshi Nakada
2021-07-24
1
-7
/
+45
*
Get rid of type aliasing
Nobuyoshi Nakada
2021-07-18
1
-5
/
+4
*
Suppress gcc11 clobbered warning
Nobuyoshi Nakada
2021-06-14
1
-1
/
+5
*
Revert "Suppress gcc11 clobbered warning"
Samuel Williams
2021-06-14
1
-3
/
+1
*
Pack values to preserve
Nobuyoshi Nakada
2021-06-14
1
-6
/
+8
*
Suppress gcc11 clobbered warning
Nobuyoshi Nakada
2021-06-14
1
-1
/
+3
*
`$LOAD_PATH.resolve_feature_path` should not raise
David Rodríguez
2021-02-16
1
-1
/
+1
*
Suppress a "clobbered" warning by gcc on macOS
Nobuyoshi Nakada
2020-12-11
1
-4
/
+4
*
rb_ext_ractor_safe() to declare ractor-safe ext
Koichi Sasada
2020-12-01
1
-0
/
+26
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-4
/
+2
*
rb_class_real never returns Qnil
Nobuyoshi Nakada
2020-10-09
1
-1
/
+1
*
Document that Kernel#load will load relative to current directory [ci skip]
Jeremy Evans
2020-07-09
1
-3
/
+15
*
search_required: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+5
*
rb_feature_p: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+5
*
[DOC] relative filename `Kernel#.require` and `Kernel#.load` [ci skip]
MSP-Greg
2020-06-01
1
-0
/
+2
*
[DOC] refined `Kernel#.require` and `Kernel#.load` [ci skip]
Nobuyoshi Nakada
2020-05-30
1
-6
/
+6
*
[DOC] mentioned "explicit relative path" [ci skip]
Nobuyoshi Nakada
2020-05-30
1
-10
/
+14
*
Remove deprecated rb_require_safe
Jeremy Evans
2020-04-30
1
-17
/
+0
*
Add the loaded feature after no exception raised
Nobuyoshi Nakada
2020-02-04
1
-2
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+11
*
Fixed stack overflow [Bug #16382]
Nobuyoshi Nakada
2019-12-03
1
-1
/
+1
*
care about TAG_FATAL.
Koichi Sasada
2019-11-19
1
-1
/
+4
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-30
/
+38
*
delete unused functions
卜部昌平
2019-11-14
1
-7
/
+0
*
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
1
-1
/
+1
[next]