summaryrefslogtreecommitdiff
path: root/src/cmd/gobuild/util.go
AgeCommit message (Expand)AuthorFilesLines
2009-08-12rm gobuildRuss Cox1-279/+0
2009-08-04fix buildRob Pike1-2/+2
2009-08-03this time really clean up a TODORob Pike1-24/+4
2009-07-16ast:Robert Griesemer1-6/+1
2009-07-14update remaining files to match new scanner/parser interfaceRobert Griesemer1-1/+1
2009-06-29fix gobuild bugRob Pike1-1/+4
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike1-4/+3
2009-06-25Change os.Error convention:Russ Cox1-2/+2
2009-06-23fix gobuild.Russ Cox1-1/+2
2009-06-22avoid pointer-to-slice operations in gobuildRuss Cox1-5/+5
2009-06-05more build refinements:Russ Cox1-2/+2
2009-05-29make gobuild failures more readable.Russ Cox1-22/+46
2009-05-18- changed parser to return os.Error, removed ErrorHandlerRobert Griesemer1-7/+4
2009-05-08gobuild: command printing bug fixRuss Cox1-1/+1
2009-05-08implications of stricter type equality:Russ Cox1-2/+2
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-4/+4
2009-04-16build packages in obj/ subdirectory that mimics $GOROOT/pkg.Russ Cox1-3/+39
2009-04-16rewrite gobuild in go.Russ Cox1-0/+244