summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* fix arm bug in reflect.callKen Thompson2010-10-131-5/+7
* various: avoid %ld etcRuss Cox2010-10-1346-197/+197
* 5l, 6l, 8l: first pass cleanupRuss Cox2010-10-1341-3738/+2091
* 5l, 6l, 8l: indent, outdentRuss Cox2010-10-1312-1632/+1632
* 6l: work with OS X nm/otoolJim McGrath2010-10-121-1/+1
* log: new interfaceRob Pike2010-10-124-35/+35
* ld: be less picky about bad line number infoRuss Cox2010-10-111-1/+1
* new command gotry.Rob Pike2010-10-112-6/+175
* 6l: correct offset for __nl_symbol_ptr in Mach-O.Jim McGrath2010-10-111-1/+2
* 6l: fix Mach-O LC_RPATHJim McGrath2010-10-111-0/+4
* 5l, 8l: dregsRuss Cox2010-10-072-3/+0
* gc: maybe the code is only mostly deadRuss Cox2010-10-071-11/+0
* [568]a: precise linenumbers for statements.Luuk van Dijk2010-10-0710-34/+54
* gc: better error for method non-callRuss Cox2010-10-073-4/+20
* gc: elide dead codeRuss Cox2010-10-071-0/+11
* gc: fix error for 1 <- "foo"Russ Cox2010-10-071-0/+4
* gc: ... bugRuss Cox2010-10-061-9/+9
* gc: O(1) string comparison when lengths differRuss Cox2010-10-067-9/+56
* ld: share asmlcRuss Cox2010-10-066-243/+84
* 6g: set kind to KindUnsafePointer where appropriate in reflect structures.Luuk van Dijk2010-10-051-1/+5
* gc: various bugsRuss Cox2010-10-034-12/+20
* code gen error forKen Thompson2010-09-301-3/+3
* gc: bug308Russ Cox2010-09-301-1/+1
* gc: correct buffer size in sprint, add -L to show full pathsRuss Cox2010-09-303-1/+7
* gc, spec, tests: no auto-indirect of pointer to interface valueRuss Cox2010-09-303-11/+5
* 6prof: more accurate usage message.David Symonds2010-09-291-1/+2
* 6l, 8l: fix -K implementationRuss Cox2010-09-292-36/+9
* http: revised http Handler interfaceStephen Ma2010-09-293-74/+74
* gotest: leave _testmain.go for "make clean" to clean upRuss Cox2010-09-281-1/+0
* arm code gen error in unsign extendKen Thompson2010-09-281-2/+8
* 6l, 8l: elfsetstring is only for .shstrtabRuss Cox2010-09-282-2/+4
* gc: fix reflect table method receiverRuss Cox2010-09-283-35/+133
* various: appease the ubuntu gcc monsterRuss Cox2010-09-287-13/+23
* gc: insert semicolon at EOF if neededRuss Cox2010-09-281-7/+2
* gc: eliminate duplicates in method tableRuss Cox2010-09-271-1/+8
* gc: fix non-canonical import error messageRuss Cox2010-09-271-1/+1
* gc: allow select case expr = <-cRuss Cox2010-09-271-1/+1
* gc: improve error message for x \= 0Russ Cox2010-09-241-1/+5
* gofmt: don't substitute invalid positions with valid ones in rewritesRobert Griesemer2010-09-241-0/+4
* gc: printing of ...Russ Cox2010-09-241-0/+2
* ... changesRuss Cox2010-09-242-3/+3
* gc: ... changesRuss Cox2010-09-243-36/+71
* cgo: bug fixesRuss Cox2010-09-212-1/+13
* godoc: default filter file name should be ""Robert Griesemer2010-09-201-1/+1
* loader fixKen Thompson2010-09-204-55/+98
* 6l/8l: emit DWARF frame info.Luuk van Dijk2010-09-206-102/+330
* 6l, 8l: clean up ELF code, fix NaClRuss Cox2010-09-1911-191/+315
* 5l: avoid fixed buffers in listRuss Cox2010-09-191-43/+41
* add readonly flag to static initializationKen Thompson2010-09-164-102/+61
* godoc: show "Last update" info for directory listings.Robert Griesemer2010-09-162-30/+31