Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-23 | Imported Upstream version 2011.05.22 | Ondřej Surý | 1 | -1/+1 | |
2011-05-23 | Imported Upstream version 2011.04.27 | Ondřej Surý | 1 | -1/+1 | |
2011-05-23 | Imported Upstream version 57 | Ondřej Surý | 1 | -1/+1 | |
2011-05-04 | Imported Upstream version 2011.04.27 | Ondřej Surý | 1 | -1/+1 | |
2011-05-04 | Imported Upstream version 57 | Ondřej Surý | 1 | -1/+1 | |
2011-04-28 | Imported Upstream version 2011.04.27 | Ondřej Surý | 1 | -1/+1 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -2/+25 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -5/+4 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -2/+16 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -4/+3 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -152/+240 | |
2010-03-16 | doc/install: tweak port text; drop redundant list of operating systems. | Russ Cox | 1 | -8/+4 | |
R=adg CC=golang-dev, r http://codereview.appspot.com/597041 | |||||
2010-03-16 | install.html: elaborate on shell profile instructions | Andrew Gerrand | 1 | -5/+8 | |
R=r, rsc CC=golang-dev http://codereview.appspot.com/556041 | |||||
2010-03-10 | install.html: add section on C tools | Robert Griesemer | 1 | -15/+17 | |
R=rsc CC=golang-dev http://codereview.appspot.com/238042 | |||||
2010-02-16 | install: Added gcc, build-essential to apt-get command line. | Andrew Gerrand | 1 | -1/+1 | |
Mercury now requires build tools to install. R=rsc CC=golang-dev http://codereview.appspot.com/210042 | |||||
2010-02-02 | added note about the GOARM env variable | Kai Backman | 1 | -0/+11 | |
R=rsc, r CC=golang-dev http://codereview.appspot.com/198074 | |||||
2010-01-28 | two minor build fixes | Russ Cox | 1 | -1/+1 | |
Fixes issue 572. Fixes issue 570. R=r CC=golang-dev http://codereview.appspot.com/194134 | |||||
2010-01-25 | Remove top-level (src/) Makefile. | Christopher Wedgwood | 1 | -2/+2 | |
R=rsc, dho, r CC=golang-dev http://codereview.appspot.com/194045 Committer: Russ Cox <rsc@golang.org> | |||||
2010-01-25 | list awk in the dependencies needed for installation | Rob Pike | 1 | -2/+2 | |
(it is installed by apt-get install gawk, I believe) Fixes issue 557. R=rsc CC=golang-dev http://codereview.appspot.com/194050 | |||||
2009-12-15 | doc/install.html: how to update to a new release | Russ Cox | 1 | -0/+13 | |
Fixes issue 422. R=r CC=golang-dev http://codereview.appspot.com/180057 | |||||
2009-12-11 | Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src | Devon H. O'Dell | 1 | -7/+4 | |
This change removes the necessity to have GOBIN in $PATH, and also doesn't assume that the build is being run from $GOROOT/src. This is a minimal set of necessary changes to get Go to build happily from the FreeBSD ports collection. R=rsc CC=golang-dev http://codereview.appspot.com/171044 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-11 | Add a Makefile in place of all.bash. Update docs to reflect | Devon H. O'Dell | 1 | -2/+2 | |
this change. R=rsc CC=golang-dev http://codereview.appspot.com/171048 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-24 | add freebsd to the list of os'es. | Rob Pike | 1 | -8/+33 | |
make the GOOS/GOARCH pair a table to avoid the confusion caused when it was of the form linux/386. R=rsc CC=golang-dev http://codereview.appspot.com/160061 | |||||
2009-11-11 | point at how to get easy_install on Ubuntu. | Russ Cox | 1 | -2/+12 | |
Fixes issue 59. Add note about export. R=r http://codereview.appspot.com/152079 | |||||
2009-11-11 | docs: list make as a build dep. | Adam Langley | 1 | -4/+5 | |
Fixes issue 45. R=rsc, r1 CC=golang-dev http://codereview.appspot.com/154055 | |||||
2009-11-10 | install.html: ed needs to be installed too | Russ Cox | 1 | -2/+2 | |
Fixes issue 14. R=r http://codereview.appspot.com/152052 | |||||
2009-11-10 | remove internal references from doc/install.html | Russ Cox | 1 | -2/+1 | |
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035 | |||||
2009-11-09 | in addition to bison, need to have gcc and c libraries installed. | Russ Cox | 1 | -4/+5 | |
R=r http://go/go-review/1024043 | |||||
2009-11-08 | copy help section to install doc, | Russ Cox | 1 | -0/+24 | |
since most people won't get to the second one. R=r http://go/go-review/1024031 | |||||
2009-11-08 | mention license in install.html. | Russ Cox | 1 | -8/+14 | |
tighter nav list. R=r http://go/go-review/1024029 | |||||
2009-11-06 | 8g has an optimizer; update its description | Rob Pike | 1 | -5/+6 | |
R=rsc CC=go-dev http://go/go-review/1025010 | |||||
2009-11-06 | arm port description. | Kai Backman | 1 | -3/+2 | |
R=r http://go/go-review/1026010 | |||||
2009-11-06 | Rename go_gccgo_setup to gccgo_install. | Ian Lance Taylor | 1 | -2/+2 | |
R=rsc CC=go-dev http://go/go-review/1026009 | |||||
2009-11-05 | add information comparing the compiler implementations to the installation ↵ | Rob Pike | 1 | -29/+95 | |
document R=rsc CC=go-dev http://go/go-review/1018063 Committer: Russ Cox <rsc@golang.org> | |||||
2009-10-23 | write install docs | Russ Cox | 1 | -1/+197 | |
R=r CC=go-dev http://go/go-review/1015004 | |||||
2009-10-22 | silly change to test the code review process | Rob Pike | 1 | -1/+1 | |
R=rsc http://go/go-review/1013009 | |||||
2009-10-22 | main landing pages | Russ Cox | 1 | -0/+1 | |
R=r DELTA=55 (7 added, 34 deleted, 14 changed) OCL=35984 CL=35986 |