summaryrefslogtreecommitdiff
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* godoc: remove dependency of syscallRobert Griesemer2011-09-151-3/+2
* godoc: use new index/suffixarray serialization codeRobert Griesemer2011-09-151-15/+23
* godoc: use go/build to find files in a packageRuss Cox2011-09-151-1/+66
* go/build: handle cgo, //build commentsRuss Cox2011-09-153-10/+11
* godoc: support for complete index serializationRobert Griesemer2011-09-143-16/+28
* gofmt: add else testRuss Cox2011-09-143-0/+18
* image: change the NewXxx functions to take a Rectangle instead ofNigel Tao2011-09-143-0/+136
* path/filepath: new signature for WalkRob Pike2011-09-133-66/+24
* gc: clean up if grammarRuss Cox2011-09-122-16/+25
* gofmt: accept program fragments on standard inputRuss Cox2011-09-1219-18/+242
* godoc, suffixarray: switch to exp/regexpRobert Griesemer2011-09-125-5/+5
* doc: link to notable blog postsAndrew Gerrand2011-09-102-0/+6
* ld: grow dwarf includestack on demand.Luuk van Dijk2011-09-092-20/+16
* godoc: show packages matching a query at the topRobert Griesemer2011-09-082-8/+20
* undo CL 4964067 / 661cb84cc6f0Robert Griesemer2011-09-073-21/+9
* path/filepath: Simplify Walk interfaceGustavo Niemeyer2011-09-073-9/+21
* gc: add -p flag to catch import cycles earlierRuss Cox2011-09-075-9/+27
* 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file pathsHector Chu2011-09-076-48/+36
* gc: silence Plan 9 warningsLucio De Re2011-09-072-1/+2
* gopprof: regexp fixesHector Chu2011-09-071-3/+3
* gc: treat DOTMETH like DOT in escape analysis.Luuk van Dijk2011-09-071-0/+2
* gc: unify stack frame layoutRuss Cox2011-09-0612-137/+62
* gc: fix zero-length struct evalRuss Cox2011-09-053-10/+29
* build: clear execute bit from Go filesMike Rosset2011-09-051-0/+0
* gofix: do not convert url in field namesGustavo Niemeyer2011-09-032-1/+22
* runtime: implement exception handling on windows/amd64Hector Chu2011-09-031-3/+54
* gc: introduce temp = nod+tempnameRuss Cox2011-09-028-64/+43
* gc: zero stack-allocated slice backing arraysRuss Cox2011-09-021-0/+1
* godoc: minor tweaks for app-engine useRobert Griesemer2011-09-024-45/+42
* goinstall: better usage messageAndrew Gerrand2011-09-021-2/+2
* gc: fix label recursion bugsRuss Cox2011-09-014-8/+13
* godoc: more index size reductionRobert Griesemer2011-08-312-22/+19
* cgo: explain how to free somethingRuss Cox2011-08-311-1/+4
* gc: make static initialization more staticRuss Cox2011-08-3113-223/+554
* runtime: make arm work on Ubuntu Natty qemuRuss Cox2011-08-311-0/+13
* cgo: note that CString result must be freedGustavo Niemeyer2011-08-311-1/+1
* godoc index: first step towards reducing index sizeRobert Griesemer2011-08-301-12/+40
* gc: fix for Plan 9 buildLucio De Re2011-08-301-0/+1
* gc: fix div bugRuss Cox2011-08-302-10/+32
* gc: fix for Plan 9 buildLucio De Re2011-08-301-1/+0
* godoc: support for reading/writing (splitted) index files.Robert Griesemer2011-08-296-35/+170
* godoc: fix bug in zip.goRobert Griesemer2011-08-291-2/+4
* goinstall: select the tag that is closest to runtime.VersionAndrew Gerrand2011-08-304-85/+224
* libmach: support reading symbols from Windows .exe for nmMateusz CzapliƄski2011-08-291-8/+24
* runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ...Yuval Pavel Zholkover2011-08-296-4/+34
* gc: fix build on Plan 9Lucio De Re2011-08-2916-39/+53
* 6g: fix build on Plan 9Lucio De Re2011-08-296-8/+3
* 5g: fix build on Plan 9Lucio De Re2011-08-296-14/+21
* gc: fix arm buildRuss Cox2011-08-281-1/+5
* gc: tweak and enable escape analysisRuss Cox2011-08-289-120/+260