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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
text/scanner: don't liberally consume (invalid) floats or underbars
Robert Griesemer
2019-02-20
2
-0
/
+4
*
api: add os.(*File).SyscallConn to go1.12.txt
Brad Fitzpatrick
2019-01-02
1
-0
/
+1
*
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...
Yuval Pavel Zholkover
2018-12-30
2
-48
/
+0
*
api: promote next to go1.12
Filippo Valsorda
2018-12-18
1
-0
/
+251
*
syscall: FreeBSD 12 ino64 support
Yuval Pavel Zholkover
2018-10-05
1
-0
/
+98
*
cmd/api: explicit tagKey with GOOS and GOARCH
Meng Zhuo
2018-10-05
1
-0
/
+2
*
os: add ModeCharDevice to ModeType
Tobias Klauser
2018-09-13
1
-0
/
+1
*
syscall: implement Unix Socket for Windows
Yasuhiro Matsumoto
2018-08-28
1
-0
/
+2
*
crypto/tls: make ConnectionState.ExportKeyingMaterial a method
Filippo Valsorda
2018-08-22
1
-1
/
+1
*
api: add ErrorHandler function to httputil.ReverseProxy
Andrew Bonventre
2018-07-19
1
-0
/
+1
*
syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.Pointer
Brad Fitzpatrick
2018-07-12
2
-2
/
+6
*
api: add some more API to go1.11.txt
Brad Fitzpatrick
2018-07-09
1
-0
/
+10
*
go/types: rename NewInterface2 to NewInterfaceType
Robert Griesemer
2018-06-26
1
-1
/
+1
*
os: have UserCacheDir return an error on failure
Andrew Bonventre
2018-06-25
1
-1
/
+1
*
api: promote next to go1.11
Andrew Bonventre
2018-06-22
1
-0
/
+546
*
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-22
1
-9
/
+0
*
syscall: update TOKEN_ALL_ACCESS according to WinNT.h
Thanabodee Charoenpiriyakij
2018-06-11
1
-0
/
+2
*
syscall: introduce Pointer type and use it instead of uintptr
Alex Brainman
2018-04-18
1
-0
/
+12
*
api: remove unnecessary lines from except.txt
Daniel MartÃ
2018-04-09
1
-10
/
+0
*
text/template: add variable assignments
Daniel MartÃ
2018-04-04
2
-1
/
+19
*
api: add exception for os.ModeType value
Joe Tsai
2018-03-30
1
-0
/
+1
*
syscall: support Getwd on all BSDs
Tobias Klauser
2018-02-13
1
-0
/
+16
*
text/template: revert CL 66410 "add break, continue actions in ranges"
Ian Lance Taylor
2018-02-06
1
-18
/
+0
*
doc, api: add type Srcset string change to go1.10 notes and API
go1.10beta2
Andrew Bonventre
2018-01-11
1
-0
/
+1
*
strings: fix two Builder bugs allowing mutation of strings, remove ReadFrom
Brad Fitzpatrick
2017-12-11
1
-1
/
+0
*
api: promote next to go1.10
Andrew Bonventre
2017-12-07
2
-641
/
+645
*
api: update next.txt
Russ Cox
2017-11-15
1
-3
/
+44
*
api: update next.txt
Russ Cox
2017-10-28
1
-1
/
+594
*
unicode: update to Unicode 10.0.0
Marcel van Lohuizen
2017-10-24
2
-0
/
+7
*
math/big: provide support for conversion bases up to 62
griesemer
2017-10-06
2
-0
/
+2
*
doc, api: add syscall.SysProcAttr.AmbientCaps change to 1.9 notes, API
Brad Fitzpatrick
2017-06-29
1
-0
/
+6
*
api: promote next to go1.9
Chris Broadfoot
2017-06-14
2
-163
/
+163
*
api: update next.txt
Chris Broadfoot
2017-06-14
1
-16
/
+43
*
api: update next.txt
Brad Fitzpatrick
2017-05-02
1
-0
/
+136
*
math/big: define Word as uint instead of uintptr
Robert Griesemer
2017-02-21
1
-0
/
+1
*
Revert "cmd/go: note when some Go files were ignored on no-Go-files errors"
Brad Fitzpatrick
2016-12-21
1
-1
/
+0
*
api: add openbsd syscall constants
go1.8beta2
Chris Broadfoot
2016-12-15
1
-0
/
+4
*
database/sql: do not store Tx options in Context
Daniel Theophanes
2016-12-14
1
-7
/
+9
*
runtime, syscall: update openbsd for changes to syskill
Joel Sing
2016-12-12
1
-0
/
+4
*
api: remove testing Context accessors from go1.8.txt
Brad Fitzpatrick
2016-12-09
1
-3
/
+0
*
runtime: add number of forced GCs to MemStats
Austin Clements
2016-12-07
1
-0
/
+1
*
cmd/objdump: copy gosym.PCValue into internal package
Keith Randall
2016-12-01
1
-1
/
+0
*
api: promote next.txt to go1.8.txt, update go tool
go1.8beta1
Chris Broadfoot
2016-12-01
2
-259
/
+259
*
api: update next.txt (remove database/sql.NamedParam)
Chris Broadfoot
2016-12-01
1
-4
/
+8
*
api, doc: update go1.8.txt and next.txt
Brad Fitzpatrick
2016-11-16
1
-10
/
+72
*
testing: introduce testing/internal/testdeps for holding testmain dependencies
Russ Cox
2016-11-02
1
-0
/
+1
*
api: sort except.txt
Russ Cox
2016-11-02
1
-91
/
+91
*
syscall: remove X__cmsg_data from Cmsghdr
Ian Gudger
2016-10-30
1
-0
/
+6
*
encoding/json: marshal the RawMessage value type the same as its pointer type
Brad Fitzpatrick
2016-10-26
1
-0
/
+1
*
api: update next.txt
Brad Fitzpatrick
2016-10-26
1
-0
/
+193
[next]