summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-01-04[DOC] mark function names [ci skip]nobu
2019-01-04[DOC] split a tag for each function name [ci skip]nobu
2019-01-04[DOC] Fix close tags [ci skip]kazu
2019-01-04class.c: [DOC] fix close tag [ci skip]nobu
2019-01-04skip to calculate hash value on empty Hash ar_table lookup.ko1
2019-01-04* 2019-01-04svn
2019-01-04ar_table_entry::hash should be `st_hash_t`.ko1
2019-01-03Fix Random.urandom in a chroot on OpenBSDnobu
2019-01-03.travis.yml: propagate -w properlyk0kubun
2019-01-03complex.c: Optimize Complex#* and Complex#**mrkn
2019-01-03[DOC] Complex() default behaviour is `exception: true` [ci skip]kazu
2019-01-03[DOC] Add `or nil` to call-seq [ci skip]kazu
2019-01-03test_complex.rb: use the same approach to fix failuresk0kubun
2019-01-03test_complex.rb: fix tests for RUBYOPT="-w"k0kubun