summaryrefslogtreecommitdiff
path: root/src/cmd/gobuild
AgeCommit message (Expand)AuthorFilesLines
2009-08-12rm gobuildRuss Cox5-834/+0
2009-08-04fix buildRob Pike1-2/+2
2009-08-03this time really clean up a TODORob Pike1-24/+4
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-3/+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 Pike2-8/+7
2009-06-25Change os.Error convention:Russ Cox1-2/+2
2009-06-25add ./ to imports where necessaryRuss Cox3-5/+5
2009-06-23fix gobuild.Russ Cox2-3/+6
2009-06-22avoid pointer-to-slice operations in gobuildRuss Cox2-13/+15
2009-06-18use multiline string literal in gobuildRuss Cox1-75/+76
2009-06-09mv src/lib to src/pkgRob Pike1-2/+2
2009-06-05more build refinements:Russ Cox2-16/+8
2009-06-04more 386 runtime fixes.Russ Cox1-3/+7
2009-05-29make gobuild failures more readable.Russ Cox2-29/+62
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 Cox2-2/+2
2009-05-08Name change to improve embeddability:Rob Pike1-4/+4
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike3-7/+7
2009-04-16build packages in obj/ subdirectory that mimics $GOROOT/pkg.Russ Cox4-18/+115
2009-04-16rewrite gobuild in go.Russ Cox6-600/+717
2009-02-15insert ${GOOS} and ${GOARCH} inRuss Cox1-3/+9
2008-11-24gobuild:Russ Cox1-3/+8
2008-11-19refine gobuild: the files must be *_test.go not *test.goRob Pike1-2/+2
2008-11-19change naming convention for tests fromRob Pike1-2/+2
2008-11-19gobuild: add coverage rule, ignore files in package main.Russ Cox1-0/+9
2008-11-19leave 6.out around after gotest;Russ Cox1-1/+1
2008-11-18gobuild changes.Russ Cox1-168/+343
2008-11-13* 6l:Russ Cox1-6/+23
2008-09-25gobuild -m: replace value of $GOARCH and $GOOSRuss Cox1-2/+40
2008-09-19add gobuild.Russ Cox2-0/+360