summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-09Remove duplicate macro definitionnobu
2019-01-09complex.c: optimize zero check for Floatmrkn
2019-01-08* 2019-01-09svn
2019-01-08Mark array as "going to be modified" in `Array#reject!`tenderlove
2019-01-08Check by #name [ruby-core:90853] [Bug #15497]nobu
2019-01-08* expand tabs.svn
2019-01-08Defer escaping control char in error messagesnobu
2019-01-08Test for "%p" in Time.strptimenobu
2019-01-08complex.c: replace misused UNLIKELY with LIKELYmrkn
2019-01-08* 2019-01-08svn
2019-01-08range.c (range_last): disable optimization when each is redefinedmrkn
2019-01-07time.c: support military time zone namesnobu
2019-01-07time.c: UTC and Z timezones should be utcnobu
2019-01-07Bump version to date-2.0.0.hsbt
2019-01-07complex.c (f_divide): canonicalize a quotientmrkn
2019-01-07Time.strptime benchmarksnobu
2019-01-07Select ruby to run benchmarks with BENCH_RUBYnobu
2019-01-06* 2019-01-07svn
2019-01-06benchmark/range_last.yml: remove needless preludemrkn
2019-01-06internal.h: unify our own stdtbool.h implementationk0kubun
2019-01-06simplify filename-related codeduerst
2019-01-06add logic to handle Unicode beta period file namesduerst
2019-01-06ast.c: argument must be a stringnobu
2019-01-06Fix mday overflownobu
2019-01-06range.c: optimize rb_range_last for int renagemrkn
2019-01-06benchmark/range_last.yml: add benchmark casesmrkn
2019-01-05fix last commit.ko1
2019-01-05refactoring.ko1
2019-01-05add ar_ prefix for ar_table functions.ko1
2019-01-05* 2019-01-06svn
2019-01-05test/ruby/test_range.rb: add assertionsmrkn
2019-01-05compile.c: initialize to suppress false warning.nobu
2019-01-05parse.y: refactored symbol rulesnobu
2019-01-05parse.y: hoisted out qcall_branch_start and qcall_branch_endnobu
2019-01-05parse.y: refine error messagesnobu
2019-01-05benchmark/range_last.yml: add a benchmark of Range#lastmrkn
2019-01-05separate downloading of Unicode property files and auxiliary filesduerst
2019-01-05fix trivial indentation.ko1
2019-01-05call functions directly.ko1
2019-01-04refactoring usage of ar_lookup().ko1
2019-01-04* 2019-01-05svn
2019-01-04win32/Makefile.sub: try to use __restrict on Visual Studio 2013k0kubun
2019-01-04* properties.svn
2019-01-04* expand tabs.svn
2019-01-04introduce rb_nogvl C-API to mark ubf as async-signal-safenormal
2019-01-04* properties.svn
2019-01-04Merge Bundler 2.0.1 from upstream.hsbt
2019-01-04* expand tabs.svn
2019-01-04thread.c (call_without_gvl): spawn thread for UBF iff single-threadednormal
2019-01-04[DOC] escape descriptions [ci skip]nobu