aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* revert r59151 which introduce failures.ko12017-06-231-1/+0
* skip on other threads.ko12017-06-231-0/+1
* Revert "Allow IO#reopen to take a block"glass2017-06-233-21/+0
* vm_insnhelper.c: vm_stack_consistency_errornobu2017-06-232-2/+17
* * 2017-06-23svn2017-06-231-1/+1
* refinements.rdoc: [DOC] improved [Fix GH-1659]nobu2017-06-231-14/+14
* fix mortal_dynamic_symbol countnobu2017-06-221-5/+10
* Fix exception type in option type checkerglass2017-06-222-1/+14
* use --dump option for parse rule.ko12017-06-221-1/+1
* try to fix symbol duplication.ko12017-06-221-1/+1
* Allow IO#reopen to take a blockglass2017-06-223-0/+21
* * remove trailing spaces.svn2017-06-221-1/+1
* introduce heap_allocatable_pages_set().ko12017-06-221-11/+40
* catch up frozen_string_literal: true.ko12017-06-221-1/+1
* introduce GC_ASSERT().ko12017-06-221-66/+57