summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* label as lvalue is a GCCismshyouhei2018-01-022-6/+5
* statement experssion is a GCCismshyouhei2018-01-023-12/+12
* enum value grater than int is a GCCismshyouhei2018-01-021-4/+4
* _Static_assert is a C11ismshyouhei2018-01-021-1/+3
* bit-fields other than int is a C99ismshyouhei2018-01-024-12/+37
* initializer paren-string `{("str")}` is a C99ismshyouhei2018-01-021-1/+1
* string literal longer than 509 characters is a C99ismshyouhei2018-01-021-0/+8
* flexible array member is a C99ismshyouhei2018-01-021-1/+3
* long long is a C99ismshyouhei2018-01-023-2/+14
* comma at the end of enum is a C99ismshyouhei2018-01-021-2/+2
* __VA_ARGS__ is a C99ismshyouhei2018-01-022-3/+3
* long long is a C99simshyouhei2018-01-021-3/+8
* string literal longer than 509 characters is a C99ismshyouhei2018-01-021-0/+6
* "%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