Sign in
go
/
go
/
3d2321f639452afbccc2249153c16abec2a6607f
/
doc
6e55f7a
doc: link directly to https://golang.org/dl/
by Matthew Dempsky
· 11 years ago
dc08957
doc: amend installation instructions
by Andrew Gerrand
· 11 years ago
31bd41e
doc/go1.4.txt: src/pkg directory is gone.
by Rob Pike
· 11 years ago
220a6de
build: adjustments for move from src/pkg to src
by Russ Cox
· 11 years ago
36ca636
doc: add a few http items to go1.4.txt
by Brad Fitzpatrick
· 11 years ago
f82097f
spec: Add link to rune literals from string literals when talking about escape sequences.
by Robin Eklind
· 11 years ago
cac006a
spec: Fix indentation and remove trailing white space characters.
by Robin Eklind
· 11 years ago
f852034
spec: move Method expr/value section near selectors
by Robert Griesemer
· 11 years ago
2511d92
doc/cmd.html: close a tag.
by Oling Cat
· 11 years ago
cbf351a
doc/go1.4.txt: go generate
by Rob Pike
· 11 years ago
2e2beb5
doc/go1.4: mention pc-relative addressing on amd64
by Russ Cox
· 11 years ago
0235f68
doc: make it point to correct go1.3.1 change history
by Mikio Hara
· 11 years ago
937f0d5
doc/go1.4.txt: cmd/go changes, syscall
by Rob Pike
· 11 years ago
392bc89
doc: remove the "the" in "the the" in the release notes
by Andrew Gerrand
· 11 years ago
8bca148
all: copy cmd/ld/textflag.h into pkg/GOOS_GOARCH
by Rob Pike
· 11 years ago
b049dc3
doc/compat1.html: link to go.sys
by Rob Pike
· 11 years ago
160b246
syscall: freeze the package
by Rob Pike
· 11 years ago
f497885
doc: document go1.3.1
by Andrew Gerrand
· 11 years ago
5a17aaa
doc/go1.4.txt: go.sys subrepo created
by Rob Pike
· 11 years ago
12666cb
doc: add note about crypto/tls cert selection callback.
by Adam Langley
· 11 years ago
af403c0
doc: document new ParseMultipartForm behavior
by Andrew Gerrand
· 11 years ago
cdf7767
doc/go1.4.txt: add support for ALPN
by Mikio Hara
· 11 years ago
7ce3406
doc/go1.4.txt: implement monotonic clocks on windows
by Alex Brainman
· 11 years ago
1d371a0
doc/go1.4.txt: document ASN.1 behaviour change.
by Adam Langley
· 11 years ago
c0fca13
spec: comma-ok expressions return untyped boolean 2nd result
by Robert Griesemer
· 11 years ago
43ad89d
doc: drop scheme from links that are known to support HTTPS
by Andrew Gerrand
· 11 years ago
b1a3b61
doc/go1.4.txt: windows can do symlinks now
by Alex Brainman
· 11 years ago
d2d7187
testing: add Coverage function
by Russ Cox
· 11 years ago
81e661a
doc/go1.4.txt: permit for range x
by Rob Pike
· 11 years ago
20ae6d9
spec: permit "for range x" (no index variables)
by Robert Griesemer
· 11 years ago
8e902dd
docs: Make consistent use of optional li closing tags.
by Robin Eklind
· 11 years ago
48347cc
doc/contribute.html: capitalize the first letter
by Tetsuo Kiso
· 11 years ago
822b2cb
doc/contribute: reorder documented steps to match normal workflow.
by Bill Thiede
· 11 years ago
ed5b694
doc/go1.4.txt: delete editor and shell support
by Rob Pike
· 11 years ago
1abab32
doc/go1.4.txt: encoding/gob is now safe
by Rob Pike
· 11 years ago
89f185f
all: remove 'extern register M *m' from runtime
by Russ Cox
· 11 years ago
187ee2c
spec: receiver declaration is just a parameter declaration
by Robert Griesemer
· 11 years ago
5437508
doc/go1.4.txt: text/scanner: IsIdentRune
by Rob Pike
· 11 years ago
88b663b
doc/go1.4: add note about Set{uid,gid} change
by Dave Cheney
· 11 years ago
9bfb66e
doc: say that race detector is supported on freebsd
by Dmitriy Vyukov
· 11 years ago
fd234d6
doc: say that race detector is supported on freebsd
by Dmitriy Vyukov
· 11 years ago
c70c20d
doc: document Go 1.3
by Andrew Gerrand
· 11 years ago
7d3be61
doc: link to new downloads page
by Andrew Gerrand
· 11 years ago
e209a0f
time: micro symbol for microseconds
by Rob Pike
· 11 years ago
3a6de21
doc: add go1.4.txt
by Russ Cox
· 11 years ago
0476693
doc: add release note for 'godoc -analysis'
by Alan Donovan
· 11 years ago
d131ffe
doc: link to release history from /doc/
by Andrew Gerrand
· 11 years ago
b91d233
docs: link to the assembler document from the Documents tab
by Rob Pike
· 11 years ago
761dace
doc/install.html: fix erroneous HTML annotation
by Rob Pike
· 11 years ago
81a93ef
doc: fix happens-before rules for buffered channels
by Dmitriy Vyukov
· 11 years ago
ae1b5c7
doc/install-source.html: document that GO386 will be auto-detected when building on both 386 and amd64.
by Shenghou Ma
· 11 years ago
06b67f3
doc: mention WriteHeapDump in 1.3 release notes
by Ian Lance Taylor
· 11 years ago
8c9923d
doc/contrib.html: update links, mailing lists and link to 1.3 release note.
by Shenghou Ma
· 11 years ago
c038c38
doc/go1.3.html: math/big's Int and Rat implement TextMarshaler, TextUnmarshaler
by Russ Cox
· 11 years ago
0782ee3
cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable
by Russ Cox
· 11 years ago
94849d5
spec: clarify that break/continue do not work across function boundaries
by Robert Griesemer
· 11 years ago
4b3019b
doc: mention that reflect.SetMapIndex no longer panics
by Keith Randall
· 11 years ago
2c83f1e
spec: explicitly disallow blank methods in interface types
by Robert Griesemer
· 11 years ago
8d8dab3
doc/go1.3.html: change uintptr to integer in unsafe.Pointer section
by Russ Cox
· 11 years ago
52abddb
doc: fix typo in sharemem codewalk
by Emil Hessman
· 11 years ago
c00043b
spec: specify order of init() calls
by Robert Griesemer
· 11 years ago
go1.3beta2
a436698
spec: clarify section on package initialization
by Robert Griesemer
· 11 years ago
4d36ad7
doc/go_spec.html: fix broken anchor tag
by Rob Pike
· 11 years ago
87ef6e9
doc/install.html: fix duplicate id= tag
by Rob Pike
· 11 years ago
ca6be91
all: fix "the the" typos.
by Shenghou Ma
· 11 years ago
7ef0eb1
doc/go1.3.html: mention cgo [0]byte bug fix fallout
by Russ Cox
· 11 years ago
66f72f8
doc/go1.3.html: switch default stack size back to 8kB
by Mikio Hara
· 11 years ago
88d07b2
cmd/cgo: document CC_FOR_TARGET and CXX_FOR_TARGET
by Elias Naur
· 11 years ago
6aee296
runtime: switch default stack size back to 8kB
by Russ Cox
· 11 years ago
7f1d62d
spec: clarify when a program exits
by Robert Griesemer
· 11 years ago
5b76f0c
doc/go1.3.html: minor tweak of Solaris wording
by Aram Hăvărneanu
· 11 years ago
77dd411
doc/go1.3.html: fix typo
by Mikio Hara
· 11 years ago
37323fe
doc/go1.3.html: update the state of supported platforms
by Mikio Hara
· 11 years ago
2a627da
spec: clarify that newlines are kept in raw string literals
by Ian Lance Taylor
· 11 years ago
d1f627f
doc/go1.3.html: add note about small map iteration order
by Russ Cox
· 11 years ago
1704368
doc/go1.3.html: add syscall.SendmsgN
by Mikio Hara
· 11 years ago
208a1ea
doc/go1.3.html: add note about unsafe.Pointer strictness
by Russ Cox
· 11 years ago
1476686
doc/effective_go.html: a little more about errors
by Rob Pike
· 11 years ago
61d8a33
spec: more precise description of select statement
by Robert Griesemer
· 11 years ago
02cc45a
cmd/go: link SWIG objects directly rather than using a shared library
by Ian Lance Taylor
· 11 years ago
21e75b3
testing: write profiles on failure
by Russ Cox
· 11 years ago
f5a4d24
doc/install.html: update wrt to OS and compiler support.
by Shenghou Ma
· 11 years ago
97aa90d
spec: several clarifications to language on channels
by Robert Griesemer
· 11 years ago
dbe5f88
spec: remove evaluation order inconsistency
by Robert Griesemer
· 11 years ago
6f3b84a
spec: clarify type properties
by Robert Griesemer
· 11 years ago
2e1ddeb
doc: replace absolute links to golang.org with relative links
by Dmitriy Vyukov
· 11 years ago
2702ad3
doc/go1.3.html: mention go build -i
by David Crawshaw
· 11 years ago
696a7e1
doc: refer to wiki page for downloads
by Andrew Gerrand
· 11 years ago
4ad7c4a
doc: document go1.2.2
by Andrew Gerrand
· 11 years ago
74dccea
doc/go1.3.html: update for FreeBSD/ARM support. FreeBSD 10 is fully supported.
by Shenghou Ma
· 11 years ago
1bf690c
doc: fix link to Mercurial download
by Robert Hencke
· 11 years ago
a9288d6
doc: fix broken link to RTEMS Go wiki page
by Robert Hencke
· 11 years ago
6607534
doc: fix an article
by Brad Fitzpatrick
· 11 years ago
2674efb
doc/debugging_with_gdb.html: add introductory disclaimer
by Rob Pike
· 11 years ago
75ba181
doc/contribute.html: link to wiki for more code review information
by Robert Hencke
· 11 years ago
f187675
doc/go1.3.html: fix Goexit link
by David du Colombier
· 11 years ago
75b74ea
doc/go1.3.html: Plan 9 support
by David du Colombier
· 11 years ago
0d612a8
doc/go1.3.html: go test always builds
by Rob Pike
· 11 years ago
ba59375
doc/go1.3.html: new package debug/plan9obj
by David du Colombier
· 11 years ago
f8f34c3
doc/effective_go: mention that b.Write is a shorthand for (&b).Write when b is addressable.
by Shenghou Ma
· 11 years ago
Next »