summaryrefslogtreecommitdiff
path: root/src/cmd/gobuild/gobuild.go
AgeCommit message (Expand)AuthorFilesLines
2009-08-12rm gobuildRuss Cox1-344/+0
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike1-4/+4
2009-06-25add ./ to imports where necessaryRuss Cox1-1/+2
2009-06-23fix gobuild.Russ Cox1-2/+4
2009-06-22avoid pointer-to-slice operations in gobuildRuss Cox1-8/+10
2009-06-09mv src/lib to src/pkgRob Pike1-2/+2
2009-05-29make gobuild failures more readable.Russ Cox1-7/+16
2009-05-08move things out of sys into os and runtimeRuss Cox1-1/+1
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-2/+2
2009-04-16build packages in obj/ subdirectory that mimics $GOROOT/pkg.Russ Cox1-4/+46
2009-04-16rewrite gobuild in go.Russ Cox1-0/+288