summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* timing.log: significant improvements after custom algorithmsRob Pike2011-08-101-0/+21
* test/bench: note changes after recent improvements to locking and runtimeRob Pike2011-08-041-0/+27
* errchk: add -0 flagRuss Cox2011-08-021-1/+14
* gc: more graceful errors during struct definitionRuss Cox2011-07-281-0/+22
* 5g, 6g, 8g: shift, opt fixesRuss Cox2011-07-281-0/+41
* 5g: defer vs optimizer bugRuss Cox2011-07-281-0/+25
* 6g, 8g: divide corner caseRuss Cox2011-07-281-0/+54
* build: handle spaces in $USERRuss Cox2011-07-281-12/+12
* gc: shift type bugRuss Cox2011-07-281-0/+21
* gc: another width testRuss Cox2011-07-281-0/+15
* gc: line number + type checking nitsRuss Cox2011-07-286-2/+110
* gc: top-level closure bugRuss Cox2011-07-271-0/+18
* gc: composite literal double eval bugRuss Cox2011-07-271-0/+26
* gc: use more Go-like names for methodsRuss Cox2011-07-271-0/+15
* gc: diagnose (x) := 0Russ Cox2011-07-271-0/+11
* gc: zero-width struct, zero-length array fixesRuss Cox2011-07-272-10/+21
* gc: iota outside constRuss Cox2011-07-271-0/+16
* gc: echo literal in error messageRuss Cox2011-07-271-0/+13
* gc, runtime: fix range+panic line number bugsRuss Cox2011-07-261-0/+46
* gc: fix select line numberRuss Cox2011-07-261-0/+49
* gc: disallow [...][...]int{{1,2,3}}Russ Cox2011-07-261-0/+2
* runtime: add UpdateMemStats, use in testsRuss Cox2011-07-225-6/+14
* runtime: fix select pass 3Hector Chu2011-07-181-0/+34
* runtime: add per-M caches for MemStatsDmitriy Vyukov2011-07-182-0/+3
* runtime: fix panic for make(chan [0]byte).Nigel Tao2011-07-181-0/+16
* go: require { } around else blockRuss Cox2011-07-141-5/+9
* gc: fix closure bugLuuk van Dijk2011-07-141-0/+19
* gc: avoid package name ambiguity in error messagesRuss Cox2011-06-273-0/+50
* os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer2011-06-221-2/+1
* nacl, tiny: remove vestigesRobert Hencke2011-06-211-6/+0
* test: test of goto restrictionsRuss Cox2011-06-202-0/+551
* gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptrRuss Cox2011-06-171-0/+23
* gc: implement goto restrictionRuss Cox2011-06-173-4/+5
* respect goto restrictionsRuss Cox2011-06-172-8/+8
* gc: work around goto bugRuss Cox2011-06-161-0/+22
* gc: handle go print() and go println()Stephen Ma2011-06-132-0/+17
* gc: fix m[x], _ = y.(T)Russ Cox2011-05-311-0/+33
* gc: disallow ... in type conversionsAnthony Martin2011-05-311-0/+1
* gc: implement new shift rulesRuss Cox2011-05-312-16/+1
* gc: check parameter declarations in interface fieldsAnthony Martin2011-05-311-0/+24
* test: test cases for issue 1708.Robert Griesemer2011-05-253-0/+93
* gc: relax assignability of method receiversAnthony Martin2011-05-245-13/+1
* 8g: fix conversion from float to uint64Anthony Martin2011-05-161-0/+22
* timing: update numbers for regex-dnaRob Pike2011-05-131-0/+8
* gc: fix type switch error message for invalid cases.Lorenzo Stoakes2011-05-111-0/+17
* gc: fix unsafe.SizeofRuss Cox2011-05-102-0/+42
* gc: preserve original expression for errorsRuss Cox2011-04-281-0/+19
* gc: correctly handle fields of pointer type to recursive forward referencesLorenzo Stoakes2011-04-281-0/+86
* gc: fix order of operations for f() < g().Russ Cox2011-04-261-0/+29
* gc: explain why invalid receiver types are invalidRuss Cox2011-04-251-2/+8