aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@9be7c7eeregon2018-08-03246-544/+9104
* Update to ruby/mspec@072849eeregon2018-08-035-32/+40
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-032-8/+15
* ext/json/parser/parser.c: do not call rb_str_resize() on Time objecteregon2018-08-032-10/+14
* * 2018-08-04svn2018-08-031-1/+1
* Fix missed update of parser source in r62429eregon2018-08-031-0/+1
* Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...eregon2018-08-032-15/+8
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-032-8/+15
* encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...eregon2018-08-032-1/+12
* random.c: fix fallback valuenobu2018-08-031-4/+2
* random.c: use rb_check_funcallnobu2018-08-031-2/+1
* random.c: moved domain errornobu2018-08-031-1/+2
* ast.c: allocator of Nodenobu2018-08-032-2/+5
* random.c: endless range randomnobu2018-08-032-1/+3
* thread_pthread.c: add a macro guard for PTHREAD_CANCEL_ENABLEmame2018-08-031-0/+2
* thread_pthread.c (gvl_acquire_common): persist timeout across callsnormal2018-08-021-4/+10
* * 2018-08-03svn2018-08-021-1/+1
* test_jit.rb: split the test concernk0kubun2018-08-021-14/+17
* mjit.c: skip compaction on MinGWk0kubun2018-08-021-3/+5
* mjit.c: don't apply workaround if --enable-load-relativek0kubun2018-08-021-5/+6
* mjit.c: suppress warnings by -Wunused-valuek0kubun2018-08-021-1/+1
* thread_win32.c: suppress warnings by -Wsuggest-attributek0kubun2018-08-021-1/+2
* * 2018-08-02svn2018-08-021-1/+1
* test/socket/test_socket.rb (test_timestampns): retry sendnormal2018-08-021-30/+29
* move atomic logic from mjit.c from ruby_atomic.hshyouhei2018-08-012-9/+5
* (cosmetic) add blank lines for better readabilityshyouhei2018-08-011-0/+7
* [DOC] Added CI build status for Japanese docsnobu2018-07-311-0/+3
* Add same comment to thwait.gemspec like other gemspec at r64145kazu2018-07-311-0/+1
* Add PRINTF_ARGS to kprintfkazu2018-07-312-1/+3
* * 2018-08-01svn2018-07-311-2/+2
* Makefile.in: remove GNU-make dependencynobu2018-07-311-1/+1
* Try to load version file of github repository at first.hsbt2018-07-318-8/+48
* transform_mjit_header.rb: more strict FUNC_HEADER_REGEXPk0kubun2018-07-311-1/+1
* mjit.c: allow using MJIT header in build directoryk0kubun2018-07-315-9/+18
* Follow up r64141 with sync tool.hsbt2018-07-311-1/+1
* Fixed inconsistency gemspec location.hsbt2018-07-311-1/+1
* Fixed unexpected direction deletion with irb sync.hsbt2018-07-311-1/+1
* Support Sync module same as other default gems.hsbt2018-07-311-6/+1
* transform_mjit_header.rb: accept having attributek0kubun2018-07-311-1/+5
* Move obsoleted test/thread/test_*.rb with the current implementation.hsbt2018-07-313-2/+2
* Fixed inconsistency file structure for gemspec.hsbt2018-07-311-1/+1
* test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeoutnormal2018-07-311-1/+1
* thread_pthread.c (unregister_ubf_list): assert unblock.func is unsetnormal2018-07-301-0/+3
* thread_pthread.c (gvl_yield): do ubf wakeups when uncontendednormal2018-07-301-0/+6
* * 2018-07-31svn2018-07-301-1/+1
* thread_pthread.c: revert r64123nobu2018-07-301-0/+4
* thread_pthread.h (native_thread_data): split condvars on some platformsnormal2018-07-302-12/+30
* thread_pthread.c: remove duplicate definenobu2018-07-301-2/+0
* fix typo(#2), sorry!shyouhei2018-07-301-4/+4
* fix typo; sorry!shyouhei2018-07-301-1/+1