aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* "%z" printf format specifier is a C99ismshyouhei2018-01-021-2/+3
* int (*)(void) is incompatible with void*shyouhei2018-01-021-1/+2
* rb_insn_func_t is incompatible with void*shyouhei2018-01-021-1/+1
* explicit cast to void* required for %pshyouhei2018-01-029-24/+24
* suppress warning for clangshyouhei2018-01-021-0/+7
* parse.y: fix typonobu2018-01-021-2/+2
* * 2018-01-02svn2018-01-021-1/+1
* parse.y: code end positionnobu2018-01-022-1/+7
* vm_core.h: make the algorithm of get_insn_info selectablemame2018-01-012-7/+32
* iseq.h: Extract position array from iseq_insn_info_entrymame2018-01-014-42/+65
* iseq.c: fix build error when VM_CHECK_MODE is enabledmame2018-01-011-1/+1
* vm_core.h: refactoring of insns_infomame2018-01-013-19/+21
* parse.y: highlight yyerrornobu2018-01-011-15/+35
* [DOC] doc/NEWS-2.5.0: remove trailing comma [ci skip]kazu2018-01-011-2/+1
* Removed debug code. It is inconsistency in rubygems upsteream.hsbt2017-12-311-33/+1
* parse.y: yyerror1nobu2017-12-311-27/+36
* * 2018-01-01svn2017-12-311-3/+3
* parse.y: yylloc at yyerrornobu2017-12-311-9/+13
* error.c: limit depthnobu2017-12-311-3/+5
* test_exception.rb: more assertionsnobu2017-12-311-0/+5
* error.c: negative uplevelnobu2017-12-312-1/+6
* prelude.c.tmpl: get rid of warnings on old gccnobu2017-12-311-2/+2
* parse.y: assignable_errornobu2017-12-312-10/+10
* parse.y: yylloc at yyerrornobu2017-12-311-8/+21
* fix reset order.ko12017-12-311-2/+2
* increase test timeout.ko12017-12-301-1/+1
* * 2017-12-31svn2017-12-301-1/+1
* bit fields treating negative values should be declared as signed intngoto2017-12-301-2/+2
* numeric.c: Fix Integer#pow with a large Fixnum modulomrkn2017-12-302-1/+8
* drb: use \A and \znobu2017-12-304-8/+14
* * 2017-12-30svn2017-12-301-1/+1
* hash literal deduplicates like Hash#[]=normal2017-12-304-11/+21
* string.c: chomp rs at the endnobu2017-12-292-1/+10
* test/ruby/test_hash: minor test cleanupnormal2017-12-291-4/+4
* * 2017-12-29svn2017-12-281-1/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-2833-118/+158
* proc.c: empty iseq namesnobu2017-12-281-1/+4
* erb.rb: let's remove constant deprecated at 2.5k0kubun2017-12-281-4/+0
* Fix KeyError#{key,receiver} of Thread#fetchkazu2017-12-282-2/+4
* remove empty spec/rubyspec directorynormal2017-12-270-0/+0
* Update to ruby/spec@b95d7ederegon2017-12-271-11/+26
* Update to ruby/spec@0fe33aceregon2017-12-27162-621/+1267
* * 2017-12-28svn2017-12-271-1/+1
* Update to ruby/mspec@5f563e4eregon2017-12-272-4/+26
* fix concurrent test.ko12017-12-271-19/+11
* fix fd mask detection on os xnobu2017-12-271-1/+2
* tool/downloader.rb: don't suppress exceptionk0kubun2017-12-271-0/+2
* tool/downloader.rb: retry downloadsk0kubun2017-12-271-2/+19
* erb.rb: preserve the behavior for invalid syntaxk0kubun2017-12-272-13/+11
* spec_helper.rb: libruby.so iff enable-sharednobu2017-12-271-1/+1