aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* check `ec` instead of `th`.ko12017-10-281-2/+2
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-285-10/+10
* rename a function.ko12017-10-283-7/+7
* * vm.c (vm_define_method): don't use `th` any more.ko12017-10-281-3/+3
* * vm.c (REWIND_CFP): use `ec` directly.ko12017-10-281-5/+5
* `th` -> `ec` for vm_iter_break().ko12017-10-281-9/+9
* `th` -> `ec` for some functions.ko12017-10-281-12/+12
* `th` -> `ec` for some functions.ko12017-10-285-13/+13
* `th` -> `ec` for rb_vm_rewind_cfp.ko12017-10-284-28/+28
* `th` -> `ec` for vm_exec().ko12017-10-282-47/+47
* Add specs for [Feature #13983] Rational and Complex should be frozeneregon2017-10-283-0/+68
* `th` -> `ec` for vm_set_*_stack.ko12017-10-283-37/+38
* move fields from `th` to `ec`.ko12017-10-288-44/+42
* iseq.c: fix a typoktsj2017-10-281-1/+1
* iseq.c: show all call flagsktsj2017-10-281-0/+3
* Fix example that trace method is called outside blocka_matsuda2017-10-281-1/+1
* skip machine stack marking for current ec.ko12017-10-281-1/+3
* Invalid TracePoint#disable example (without block)a_matsuda2017-10-281-1/+1
* fix compile error.ko12017-10-281-2/+2
* socket: fix BasicSocket#*_nonblock buffering bugs from r58400normal2017-10-275-7/+139
* node.c: removed duplicate node_buffer_t definitionnobu2017-10-271-2/+2
* compile.c: make node arguments invariantnobu2017-10-271-48/+48
* catch up recent changes for call threaded code VM.ko12017-10-273-4/+5
* `th` -> `ec` for `rb_insn_func_t`.ko12017-10-274-6/+6
* skip tests temporarilyko12017-10-271-0/+1
* io.c: fix IO.copy_stream on O_APPEND destination on Linuxnormal2017-10-272-0/+20
* parse.y: Need to mark the third element of `NODE_HEREDOC`mame2017-10-271-0/+1
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-2710-68/+250
* compile.c: stop modifying NODE treemame2017-10-271-7/+3
* Revert "Manage AST NODEs out of GC"mame2017-10-2710-250/+68
* Manage AST NODEs out of GCmame2017-10-2710-68/+250
* Fix parameter namekazu2017-10-271-1/+1
* Remove duplicated includekazu2017-10-271-1/+1
* * 2017-10-28svn2017-10-271-1/+1
* Add explicit markers for literal objects generated in parse.ymame2017-10-271-15/+36
* string.c: Improve String#prepend performance if only one argument is givenwatson19782017-10-271-1/+4
* compile.c, iseq.c: consitfied NODE pointersnobu2017-10-274-115/+124
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-275-94/+16
* vm_exec_core() accepts `ec` instead of `th`.ko12017-10-275-44/+44
* `th` -> `ec` for block related functions.ko12017-10-278-106/+105
* should use `th`.ko12017-10-271-3/+3
* `ec` -> `th`ko12017-10-273-6/+6
* vm_defined() accepts `ec` instead of `th`.ko12017-10-272-4/+4
* remove duplicated definition.ko12017-10-271-25/+2
* vm_search_super_method() accepts `ec` instead of `th`.ko12017-10-272-2/+2
* vm_get_ev_const() accepts `ec` instead of `th`.ko12017-10-272-6/+6
* Fix typoa_matsuda2017-10-271-2/+2
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-277-164/+164
* vm_throw* accept `ec` instead of `th`.ko12017-10-272-14/+14
* ec->th for vm_cref_push() and constify.ko12017-10-273-11/+11