Age | Commit message (Expand) | Author |
---|
2019-08-29 | drop-in type check for rb_define_global_function | 卜部昌平 |
2019-08-27 | delete `$` sign from C identifiers | 卜部昌平 |
2019-08-27 | struct MEMO now free from ANYARGS | 卜部昌平 |
2019-08-27 | rb_define_hooked_variable now free from ANYARGS | 卜部昌平 |
2019-08-18 | Omit a tag unless loading with a wrapper module | Nobuyoshi Nakada |
2019-08-09 | Should require without wrapper module | Nobuyoshi Nakada |
2019-08-08 | Reduce unnecessary EXEC_TAG in require | Nobuyoshi Nakada |
2019-08-08 | solve "duplicate :raise event" in require too [Bug #15877] | Nobuyoshi Nakada |
2019-08-08 | Use `ec` instead of `th->ec` where the `th` came from the `ec` | Nobuyoshi Nakada |
2019-08-08 | * expand tabs. | git |
2019-08-08 | solve "duplicate :raise event" [Bug #15877] | Koichi Sasada |
2019-08-05 | Do not expect RSTRING_PTR valid after rb_fstring | Nobuyoshi Nakada |
2019-08-04 | * expand tabs. | git |
2019-08-04 | Fix dangling path name from fstring | Nobuyoshi Nakada |
2019-07-14 | Add a /* fall through */ comment | Yusuke Endoh |
2019-07-13 | Document $LOAD_PATH.resolve_feature_path in globals.rdoc | Benoit Daloze |
2019-07-11 | $LOAD_PATH.resolve_feature_path | Nobuyoshi Nakada |
2019-06-21 | Turned `recur` into `int` [Feature #15777] | Nobuyoshi Nakada |
2019-06-21 | Add an optional `inherit` argument to Module#autoload? | Jean Boussier |
2019-03-22 | [DOC] fix markups [ci skip] | nobu |
2018-12-31 | * expand tabs. | svn |
2018-12-31 | load.c: resolve_feature_path | nobu |
2018-12-30 | vm.c: Move the rdoc of RubyVM.resolve_feature_path [Bug #15482] | mame |
2018-12-27 | fix missed script_compiled events. [Bug #15471] | ko1 |
2018-12-06 | `script_compiled` TracePoint event [Feature #15287] | ko1 |
2018-12-06 | load.c (RubyVM.resolve_feature_path): New method. [Feature #15230] | mame |
2018-10-13 | Prefer `rb_fstring_lit` over `rb_fstring_cstr` | nobu |
2018-05-21 | load.c: use ruby_sized_xfree for calloc-ed RArray VALUE | normal |
2018-02-14 | load.c: reduce memory usage of loaded_features_index | tenderlove |
2018-01-20 | load.c: use rb_warning directly | normal |
2018-01-09 | internal.h: remove dependecy on ruby/encoding.h | nobu |
2018-01-05 | make rb_iseq_new* accept rb_ast_body_t instead of NODE* | mame |
2018-01-05 | node.h: define rb_ast_body_t and restructure rb_ast_t | mame |
2017-12-06 | remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`. | ko1 |
2017-11-12 | load.c: cwd encoding | nobu |
2017-11-07 | th->ec: rb_load_internal0 | ko1 |
2017-10-29 | * node.h (ast_t): renamed to `rb_ast_t`. | ko1 |
2017-10-27 | Revert "Revert "Manage AST NODEs out of GC"" | mame |
2017-10-27 | Revert "Manage AST NODEs out of GC" | mame |
2017-10-27 | Manage AST NODEs out of GC | mame |
2017-10-26 | introduce EC_*_TAG() instead of TH_*_TAG() | ko1 |
2017-10-26 | Use rb_execution_context_t instead of rb_thread_t | ko1 |
2017-09-25 | vm.c: fetch retval iff necessary | nobu |
2017-09-24 | load.c: fix rb_load_protect condition | nobu |
2017-09-21 | load.c: real path to load | nobu |
2017-06-28 | move fields to ec. | ko1 |
2017-06-23 | use "enum ruby_tag_type" and TAG_NONE. | ko1 |
2017-06-07 | load.c: get rid of side effects | nobu |
2017-06-04 | load.c: encode to OS path outside PUSH_TAG | nobu |
2017-06-01 | load.c: convert by rb_get_path_check | nobu |