summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vm_args.c: arity check of lambdanobu2017-03-199-54/+82
* test_lambda.rb: remove duplcate testsnobu2017-03-181-26/+0
* * 2017-03-19svn2017-03-181-1/+1
* test_lambda.rb: refine testnobu2017-03-181-2/+4
* vm_args.c: pass blocknobu2017-03-182-3/+34
* vm.c: fix up r58012nobu2017-03-181-1/+1
* vm.c: guard arguments [EXPERIMENTAL]nobu2017-03-182-0/+6
* .gdbinit: suppress gdb message [ci skip]nobu2017-03-181-1/+3
* .gdbinit: RArray in history [ci skip]nobu2017-03-181-2/+2
* fix accidental reversal of r57997 in r58000duerst2017-03-181-1/+1
* io.c: improve docsstomar2017-03-171-146/+161
* * 2017-03-18svn2017-03-171-1/+1
* remove branches in dmark and dfree GC callbacksnormal2017-03-177-102/+86
* fix a typo [ci skip]kazu2017-03-171-1/+1
* vm.c: check stacknobu2017-03-171-1/+3
* clarifiy 'codepoint' in documentation of String#each_codepointduerst2017-03-171-2/+4
* * remove trailing spaces.svn2017-03-171-2/+2
* Merge rubygems-2.6.11hsbt2017-03-1715-50/+125
* deduplicate static rb_str_format format stringsnormal2017-03-172-2/+3
* deduplicate File::NULL stringnormal2017-03-171-1/+1
* deduplicate "/", ":" and "\n" stringsnormal2017-03-172-4/+4
* NEWS: document shorter opt_str_freeze usagenormal2017-03-161-0/+2
* * 2017-03-17svn2017-03-161-1/+1
* bignum.c: [DOC] typos and grammarstomar2017-03-161-3/+3
* rational.c: initialize nnobu2017-03-161-1/+1
* rational.c: float denomnobu2017-03-162-8/+19
* rational.c: read_numnobu2017-03-162-157/+104
* bignum.c: rb_int_parse_cstrnobu2017-03-162-8/+39
* test_rational.rb: invalid exponentnobu2017-03-161-0/+4
* test_rational.rb: duplicate assertionsnobu2017-03-161-36/+0
* rational.c: zero divisionnobu2017-03-162-0/+6
* * 2017-03-16svn2017-03-161-1/+1
* test_rational.rb: shortennobu2017-03-161-93/+98
* vm_insnhelper.c: adjust indent [ci skip]nobu2017-03-151-1/+1
* * remove trailing spaces.svn2017-03-151-1/+1
* add several counters to analyze ivar inline caches.ko12017-03-153-17/+33
* object.c: make String#to_f consistent with literalnobu2017-03-152-9/+10
* string.c: shortcut argument checknobu2017-03-151-4/+19
* io.c: [DOC] add missing `$`kazu2017-03-151-1/+1
* * lib/matrix.rb: Add Vector.zero and Vector#zero?marcandre2017-03-142-0/+27
* * 2017-03-15svn2017-03-141-1/+1
* Stop a global server of Rinda testmame2017-03-141-2/+2
* vm_insnhelper.c: undef BUILTIN_CLASS_P tookazu2017-03-141-0/+1
* Fix bug of Tempfile#size if nothing is written [Bug #13198]glass2017-03-142-1/+8
* Fix a consistency bug of ISEQ_COVERAGE [Bug #13305]mame2017-03-142-1/+34
* Fiber also has same issue. [Bug #13313]ko12017-03-144-3/+25
* thread.c: Thread.start with Symbolnobu2017-03-142-1/+10
* thread.c: thread_do_startnobu2017-03-141-18/+22
* envutil.rb: basename for diagnostic_reportsnobu2017-03-141-2/+2
* vm_core.h: assertions for Procnobu2017-03-141-3/+1