aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix last commit.ko12019-01-051-5/+1
* refactoring.ko12019-01-051-14/+22
* add ar_ prefix for ar_table functions.ko12019-01-051-36/+33
* * 2019-01-06svn2019-01-051-1/+1
* test/ruby/test_range.rb: add assertionsmrkn2019-01-051-0/+13
* compile.c: initialize to suppress false warning.nobu2019-01-051-1/+1
* parse.y: refactored symbol rulesnobu2019-01-051-18/+11
* parse.y: hoisted out qcall_branch_start and qcall_branch_endnobu2019-01-051-31/+35
* parse.y: refine error messagesnobu2019-01-052-1/+8
* benchmark/range_last.yml: add a benchmark of Range#lastmrkn2019-01-051-0/+4
* separate downloading of Unicode property files and auxiliary filesduerst2019-01-051-1/+13
* fix trivial indentation.ko12019-01-051-3/+7
* call functions directly.ko12019-01-051-2/+2
* refactoring usage of ar_lookup().ko12019-01-041-45/+44
* * 2019-01-05svn2019-01-041-1/+1
* win32/Makefile.sub: try to use __restrict on Visual Studio 2013k0kubun2019-01-041-1/+1