aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Matrix: Add #reflexive? method. [Fix GH-1730]"marcandre2018-11-023-42/+0
* Add timeoutnaruse2018-11-021-6/+8
* README.md: add wercker status badge [ci skip]k0kubun2018-11-021-1/+2
* * 2018-11-02svn2018-11-021-1/+1
* mjit_worker.c: do no access pointer after freek0kubun2018-11-021-1/+2
* thread_pthread.c (native_ppoll_sleep): new eventfd (or pipe) for ubfnormal2018-11-011-10/+30
* wercker.yml: stop allowing webrick failurek0kubun2018-11-011-71/+72
* * remove trailing spaces.svn2018-11-011-1/+1
* introduce USE_TRANSIENT_HEAP to enable/disable theap.ko12018-11-019-21/+107
* add dependencies to transient_heap.h.ko12018-11-011-0/+5
* * properties.svn2018-11-010-0/+0
* TestDelegateClass.rb: skip test_frozen for --jit-waitk0kubun2018-11-012-9/+11
* Fix call-seq of OpenSSL.fips_mode and WIN32OLE_METHOD#name [ci skip]kazu2018-11-012-2/+2
* Fix call-seq of Encoding::Converter#putback [ci skip]kazu2018-11-011-1/+1
* wercker.yml: improve parallelism morek0kubun2018-11-011-28/+28
* Remove wrong spec.usa2018-11-011-9/+0
* wercker.yml: improve CI step message [ci skip]k0kubun2018-11-011-2/+2
* wercker.yml: change pipeline namesk0kubun2018-11-011-2/+2
* wercker.yml: delete obsoleted test definitionk0kubun2018-11-011-24/+0
* wercker.yml: improve parallelism of test-mjit and test-mjit-waitk0kubun2018-11-011-35/+67
* test_win32ole_event.rb: retry #test_s_new_loop with sleepk0kubun2018-11-011-1/+17
* fix WB miss.ko12018-11-011-0/+4
* wercker.yml: harder test-mjit-wait testingk0kubun2018-11-011-6/+201
* mjit_worker.c: emphasize free_list of compact_units [ci skip]k0kubun2018-11-011-1/+1
* * 2018-11-01svn2018-10-311-2/+2
* mjit: get rid of rb_mjit_unit_node and use ccan/listnormal2018-10-312-131/+80
* Revert "revert r65471 and include Eric's patch as well"k0kubun2018-10-312-73/+130
* revert r65471 and include Eric's patch as wellk0kubun2018-10-312-130/+73
* Use C90 commentsnaruse2018-10-311-5/+5
* Revert "mjit: get rid of rb_mjit_unit_node and use ccan/list"normal2018-10-312-66/+130
* Merge upstream from rubygems/rubygems master branch.hsbt2018-10-318-41/+91
* explicit cast to void* required for %pshyouhei2018-10-311-8/+8
* mjit: get rid of rb_mjit_unit_node and use ccan/listnormal2018-10-312-130/+66
* parse.y: last node of NODE_ARRAYnobu2018-10-312-0/+6
* remove '//' style comments.ko12018-10-311-1/+0
* thread_pthread.c (ubf_select): avoid deadlock on contentionnormal2018-10-311-4/+10
* remove '//' style comments.ko12018-10-311-4/+2
* add casts.ko12018-10-311-2/+2
* .travis.yml: mandate -ansi checkshyouhei2018-10-311-3/+2
* Removed control characters from gemspec.hsbt2018-10-311-0/+0
* parse.y: last location from bisonnobu2018-10-302-2/+7
* revert r65441k0kubun2018-10-301-1/+2
* fix type.ko12018-10-302-9/+6
* update NEWS about theapko12018-10-301-0/+5
* fix type.ko12018-10-301-3/+1
* * remove trailing spaces, expand tabs.svn2018-10-309-155/+155
* support theap for T_HASH. [Feature #14989]ko12018-10-3022-247/+1395
* * expand tabs.svn2018-10-301-1/+1
* support theap for T_STRUCT.ko12018-10-306-26/+84
* support theap for T_OBJECT.ko12018-10-306-59/+170