index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
doc/go1.20: fix HTML closing tag
Brad Fitzpatrick
2022-11-28
1
-1
/
+1
*
doc/go1.20: document changes to os on Windows
qmuntal
2022-11-23
1
-0
/
+13
*
doc/go1.20: finish most standard library TODOs
Russ Cox
2022-11-23
1
-96
/
+92
*
doc/go1.20: document new freebsd/riscv64 port
Russ Cox
2022-11-23
1
-4
/
+2
*
doc/go1.20: add hyperlinks, minor edits
Russ Cox
2022-11-23
1
-62
/
+47
*
doc/go1.20: document spec changes
Russ Cox
2022-11-23
1
-5
/
+24
*
doc/go1.20: document adding to the timeformat vet analysis
Tim King
2022-11-23
1
-6
/
+11
*
spec: add a link to Allocation section in section on append built-in
Robert Griesemer
2022-11-23
1
-1
/
+1
*
spec: document that trailing comma is valid after index in index expressions
Robert Griesemer
2022-11-23
1
-2
/
+2
*
archive/tar, archive/zip: disable ErrInsecurePath by default
Damien Neil
2022-11-22
1
-24
/
+16
*
doc/go1.20: document math/rand autoseed and deprecation of Seed
Russ Cox
2022-11-22
1
-5
/
+10
*
doc/go1.20: document bootstrap requirements (Go 1.20 needs Go 1.17.13)
Russ Cox
2022-11-22
1
-1
/
+11
*
cmd/go: document new architecture feature build tags
Russ Cox
2022-11-22
1
-1
/
+5
*
doc/go1.20: document changes to the loopclosure vet analysis
Robert Findley
2022-11-22
1
-1
/
+15
*
doc: document more cgo, go command changes
Russ Cox
2022-11-21
1
-34
/
+94
*
archive/tar, archive/zip: disable insecure file name checks with GODEBUG
Damien Neil
2022-11-21
1
-0
/
+8
*
doc/go1.20: add release notes for net package
Damien Neil
2022-11-18
1
-17
/
+24
*
archive/tar, archive/zip: return ErrInsecurePath for unsafe paths
Damien Neil
2022-11-16
1
-0
/
+25
*
path/filepath: add IsLocal
Damien Neil
2022-11-16
1
-0
/
+7
*
doc/go1.20: document new sync.Map methods
Bryan C. Mills
2022-11-15
1
-0
/
+11
*
doc/go1.20: add release notes for net/http and net/http/httputil
Damien Neil
2022-11-15
1
-24
/
+119
*
doc/go1.20: add release notes for archive/zip, encoding/binary, mime
Damien Neil
2022-11-15
1
-4
/
+11
*
doc/go1.20: add a release note for multiple error wrapping
Damien Neil
2022-11-15
1
-1
/
+32
*
doc/go1.20: add a release note for (*testing.B).Elapsed
Bryan C. Mills
2022-11-14
1
-0
/
+10
*
doc/go1.20: add release notes for cmd/go changes
Bryan C. Mills
2022-11-14
1
-8
/
+19
*
doc/go1.20: add TODOs found by x/build/cmd/relnote
Russ Cox
2022-11-14
1
-1
/
+328
*
spec: document the new unsafe functions SliceData, String, and StringData
Robert Griesemer
2022-11-14
1
-0
/
+24
*
spec: clarify struct field and array element comparison order
Robert Griesemer
2022-11-14
1
-3
/
+7
*
doc/go1.20: add a release note for os/exec API changes
Bryan C. Mills
2022-11-09
1
-0
/
+11
*
doc: add a release note for fewer pre-compiled GOROOT .a files
Michael Matloob
2022-11-07
1
-0
/
+12
*
doc/go1.20: go version supports non-executable Go binaries
qmuntal
2022-10-24
1
-0
/
+9
*
all: use Go 1.17.13 for bootstrap
Russ Cox
2022-10-17
1
-1
/
+1
*
spec: describe an edge case for slice expression of nil slice
Cuong Manh Le
2022-09-21
1
-0
/
+3
*
spec: describe an edge case of slice-to-array conversions
Cuong Manh Le
2022-09-21
1
-7
/
+8
*
spec: fix typo in a type parameter example
VRDighe
2022-09-20
1
-1
/
+1
*
cmd/go: clear GOPATH from build context when importing from module
Michael Matloob
2022-09-19
1
-0
/
+11
*
spec: describe slice-to-array conversions
Robert Griesemer
2022-09-08
1
-4
/
+11
*
doc/go1.20: populate initial TODOs via relnote
Dmitri Shuralyov
2022-08-24
1
-4
/
+222
*
doc: start draft Go 1.20 release notes
Dmitri Shuralyov
2022-08-24
1
-0
/
+77
*
doc: move Go 1.19 release notes to x/website
Dmitri Shuralyov
2022-08-01
1
-1008
/
+0
*
doc: mention removal of cmd/compile's -importmap and -installsuffix flags
Matthew Dempsky
2022-08-01
1
-0
/
+7
*
doc/go1.19: fix typo: EM_LONGARCH -> EM_LOONGARCH
WANG Xuerui
2022-08-01
1
-1
/
+1
*
doc/go1.19: fix a few links that were missing trailing slashes
Brad Fitzpatrick
2022-08-01
1
-9
/
+9
*
doc/go1.19: minor adjustments and links
Russ Cox
2022-07-28
1
-8
/
+15
*
doc/go1.19: improve the loong64 release notes
WANG Xuerui
2022-07-28
1
-2
/
+11
*
doc/go1.19: note that updated race syso files require GNU ld 2.26
Ian Lance Taylor
2022-07-26
1
-1
/
+2
*
doc/go1.19: minor fixes
Tobias Klauser
2022-07-25
1
-5
/
+5
*
doc/go1.19: expand crypto release notes
Filippo Valsorda
2022-07-25
1
-18
/
+74
*
doc/go1.19: add a release note for 'go list -json=SomeField'
Bryan C. Mills
2022-07-14
1
-0
/
+9
*
spec: retitle section on "Assignments" to "Assignment statements"
Robert Griesemer
2022-06-30
1
-15
/
+22
[prev]
[next]