| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: expand code.html to discuss the go tool in more depth | Andrew Gerrand | 2012-03-02 | 1 | -195/+354 |
* | doc: update go1 for html changes | Andrew Gerrand | 2012-03-02 | 2 | -0/+12 |
* | doc: describe API changes to go/build | Russ Cox | 2012-03-01 | 2 | -0/+32 |
* | spec: clarifications around exports, uniqueness of identifiers | Robert Griesemer | 2012-03-01 | 1 | -28/+44 |
* | spec: minor tweaks | Robert Griesemer | 2012-03-01 | 1 | -11/+10 |
* | doc: update link to self-hosted "The Laws of Reflection" article | Shenghou Ma | 2012-03-01 | 1 | -1/+1 |
* | doc: add a bunch of missing <p> tags | Stefan Nilsson | 2012-02-29 | 5 | -2/+23 |
* | doc: add The Laws of Reflection article | Johan Euphrosine | 2012-03-01 | 6 | -2/+1576 |
* | spec: apply method sets, embedding to all types, not just named types | Russ Cox | 2012-02-29 | 1 | -2/+2 |
* | spec: shorten heading for complex, real, imag | Russ Cox | 2012-02-29 | 1 | -1/+1 |
* | spec: use the term "lexical token" (rather then "lexical symbol") | Robert Griesemer | 2012-02-29 | 1 | -1/+1 |
* | spec: fix sentence | Robert Griesemer | 2012-02-29 | 1 | -10/+6 |
* | doc: remove Go for C++ Programmers | Andrew Gerrand | 2012-02-29 | 2 | -808/+0 |
* | go spec: inside functions, variables must be evaluated. | Robert Griesemer | 2012-02-28 | 1 | -4/+13 |
* | doc: update Go For C++ Programmers | Ian Lance Taylor | 2012-02-28 | 1 | -54/+151 |
* | doc/go1: tweaks to address rsc's comments | Rob Pike | 2012-02-29 | 2 | -8/+6 |
* | doc/style.css: make selectors more selective. | Stefan Nilsson | 2012-02-29 | 1 | -62/+84 |
* | tutorial: delete | Rob Pike | 2012-02-28 | 19 | -3054/+19 |
* | doc/go1: fix broken link | Stefan Nilsson | 2012-02-28 | 2 | -2/+2 |
* | doc/go1: mention that regexp has changed | Rob Pike | 2012-02-27 | 2 | -50/+78 |
* | doc: instruct freebsd/linux users to rm the old version first | Andrew Gerrand | 2012-02-27 | 1 | -2/+12 |
* | doc: move wiki tutorial into articles directory, rmdir doc/codelab | Andrew Gerrand | 2012-02-27 | 25 | -11/+17 |
* | doc/go1: add justification discussions to major changes | Rob Pike | 2012-02-27 | 2 | -94/+314 |
* | doc/install: fix FreeBSD/Linux install command | Shenghou Ma | 2012-02-26 | 1 | -1/+1 |
* | doc: update Go1 release notes to use correct WalkFunc error signature. | Mike Rosset | 2012-02-24 | 2 | -2/+2 |
* | doc/go1: new introduction | Rob Pike | 2012-02-25 | 2 | -34/+68 |
* | doc: update codelab/wiki to Go 1. | Shenghou Ma | 2012-02-25 | 9 | -129/+108 |
* | spec: allow disallow of \uFFFD in import path | Russ Cox | 2012-02-23 | 1 | -2/+3 |
* | doc/go1: document ProcessState | Rob Pike | 2012-02-24 | 2 | -42/+78 |
* | godoc: fine-tuning .css | Robert Griesemer | 2012-02-23 | 1 | -19/+8 |
* | godoc: bring back highlighting, selections, and alerts | Robert Griesemer | 2012-02-23 | 1 | -0/+25 |
* | go spec: import path implementation restriction | Robert Griesemer | 2012-02-22 | 1 | -1/+10 |
* | weekly.2012-02-22weekly.2012-02-22 | Andrew Gerrand | 2012-02-23 | 1 | -0/+119 |
* | spec: refine the wording about variables in type switches | Rob Pike | 2012-02-22 | 1 | -2/+3 |
* | cmd/fix: remove os.Wait gofix. | David Symonds | 2012-02-22 | 2 | -6/+2 |
* | doc: move styles to style.css | Andrew Gerrand | 2012-02-22 | 3 | -12/+3 |
* | spec: make all comparison results untyped bool | Russ Cox | 2012-02-21 | 1 | -20/+37 |
* | godoc: adjust line height in pre blocks | Andrew Gerrand | 2012-02-22 | 1 | -0/+3 |
* | godoc: fix playground url | Andrew Gerrand | 2012-02-22 | 1 | -1/+1 |
* | doc: support redirect-on-share | Andrew Gerrand | 2012-02-22 | 2 | -12/+21 |
* | doc: fix links in installation instructions | Andrew Gerrand | 2012-02-21 | 2 | -8/+8 |
* | doc: link to self-hosted articles from docs.html | Andrew Gerrand | 2012-02-21 | 1 | -3/+3 |
* | doc/go1: delete obsolete reference to FileStat | Rob Pike | 2012-02-21 | 2 | -4/+4 |
* | os: drop the Wait function and the options to Process.Wait | Rob Pike | 2012-02-20 | 2 | -6/+28 |
* | FAQ: many small fixes and adjustments | Rob Pike | 2012-02-20 | 1 | -18/+28 |
* | doc/go1: update for runtime, unsafe API changes | Russ Cox | 2012-02-19 | 2 | -4/+94 |
* | doc: update contrib.html | Bobby Powers | 2012-02-20 | 1 | -5/+5 |
* | doc/install.html: fix link | Rob Pike | 2012-02-20 | 1 | -1/+1 |
* | cmd/cgo: bug fixes | Russ Cox | 2012-02-19 | 2 | -2/+36 |
* | doc: Fixed type in documentation for FormatFloat. | Marcel van Lohuizen | 2012-02-19 | 2 | -2/+2 |