Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+175 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -180/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -24/+36 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -26/+6 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -8/+37 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -20/+36 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -0/+23 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -1/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -13/+67 | |
2010-06-21 | goinstall: process dependencies for package main | Roger Peppe | 1 | -2/+1 | |
Currently to install a command, you have to manually goinstall each of the remote packages that it depends on. This patch lets goinstall P work where P is contains files in package main. It does not actually build the package, but it installs all of its dependencies and prints a message to that effect. R=rsc CC=golang-dev http://codereview.appspot.com/1301043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-04 | goinstall: an experiment in (external) package installation | Russ Cox | 1 | -0/+67 | |
R=adg, r CC=cw, golang-dev http://codereview.appspot.com/224043 |