aboutsummaryrefslogtreecommitdiffstats
path: root/load.c
Commit message (Expand)AuthorAgeFilesLines
* move fields to ec.ko12017-06-281-6/+6
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-10/+10
* load.c: get rid of side effectsnobu2017-06-071-8/+7
* load.c: encode to OS path outside PUSH_TAGnobu2017-06-041-2/+2
* load.c: convert by rb_get_path_checknobu2017-06-011-4/+4
* load.c: remove a redundant rb_str_freeze callnormal2017-04-291-1/+0
* Send the backtrace of the circular require warning as a single String to Warn...eregon2017-04-271-2/+3
* load.c: make fstrings from C strings soonernormal2017-04-271-3/+2
* load.c: backtrace of circular requirenobu2017-04-251-1/+3
* introduce imemo_type_p(v, imemo_type)ko12017-04-071-1/+1
* deduplicate strings sooner at load and compilenormal2017-03-011-1/+2
* Adjust indent [ci skip]nobu2016-12-091-3/+3
* Add a comment.shugo2016-12-051-0/+2
* Don't insert an entry to loading_tbl if another thread succeed to load.shugo2016-12-051-4/+4
* load.c: setup syntax error backtracenobu2016-10-061-0/+1
* load.c: fix load/require contextnobu2016-10-061-1/+1
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-1/+1
* use TH_JUMP_TAGnobu2016-05-051-1/+1
* load.c: fix r54521nobu2016-04-091-5/+2
* load.c: raise name before conversionnobu2016-04-091-2/+5
* remove rb_thread_t::parse_in_evalnobu2016-03-281-1/+1
* SyntaxError message at iseq compilenobu2016-03-191-6/+3
* * introduce new ISeq binary format serializer/de-serializerko12015-12-081-5/+11
* introduce rb_autoload_str to replace rb_autoloadnormal2015-12-061-1/+1
* internal.h: RUBY_DTRACE_HOOKnobu2015-10-311-30/+6
* load.c (features_index_add): avoid repeat calculationnormal2015-08-131-2/+5
* load.c: match comment with variable (`e' => `ext') [ci skip]normal2015-08-121-2/+2
* load.c: use rb_load_internal0nobu2015-07-311-3/+5
* load.c: stop separating exits at loadingnobu2015-07-301-6/+0
* load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_strnobu2015-07-301-1/+1
* load.c: use enumnobu2015-07-261-1/+1
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-2/+2
* load.c (ruby_dln_librefs): make staticnormal2015-07-211-1/+1
* load.c: use TAG_RETURNnobu2015-07-181-5/+4
* load.c: reduce EXEC_TAGsnobu2015-07-181-9/+26
* load.c: use fstring for loaded features and expanded load pathnormal2015-07-161-3/+3
* load.c: use RB_GC_GUARDnobu2015-06-241-1/+2
* * vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko12015-06-031-1/+1
* * vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove2015-06-031-54/+45
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-1/+1
* * eval_intern.h, vm_method.c: move macros to functions.ko12015-05-311-1/+1
* * load.c (loaded_feature_path): stop returning false negatives fortenderlove2015-05-161-1/+1
* * load.c: removed unused header file "node.h".ko12015-03-111-1/+0
* * internal.h: use T_IMEMO to represent `struct MEMO' value.ko12015-03-111-2/+2
* * internal.h: define struct MEMO.ko12015-03-111-3/+3
* eval.c: use the given threadnobu2015-02-241-4/+4
* load.c: reset errinfonobu2014-12-031-1/+4
* encoding.c: load by rb_require_internalnobu2014-12-031-1/+1
* load.c: defer static linked initnobu2014-12-031-2/+0
* load.c: tweak the return valuenobu2014-12-031-7/+15