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
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-1
/
+1
*
load.c: use ruby_sized_xfree for calloc-ed RArray VALUE
normal
2018-05-21
1
-1
/
+1
*
load.c: reduce memory usage of loaded_features_index
tenderlove
2018-02-14
1
-21
/
+20
*
load.c: use rb_warning directly
normal
2018-01-20
1
-3
/
+1
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
make rb_iseq_new* accept rb_ast_body_t instead of NODE*
mame
2018-01-05
1
-1
/
+1
*
node.h: define rb_ast_body_t and restructure rb_ast_t
mame
2018-01-05
1
-1
/
+1
*
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-06
1
-6
/
+6
*
load.c: cwd encoding
nobu
2017-11-12
1
-11
/
+2
*
th->ec: rb_load_internal0
ko1
2017-11-07
1
-11
/
+12
*
* node.h (ast_t): renamed to `rb_ast_t`.
ko1
2017-10-29
1
-2
/
+2
*
Revert "Revert "Manage AST NODEs out of GC""
mame
2017-10-27
1
-3
/
+4
*
Revert "Manage AST NODEs out of GC"
mame
2017-10-27
1
-4
/
+3
*
Manage AST NODEs out of GC
mame
2017-10-27
1
-3
/
+4
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-5
/
+5
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-6
/
+6
*
vm.c: fetch retval iff necessary
nobu
2017-09-25
1
-0
/
+2
*
load.c: fix rb_load_protect condition
nobu
2017-09-24
1
-1
/
+1
*
load.c: real path to load
nobu
2017-09-21
1
-1
/
+2
*
move fields to ec.
ko1
2017-06-28
1
-6
/
+6
*
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-23
1
-10
/
+10
*
load.c: get rid of side effects
nobu
2017-06-07
1
-8
/
+7
*
load.c: encode to OS path outside PUSH_TAG
nobu
2017-06-04
1
-2
/
+2
*
load.c: convert by rb_get_path_check
nobu
2017-06-01
1
-4
/
+4
*
load.c: remove a redundant rb_str_freeze call
normal
2017-04-29
1
-1
/
+0
*
Send the backtrace of the circular require warning as a single String to Warn...
eregon
2017-04-27
1
-2
/
+3
*
load.c: make fstrings from C strings sooner
normal
2017-04-27
1
-3
/
+2
*
load.c: backtrace of circular require
nobu
2017-04-25
1
-1
/
+3
*
introduce imemo_type_p(v, imemo_type)
ko1
2017-04-07
1
-1
/
+1
*
deduplicate strings sooner at load and compile
normal
2017-03-01
1
-1
/
+2
*
Adjust indent [ci skip]
nobu
2016-12-09
1
-3
/
+3
*
Add a comment.
shugo
2016-12-05
1
-0
/
+2
*
Don't insert an entry to loading_tbl if another thread succeed to load.
shugo
2016-12-05
1
-4
/
+4
*
load.c: setup syntax error backtrace
nobu
2016-10-06
1
-0
/
+1
*
load.c: fix load/require context
nobu
2016-10-06
1
-1
/
+1
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-1
/
+1
*
use TH_JUMP_TAG
nobu
2016-05-05
1
-1
/
+1
*
load.c: fix r54521
nobu
2016-04-09
1
-5
/
+2
*
load.c: raise name before conversion
nobu
2016-04-09
1
-2
/
+5
*
remove rb_thread_t::parse_in_eval
nobu
2016-03-28
1
-1
/
+1
*
SyntaxError message at iseq compile
nobu
2016-03-19
1
-6
/
+3
*
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
1
-5
/
+11
*
introduce rb_autoload_str to replace rb_autoload
normal
2015-12-06
1
-1
/
+1
*
internal.h: RUBY_DTRACE_HOOK
nobu
2015-10-31
1
-30
/
+6
*
load.c (features_index_add): avoid repeat calculation
normal
2015-08-13
1
-2
/
+5
*
load.c: match comment with variable (`e' => `ext') [ci skip]
normal
2015-08-12
1
-2
/
+2
*
load.c: use rb_load_internal0
nobu
2015-07-31
1
-3
/
+5
*
load.c: stop separating exits at loading
nobu
2015-07-30
1
-6
/
+0
*
load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_str
nobu
2015-07-30
1
-1
/
+1
*
load.c: use enum
nobu
2015-07-26
1
-1
/
+1
[next]