summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* single argument panicRuss Cox2010-03-3033-734/+859
* gc: bug265Russ Cox2010-03-292-3/+0
* bug265: test case for issue 700Robert Griesemer2010-03-292-0/+25
* arm: fix buildDean Prichard2010-03-261-1/+0
* gc: allow taking address of out parametersRuss Cox2010-03-262-17/+32
* runtime: run all finalizers in a single goroutine.Russ Cox2010-03-261-2/+8
* bug264 didn't report BUG correctly, caused "fail" from test/runRob Pike2010-03-252-5/+6
* gc: more syntax errorsRuss Cox2010-03-252-0/+20
* bug264: test case for issue 692Robert Griesemer2010-03-252-0/+58
* arm: disable some problematic testsDean Prichard2010-03-252-7/+0
* gc: tests omitted from the last bug fixRuss Cox2010-03-242-0/+68
* test/mallocfin: relax test to 80% from 90%.Russ Cox2010-03-241-1/+1
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-2451-2062/+3050
* runtime: malloc sampling, pprof interfaceRuss Cox2010-03-242-1/+3
* arm: fix buildDean Prichard2010-03-231-3/+2
* gc: various map-related bug fixesRuss Cox2010-03-221-1/+1
* fix amd64 build (golden.out)Russ Cox2010-03-101-0/+9
* 1. decommit complex(float) conversionKen Thompson2010-03-093-6/+58
* identical complex implementationKen Thompson2010-03-096-11/+30
* arm: cleanup build warningsDean Prichard2010-03-081-1/+2
* 5g/6g/8g: fix double function call in sliceRuss Cox2010-03-081-0/+23
* 6g complex type usableKen Thompson2010-03-053-3/+83
* Generate same output on all architectures.Ian Lance Taylor2010-03-052-9/+22
* add a test that structures pack. 6g fails.Rob Pike2010-03-042-0/+46
* gc: fix imported and not used message - show pathRuss Cox2010-03-031-0/+24
* test: fix 386 build (missing complex)Russ Cox2010-03-024-8/+4
* more on type complex.Ken Thompson2010-03-024-0/+214
* 8g: make a[byte(x)] truncate xRuss Cox2010-02-261-0/+16
* strings: delete Runes, BytesRuss Cox2010-02-255-8/+5
* gc: implement []int(string) and []byte(string)Russ Cox2010-02-252-0/+57
* Include an Eratosthenesque concurrent prime sieve to go along with the "naive...Anh Hai Trinh2010-02-242-2/+174
* test: rename nul.go to nul1.goRuss Cox2010-02-211-0/+0
* gc: recursive interface embeddingRuss Cox2010-02-183-17/+3
* 8g: respect ullman numbers in float comparisonRuss Cox2010-02-171-0/+33
* gc: undo attempt at fixing recursive interface embeddingRuss Cox2010-02-165-2/+32
* gc: disallow NUL byte, catch more invalid UTF-8, testRuss Cox2010-02-161-0/+58
* gc: test & fix handling of very long string constantsRuss Cox2010-02-161-0/+20070
* gc: diagnose invalid array boundsRuss Cox2010-02-122-0/+31
* arm: take out fixedbugs/bug120 - gives inconsistent errorsRuss Cox2010-02-102-6/+0
* arm: fix build on androidRuss Cox2010-02-104-16/+162
* clean new garbage collector benchmark binariesRuss Cox2010-02-101-1/+1
* fix garbage benchmark Makefile.Russ Cox2010-02-091-4/+4
* add simple garbage collector benchmarks to dashboardRuss Cox2010-02-094-13/+291
* Struct field ambiguity test.Ian Lance Taylor2010-02-081-0/+28
* runtime: instrument malloc + garbage collector.Russ Cox2010-02-081-0/+201
* Match gccgo error message.Ian Lance Taylor2010-02-051-1/+1
* Match gccgo error messages.Ian Lance Taylor2010-02-051-2/+2
* Match gccgo error messages.Ian Lance Taylor2010-02-048-13/+13
* finalizers; merge package malloc into package runtimeRuss Cox2010-02-036-124/+184
* bug252: make ... vs ...T crossing an error, at least for nowRuss Cox2010-02-021-0/+15