summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* bug188 - sort(x)Russ Cox2009-08-122-2/+16
* fix bug187 not to crashRuss Cox2009-08-122-5/+5
* delete forward type declarationsRuss Cox2009-08-124-15/+0
* Bug involving ... initializers and interface values.Austin Clements2009-08-122-0/+26
* convert non-pkg go files to whole-package compilation.Russ Cox2009-08-1211-77/+6
* bug186 - f(iota)Russ Cox2009-08-111-0/+18
* - use in-place bignum operations where availableRobert Griesemer2009-08-102-14/+22
* new timing data after compiler updates (fp regs, integer div and mod)Rob Pike2009-08-101-0/+90
* 8-bit div and modRuss Cox2009-08-102-0/+220
* Partially fix build: don't assume . is in PATH.David Symonds2009-08-091-0/+1
* run benchmarks in a relatively fast test mode, as part of run.bash/all.bashRob Pike2009-08-0910-69/+289
* another plateau - almost doneKen Thompson2009-08-082-20/+717
* bug159Russ Cox2009-08-073-18/+13
* chameneosRob Pike2009-08-075-1/+572
* bug185 - return b,a from func() (a,b int)Russ Cox2009-08-071-0/+33
* annotationsRuss Cox2009-08-071-0/+14
* bug184 - assignment compatibility in unpacked multireturnRuss Cox2009-08-071-0/+51
* simplify threadring slightly; slight speed improvementRob Pike2009-08-072-7/+7
* bug183 - embedded vs non-embedded struct field in eqtypeRuss Cox2009-08-071-0/+25
* bug182 - compiler crashRuss Cox2009-08-071-0/+13
* bug181 - type T *struct { T } is an invalid embedded typeRuss Cox2009-08-071-0/+11
* clean up a few error messages;Russ Cox2009-08-071-1/+1
* threadringRob Pike2009-08-075-1/+190
* timing updates after 6g change for efficient division by powers of twoRob Pike2009-08-073-2/+25
* divide by a constant power of 2Ken Thompson2009-08-061-0/+45
* timings for pidigitsRob Pike2009-08-064-4/+144
* - initial version of pidigits.go benchmarkRobert Griesemer2009-08-061-0/+128
* meteor-contestRob Pike2009-08-065-1/+1334
* mandelbrotRob Pike2009-08-065-2/+204
* add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCSRob Pike2009-08-061-0/+2
* k-nucleotideRob Pike2009-08-065-1/+424
* parallel spectral-normRob Pike2009-08-052-1/+112
* spectral-normRob Pike2009-08-056-11/+205
* regex-dnaRob Pike2009-08-055-1/+301
* fannkuchRob Pike2009-08-055-1/+299
* delay := processingRuss Cox2009-08-054-9/+9
* binary treeRob Pike2009-08-046-1/+413
* get function calls out of the way beforeRuss Cox2009-08-041-0/+17
* add info about Sqrt instructionRob Pike2009-08-042-5/+10
* delayed evaluation of var blocksRuss Cox2009-08-041-2/+2
* nbody benchmarkRob Pike2009-08-045-16/+392
* improve myrandom() in fasta.Rob Pike2009-08-043-10/+81
* another benchmark: reverse-complementRob Pike2009-08-045-0/+397
* clean up the code a bitRob Pike2009-08-043-37/+205
* benchmark checkpoint milestone checkin submissionRob Pike2009-08-032-0/+371
* more 6g reorg; checkpoint.Russ Cox2009-08-0315-50/+34
* delete some code from walkexpr that is nowRuss Cox2009-07-303-15/+15
* use errchk in more places.Russ Cox2009-07-3020-113/+25
* fixed golden.out, which is what 32496 should have done.Russ Cox2009-07-292-2/+9
* fix buildRuss Cox2009-07-291-8/+1