aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/goinstall/parse.go
AgeCommit message (Expand)Author
2011-06-15goinstall: use go/make package to scan and build packagesAndrew Gerrand
2011-04-27goinstall: support GOPATH; building and installing outside the Go treeAndrew Gerrand
2011-04-04os: New Open API.Rob Pike
2011-03-07goinstall: handle .s files with gcGustavo Niemeyer
2011-03-07goinstall: handle $(GOOS) and $(GOARCH) in filenamesGustavo Niemeyer
2011-03-06path/filepath: new OS-specific path supportGustavo Niemeyer
2011-01-11goinstall: preliminary support for cgo packagesGustavo Niemeyer
2010-12-06 go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer
2010-10-25goinstall: don't wrongly error out with "multiple package names"Fazlul Shahriar
2010-10-12log: new interfaceRob Pike
2010-08-13go AST: First step towards augmenting AST with full type information.Robert Griesemer
2010-06-21goinstall: process dependencies for package mainRoger Peppe
2010-03-04goinstall: an experiment in (external) package installationRuss Cox