summaryrefslogtreecommitdiff
path: root/load.c
AgeCommit message (Expand)Author
2017-09-25vm.c: fetch retval iff necessarynobu
2017-09-24load.c: fix rb_load_protect conditionnobu
2017-09-21load.c: real path to loadnobu
2017-06-28move fields to ec.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-07load.c: get rid of side effectsnobu
2017-06-04load.c: encode to OS path outside PUSH_TAGnobu
2017-06-01load.c: convert by rb_get_path_checknobu
2017-04-29load.c: remove a redundant rb_str_freeze callnormal
2017-04-27Send the backtrace of the circular require warning as a single String to Warn...eregon
2017-04-27load.c: make fstrings from C strings soonernormal
2017-04-25load.c: backtrace of circular requirenobu
2017-04-07introduce imemo_type_p(v, imemo_type)ko1
2017-03-01deduplicate strings sooner at load and compilenormal
2016-12-09Adjust indent [ci skip]nobu
2016-12-05Add a comment.shugo
2016-12-05Don't insert an entry to loading_tbl if another thread succeed to load.shugo
2016-10-06load.c: setup syntax error backtracenobu
2016-10-06load.c: fix load/require contextnobu
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-05-05use TH_JUMP_TAGnobu
2016-04-09load.c: fix r54521nobu
2016-04-09load.c: raise name before conversionnobu
2016-03-28remove rb_thread_t::parse_in_evalnobu
2016-03-19SyntaxError message at iseq compilenobu
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-06introduce rb_autoload_str to replace rb_autoloadnormal
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-08-13load.c (features_index_add): avoid repeat calculationnormal
2015-08-12load.c: match comment with variable (`e' => `ext') [ci skip]normal
2015-07-31load.c: use rb_load_internal0nobu
2015-07-30load.c: stop separating exits at loadingnobu
2015-07-30load.c: avoid segfault when 'throw' occurs in the middle of rb_load_file_strnobu
2015-07-26load.c: use enumnobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21load.c (ruby_dln_librefs): make staticnormal
2015-07-18load.c: use TAG_RETURNnobu
2015-07-18load.c: reduce EXEC_TAGsnobu
2015-07-16load.c: use fstring for loaded features and expanded load pathnormal
2015-06-24load.c: use RB_GC_GUARDnobu
2015-06-03* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko1
2015-06-03* vm.c: eagerly allocate `loading_table`. This eliminates the need totenderlove
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-05-31* eval_intern.h, vm_method.c: move macros to functions.ko1
2015-05-16* load.c (loaded_feature_path): stop returning false negatives fortenderlove
2015-03-11* load.c: removed unused header file "node.h".ko1
2015-03-11* internal.h: use T_IMEMO to represent `struct MEMO' value.ko1
2015-03-11* internal.h: define struct MEMO.ko1
2015-02-24eval.c: use the given threadnobu
2014-12-03load.c: reset errinfonobu