aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some functions accept `ec` instead of `th`.ko12017-10-273-19/+19
* refactoring (rb_|)threadptr_stack_overflow.ko12017-10-273-24/+24
* vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.ko12017-10-273-16/+15
* move decl.ko12017-10-272-2/+1
* Restore the prototype declaration of rb_vm_bh_to_procvalmame2017-10-271-0/+2
* rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko12017-10-264-7/+5
* Removed obsoleted gitignore for test dependency.hsbt2017-10-261-1/+0
* Ignore .bundleusa2017-10-261-0/+1
* Quote with double quotes for Windowsusa2017-10-261-1/+1
* * 2017-10-27svn2017-10-261-1/+1
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-262-5/+31
* replace `GET_THREAD()->ec` to `GET_EC()`.ko12017-10-2610-20/+20
* make root fiber at switching.ko12017-10-262-2/+7