Sign in
go
/
go
/
6ec1809b8372028e0bf1f87b15cddf06a6dbc8af
/
doc
47bdda6
doc: remove mention of defunct golang-bugs mailing list
by Andrew Gerrand
· 10 years ago
ae4dc8f
doc: fix typo in release notes
by Rob Pike
· 10 years ago
fa87cf8
doc: document Go 1.5 on release page
by Russ Cox
· 10 years ago
54eb9ef
doc: fix typos in go1.5.html
by Rob Pike
· 10 years ago
16c3838
doc/go1.5.html: refer to ppc64 as 64-bit PowerPC, not Power 64
by Russ Cox
· 10 years ago
5457563
doc: adjust binary install page supported system list
by Russ Cox
· 10 years ago
d7aae33
doc: only the Logger.SetOutput method is new in Go 1.5
by Ian Lance Taylor
· 10 years ago
8389e7c
doc: link to Go 1.5 release notes from "project" page
by Andrew Gerrand
· 10 years ago
e7f4df7
doc: NaCl requires pepper 41
by Dave Cheney
· 10 years ago
abe70af
doc: tweak phrasing in Go 1.5 release notes
by Andrew Gerrand
· 10 years ago
4b145d4
doc: do not call WaitGroup a function
by Russ Cox
· 10 years ago
5973558
doc: remove duplicate -asmflags mention
by Joe Shaw
· 10 years ago
91e3b35
doc/go1.5.html: fix typo
by Mikio Hara
· 10 years ago
98aa822
spec: clarify semantics of built-in functions 'complex', 'real', and 'imag'
by Robert Griesemer
· 10 years ago
3dd3ab4
spec: better organization of arithmetic operator section
by Robert Griesemer
· 10 years ago
05614bf
spec: fix inconsistency of visibility rules for method names
by Robert Griesemer
· 10 years ago
85789da
spec: clarify that short variable declarations can redeclare parameters
by Robert Griesemer
· 10 years ago
87c8707
spec: clarify sentence about non-constant shifts
by Robert Griesemer
· 10 years ago
1579822
doc/go1.5: fix hyperlink for runtime/trace
by Russ Cox
· 10 years ago
43a404c
doc: mention new DWARF line table decoder in go1.5.html
by Austin Clements
· 10 years ago
de641ef
doc/go1.5.html: update references to runtime/trace package
by Dmitry Vyukov
· 10 years ago
31b0b73
doc: adjust installation instructions dynamically for a given download
by Andrew Gerrand
· 10 years ago
e019767
doc: bump minimum requirement to OS X 10.7
by Andrew Gerrand
· 10 years ago
d5f5e65
doc: link to design doc for GOMAXPROCS change in go1.5.html
by Ian Lance Taylor
· 10 years ago
2bd5237
doc: link to the release cycle from contribute.html
by Caleb Spare
· 10 years ago
c53de85
doc: Mention contributor agreement immediately after Gerrit
by Andy Maloney
· 10 years ago
9991227
doc: document new linker -X syntax in go1.5.html
by Rob Pike
· 10 years ago
3c10bdd
doc: link to proposal process from contribution guidelines
by Andrew Gerrand
· 10 years ago
a33b522
doc: update install from source instructions for go1.5
by ALTree
· 10 years ago
02d7448
spec: fixed various example code snippets
by Robert Griesemer
· 10 years ago
4e0be15
doc: solaris info added to go1.5.html
by Rob Pike
· 10 years ago
2d9378c
spec: document existing expression switch restrictions
by Robert Griesemer
· 10 years ago
f4c775e
doc: in go1.5.html fix claim about linking for ppc64(le)?
by Rob Pike
· 10 years ago
a5d23fc
doc: add go1.5 note about change to zero-sized fields in cgo
by Ian Lance Taylor
· 10 years ago
e4bd8e0
doc: remove non-answer from FAQ
by Andrew Gerrand
· 10 years ago
ff99194
doc: add json tokenizer to go1.5.html
by Rob Pike
· 10 years ago
37a0975
spec: be precise about rune/string literals and comments
by Robert Griesemer
· 10 years ago
aad4fe4
cmd/go: document internal and vendor
by Russ Cox
· 10 years ago
0908fad
doc: mention the ppc64(le) ports in release notes
by Rob Pike
· 10 years ago
4230c73
doc: add line break in install-source.html
by Hari haran
· 10 years ago
6c7acdf
doc: add a clause about embedded methods to go1compat
by Rob Pike
· 10 years ago
aee4f42
doc: add missing preposition in go1.5.html
by Brad Fitzpatrick
· 10 years ago
abf943a
doc/go1.5.html: update the net.Dial release notes.
by Paul Marks
· 10 years ago
aa5118b
doc: remove mention of default GOMAXPROCS(1) in Effective Go
by Brad Fitzpatrick
· 10 years ago
e28ff1f
doc: document net/http.Request.Cancel in go1.5.html
by Brad Fitzpatrick
· 10 years ago
1b5eaa4
doc: add crypto/sha512 additions to go1.5.html
by Brad Fitzpatrick
· 10 years ago
6031500
doc: document GODEBUG=netdns=X and netcgo in go1.5.txt
by Brad Fitzpatrick
· 10 years ago
3549178
doc: fix typo
by Paolo Martini
· 10 years ago
ebb6783
doc: document ios build tag for crypto/x509
by David Crawshaw
· 10 years ago
6163cf8
doc: describe tracing, mention go fix
by Rob Pike
· 10 years ago
91a480c
doc: add cmd/go's -pkgdir build option
by Russ Cox
· 10 years ago
df9423f
doc: add a few more details about arm and ppc64 to asm.html
by Rob Pike
· 10 years ago
aed74b9
doc/go1.5.html: fix and expand crypto/tls changes
by Jonathan Rudenberg
· 10 years ago
f4b4c88
doc/go1.5.html: fix typo
by Jonathan Rudenberg
· 10 years ago
9e88f79
doc/go1.5.html: fix typo
by Jonathan Rudenberg
· 10 years ago
443ec4f
doc/go1.5.html: fix typo.
by Ian Lance Taylor
· 10 years ago
902345e
doc: document behavior change in image/color in release notes
by Rob Pike
· 10 years ago
3c5eb96
doc: update the architecture-specific information in asm.html
by Rob Pike
· 10 years ago
8a28242
doc: add section about standard library to the FAQ
by Brad Fitzpatrick
· 10 years ago
783297a
all: link to https for golang subdomains too
by Brad Fitzpatrick
· 10 years ago
2ae7737
all: link to https instead of http
by Brad Fitzpatrick
· 10 years ago
012917a
doc: document the machine-independent changes to the assembler
by Rob Pike
· 10 years ago
2e6ed61
doc: R13 is stack pointer on ARM, not 386
by Rob Pike
· 10 years ago
e71276c
doc: add -test.count and get -insecure to go1.5.html
by Rob Pike
· 10 years ago
bd45bce
doc/go1.5: mention net/http.Request.Cancel
by Aaron Jacobs
· 10 years ago
ef37184
doc: tools for go1.5.html
by Rob Pike
· 10 years ago
d5994f4
doc/go1.5.html: fix typo
by Elias Naur
· 10 years ago
09b5463
doc: finish the small library changes in go1.5.html; start work on tools
by Rob Pike
· 10 years ago
cd2e2f6
doc: add most major changes and most net changes to go1.5.html
by Rob Pike
· 10 years ago
6fe9c4a
doc: more library in go1.5.html
by Rob Pike
· 10 years ago
c418fe7
doc: finish listing the non-crypto non-net small API changes
by Rob Pike
· 10 years ago
c97e73d
doc: fix typo in faq
by Rob Pike
· 10 years ago
694b244
doc: update FAQ for Go 1.5
by Rob Pike
· 10 years ago
0ea3f58
doc/go1.5.html: first pass over the small API changes
by Rob Pike
· 10 years ago
a1cc84f
doc: suggest security@golang.org for reporting security issues
by Andrew Gerrand
· 10 years ago
31aa6f2
doc/go1.5.html: fix typo
by Matt Layher
· 10 years ago
8628688
Fix several out of date references to 4g/5g/6g/8g/9g.
by Aaron Jacobs
· 10 years ago
a4ec50b
spec: fix bare & in HTML
by Rob Pike
· 10 years ago
751eef8
doc: first cut at prose for big changes in go1.5.html
by Rob Pike
· 10 years ago
26f12be
doc: add a missing space in func signature
by Brad Fitzpatrick
· 10 years ago
d6ef6eb
doc: move go1.5.txt to go1.5.html
by Rob Pike
· 10 years ago
d8c6dac
spec: clarify effect of rounding of constant expressions
by Robert Griesemer
· 10 years ago
5ac5a98
doc: mention moderation delay in contributing docs
by Josh Bleecher Snyder
· 10 years ago
5b458fb
doc/go1.5.txt: cmd/go: add vendoring support
by Rob Pike
· 10 years ago
8668ac0
doc: update gccgo docs for move of gofrontend to git
by Ian Lance Taylor
· 10 years ago
7768296
doc/go1.5.txt: mention sequential and RFC 6555-compliant TCP dialing
by Mikio Hara
· 10 years ago
10076b5
doc/articles/wiki: remove generated final-test.go after test
by Alex Brainman
· 10 years ago
deb6c5b
doc: hints on how to cross-bootstrap
by Michael Hudson-Doyle
· 10 years ago
f74ea6c
doc: update install-source.html to cover new architectures
by Michael Hudson-Doyle
· 10 years ago
7d48237
doc/articles/wiki: don't run tests when 'patch' command unavailable
by Andrew Gerrand
· 10 years ago
44618b2
wiki article: remove "flag" import from the code
by Alex Schroeder
· 10 years ago
965584a
doc/go1.5.txt: mention GidMappingsEnableSetgroups in linux SysProcAttr
by Ian Lance Taylor
· 10 years ago
b9bd57e
doc/effective_go: fix grammatical error
by Brandon Gilmore
· 10 years ago
637d598
spec: clarify meaning of x op= y
by Robert Griesemer
· 10 years ago
7f9f70e
all: fix misprints in comments
by Ainar Garipov
· 10 years ago
2a5463e
doc/go1.5.txt: mention that 1.5 supports non-standard GCM lengths.
by Adam Langley
· 10 years ago
30ab39a
doc: updated language about the AUTHORS/CONTRIBUTORS update
by Dmitry Savintsev
· 10 years ago
e597e63
doc/go1.5.txt: mention that testing/quick now generates nil pointers.
by Adam Langley
· 10 years ago
0599913
doc/go1.5.txt: correct CL for LookupEnv addition
by Dominik Honnef
· 10 years ago
3a1f163
doc/go1.5.txt: mention go test -count
by Russ Cox
· 10 years ago
Next »