aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compile.c: disallow next in oncenobu2017-06-293-12/+12
* * 2017-06-29svn2017-06-281-1/+1
* introduce rb_fiber_t::first_proc.ko12017-06-282-6/+18
* move fields to ec.ko12017-06-2817-112/+105
* * properties.svn2017-06-280-0/+0
* Added sync tool for default gems from github master.hsbt2017-06-281-0/+178
* parse.y: fix tokennobu2017-06-282-5/+15
* move fields to ec.ko12017-06-286-30/+27
* parse.y: add ellipsisnobu2017-06-282-21/+26
* fix to check thread typeko12017-06-281-2/+1
* introduce rb_thread_ptr() to replace GetThreadPtr().ko12017-06-287-192/+131
* parse.y: flush numeric tokennobu2017-06-282-0/+12
* move storages to ec.ko12017-06-285-60/+66
* add two testsduerst2017-06-281-0/+3
* parse.y: fix parser_yyerrornobu2017-06-282-8/+16
* parse.y: prefer enum yytokentype instead to intnobu2017-06-281-23/+24
* * 2017-06-28svn2017-06-271-1/+1
* downloader.rb: get rid of symlinksnobu2017-06-272-5/+20
* fix return in toplevel ensurenobu2017-06-272-3/+5
* fix return in toplevel rescue/ensurenobu2017-06-274-4/+39
* * 2017-06-27svn2017-06-271-1/+1
* vm_insnhelper.c: break in oncenobu2017-06-272-6/+17
* webrick is _unmaintained_naruse2017-06-261-1/+1
* parse.y: line number of bin opnobu2017-06-261-1/+4
* parse.y: mark error tokennobu2017-06-261-14/+21
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-2613-69/+68
* copy ec on Fiber.ko12017-06-261-4/+8
* add "FIBER_" prefix.ko12017-06-261-13/+13
* Do not store/restore Thread#status on fiber switching.ko12017-06-261-2/+2
* * 2017-06-26svn2017-06-261-1/+1
* compile.c: fix debug printnobu2017-06-261-2/+2
* compile.c: fix_sp_depthnobu2017-06-251-39/+111
* * 2017-06-25svn2017-06-251-1/+1
* compile.c: toplevel return in argumentnobu2017-06-252-1/+4
* Added version guards [Bug #12684]nobu2017-06-241-22/+33
* Delegate to `eql?` [Fix GH-1564]nobu2017-06-243-4/+56
* mspec.rb: keep jobserver fdsnobu2017-06-241-1/+1
* thread_sync.c: fix documentation for Queue#closenormal2017-06-231-1/+1
* * 2017-06-24svn2017-06-231-1/+1
* test_command_processor.rb: add suffixnobu2017-06-231-1/+1
* parse.y: should not warn op method callnobu2017-06-235-5/+12
* parse.y: check multibyte charnobu2017-06-232-7/+17
* vm_core.h: sandwich jmpbufnobu2017-06-231-1/+6
* move "state" to rb_vm_tag.ko12017-06-237-28/+18
* rename th->state to th->tag_state.ko12017-06-237-25/+24
* rb_catch_protect() accepts enum ruby_tag_type *.ko12017-06-234-25/+23
* thread.c: suppress warningnobu2017-06-231-2/+2
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-2316-105/+105
* use NULL instead of 0.ko12017-06-231-3/+3
* skip on other threads (again).ko12017-06-231-1/+1