summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-27Revert "Revert "Manage AST NODEs out of GC""mame
2017-10-27compile.c: stop modifying NODE treemame
2017-10-27Revert "Manage AST NODEs out of GC"mame
2017-10-27Manage AST NODEs out of GCmame
2017-10-27Fix parameter namekazu
2017-10-27Remove duplicated includekazu
2017-10-27* 2017-10-28svn
2017-10-27Add explicit markers for literal objects generated in parse.ymame
2017-10-27string.c: Improve String#prepend performance if only one argument is givenwatson1978
2017-10-27compile.c, iseq.c: consitfied NODE pointersnobu
2017-10-27Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse
2017-10-27vm_exec_core() accepts `ec` instead of `th`.ko1
2017-10-27`th` -> `ec` for block related functions.ko1
2017-10-27should use `th`.ko1
2017-10-27`ec` -> `th`ko1
2017-10-27vm_defined() accepts `ec` instead of `th`.ko1
2017-10-27remove duplicated definition.ko1
2017-10-27vm_search_super_method() accepts `ec` instead of `th`.ko1
2017-10-27vm_get_ev_const() accepts `ec` instead of `th`.ko1
2017-10-27Fix typoa_matsuda
2017-10-27`vm_call_handler` and related functions accept `ec` instead of `th`.ko1
2017-10-27vm_throw* accept `ec` instead of `th`.ko1
2017-10-27ec->th for vm_cref_push() and constify.ko1
2017-10-27Some functions accept `ec` instead of `th`.ko1
2017-10-27refactoring (rb_|)threadptr_stack_overflow.ko1
2017-10-27vm_get_ruby_level_caller_cfp() accepts `ec` instead of `th`.ko1
2017-10-27move decl.ko1
2017-10-27Restore the prototype declaration of rb_vm_bh_to_procvalmame
2017-10-26rb_vm_bh_to_procval() accepts `ec` instead of `th`.ko1
2017-10-26Removed obsoleted gitignore for test dependency.hsbt
2017-10-26Ignore .bundleusa
2017-10-26Quote with double quotes for Windowsusa
2017-10-26* 2017-10-27svn
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-26replace `GET_THREAD()->ec` to `GET_EC()`.ko1
2017-10-26make root fiber at switching.ko1
2017-10-26skip test_fiber_transfer_segv because it cause error with previous commitko1
2017-10-26fix freeing `th->ec` bugs.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26backtrace_each() accepts `ec` instead of `th`.ko1
2017-10-26vm_pop_frame() accepts `ec` instead of `th`.ko1
2017-10-26vm_push_frame() accepts `ec` instead of `th`.ko1
2017-10-26use GET_EC()ko1
2017-10-26A function accepts `ec` instead of `th`.ko1
2017-10-26A function accepts `ec` instead of `th`.ko1
2017-10-26Expand the definition of rb_imemo_new in rb_imemo_alloc_newmame
2017-10-26fix commentsko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-26test_env.rb: fix one-off bugnobu