aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* addr2line.c: fix -Wextra-semik0kubun2019-01-101-1/+2
* addr2line.c: do not suppress -Wpedantick0kubun2019-01-101-3/+0
* * 2019-01-11svn2019-01-101-1/+1
* revert r66768 for Ruby 2.7 due to Misc#15347k0kubun2019-01-101-6/+3
* test_jit.rb: change format of test error outputk0kubun2019-01-102-2/+2
* configure: refuse to build with jemalloc when header is missingnobu2019-01-101-1/+2
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-109-115/+112
* Revert "mjit.c: use boolean type for boolean variables"k0kubun2019-01-108-91/+94
* mjit.c: use boolean type for boolean variablesk0kubun2019-01-108-94/+91
* test/ruby/test_method.rb: Remove unreachable callkazu2019-01-101-2/+2
* NEWS: announce C99 requirement [ci skip]k0kubun2019-01-101-0/+3
* proc.c: proc without blocknobu2019-01-1010-66/+144
* configure.ac: Require C99k0kubun2019-01-101-2/+0
* .travis.yml: allow C99 on pedanticism buidk0kubun2019-01-101-4/+2
* proc.c: check if callablenobu2019-01-103-8/+37
* Get rid of C99 feature for now [ruby-core:90949] [Bug #15519]nobu2019-01-101-3/+6
* insns.def (duparray, duphash): add dtrace hookstenderlove2019-01-091-0/+2
* * 2019-01-10svn2019-01-091-1/+1
* add setter of iter_lev.ko12019-01-092-4/+16
* class.c: refactor class_instance_method_listnobu2019-01-092-4/+35
* time.c: update error message for invalid utc_offsetnobu2019-01-091-1/+4
* Fix styles [ci skip]nobu2019-01-098-16/+21
* * expand tabs.svn2019-01-091-2/+2
* Follow behaviour of IO#ungetbytekazu2019-01-092-4/+19
* Remove duplicate macro definitionnobu2019-01-091-2/+0
* complex.c: optimize zero check for Floatmrkn2019-01-093-2/+7
* * 2019-01-09svn2019-01-081-1/+1
* Mark array as "going to be modified" in `Array#reject!`tenderlove2019-01-082-0/+60
* Check by #name [ruby-core:90853] [Bug #15497]nobu2019-01-081-6/+2
* * expand tabs.svn2019-01-082-6/+6
* Defer escaping control char in error messagesnobu2019-01-088-39/+106
* Test for "%p" in Time.strptimenobu2019-01-081-0/+19
* complex.c: replace misused UNLIKELY with LIKELYmrkn2019-01-081-8/+8
* * 2019-01-08svn2019-01-081-1/+1
* range.c (range_last): disable optimization when each is redefinedmrkn2019-01-082-1/+14
* time.c: support military time zone namesnobu2019-01-072-0/+67
* time.c: UTC and Z timezones should be utcnobu2019-01-072-3/+42
* Bump version to date-2.0.0.hsbt2019-01-071-1/+1
* complex.c (f_divide): canonicalize a quotientmrkn2019-01-072-9/+12
* Time.strptime benchmarksnobu2019-01-071-0/+13
* Select ruby to run benchmarks with BENCH_RUBYnobu2019-01-071-1/+2
* * 2019-01-07svn2019-01-061-1/+1
* benchmark/range_last.yml: remove needless preludemrkn2019-01-061-2/+0
* internal.h: unify our own stdtbool.h implementationk0kubun2019-01-062-23/+13
* simplify filename-related codeduerst2019-01-061-1/+1
* add logic to handle Unicode beta period file namesduerst2019-01-061-12/+29
* ast.c: argument must be a stringnobu2019-01-062-1/+9
* Fix mday overflownobu2019-01-062-1/+14
* range.c: optimize rb_range_last for int renagemrkn2019-01-061-0/+61
* benchmark/range_last.yml: add benchmark casesmrkn2019-01-061-2/+4