index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
Age
Commit message (
Expand
)
Author
2020-12-17
api: promote next to go1.16
go1.16beta1
Dmitri Shuralyov
2020-10-29
api: update next.txt
Russ Cox
2020-10-20
io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs
Russ Cox
2020-10-20
api: update next.txt
Russ Cox
2020-08-28
text/template: add CommentNode to template parse tree
Ariel Mashraki
2020-08-20
unicode: upgrade to Unicode 13.0.0
Marcel van Lohuizen
2020-07-17
go/printer: remove exported StdFormat flag
Dmitri Shuralyov
2020-06-10
go/types: rename UsesCgo to go115UsesCgo
Matthew Dempsky
2020-06-09
api: promote next to go1.15
Alexander Rakoczy
2020-04-08
all: remove scattered remnants of darwin/386
Austin Clements
2020-02-25
sync: add new Map method LoadAndDelete
Changkun Ou
2020-02-24
time: add Ticker.Reset
Changkun Ou
2020-02-23
Revert "time: add Ticker.Reset"
Andrew Bonventre
2020-02-23
time: add Ticker.Reset
Changkun Ou
2020-02-21
testing: testing: add (*T).Deadline method for test timeout
Bryan C. Mills
2020-01-31
go/types: unexport Checker.LookupFieldOrMethod
Robert Griesemer
2019-12-17
go/build: rename WorkingDir to Dir
go1.14beta1
Bryan C. Mills
2019-12-16
api: promote next to go1.14
Alexander Rakoczy
2019-11-05
unicode: upgrade to Unicode 12
Marcel van Lohuizen
2019-08-08
api/go1.13: add debug/elf.Symbol fields added in CL 184099
Filippo Valsorda
2019-08-02
all: remove os.ErrTimeout
Damien Neil
2019-08-01
all: remove os.ErrTemporary
Damien Neil
2019-06-27
text/scanner: remove AllowDigitSeparator flag again
Robert Griesemer
2019-06-26
api: promote next to go1.13
go1.13beta1
Andrew Bonventre
2019-05-08
api: update next.txt
Brad Fitzpatrick
2019-05-06
net/http: add support for SameSite=None
Vivek Sekhar
2019-04-26
api: add recent Go 1.13 work
Russ Cox
2019-04-25
all: update to Unicode 11
Marcel van Lohuizen
2019-02-20
text/scanner: don't liberally consume (invalid) floats or underbars
Robert Griesemer
2019-01-02
api: add os.(*File).SyscallConn to go1.12.txt
Brad Fitzpatrick
2018-12-30
syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...
Yuval Pavel Zholkover
2018-12-18
api: promote next to go1.12
Filippo Valsorda
2018-10-05
syscall: FreeBSD 12 ino64 support
Yuval Pavel Zholkover
2018-10-05
cmd/api: explicit tagKey with GOOS and GOARCH
Meng Zhuo
2018-09-13
os: add ModeCharDevice to ModeType
Tobias Klauser
2018-08-28
syscall: implement Unix Socket for Windows
Yasuhiro Matsumoto
2018-08-22
crypto/tls: make ConnectionState.ExportKeyingMaterial a method
Filippo Valsorda
2018-07-19
api: add ErrorHandler function to httputil.ReverseProxy
Andrew Bonventre
2018-07-12
syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.Pointer
Brad Fitzpatrick
2018-07-09
api: add some more API to go1.11.txt
Brad Fitzpatrick
2018-06-26
go/types: rename NewInterface2 to NewInterfaceType
Robert Griesemer
2018-06-25
os: have UserCacheDir return an error on failure
Andrew Bonventre
2018-06-22
api: promote next to go1.11
Andrew Bonventre
2018-06-22
text/template/parse: undo breaking API changes
Daniel Theophanes
2018-06-11
syscall: update TOKEN_ALL_ACCESS according to WinNT.h
Thanabodee Charoenpiriyakij
2018-04-18
syscall: introduce Pointer type and use it instead of uintptr
Alex Brainman
2018-04-09
api: remove unnecessary lines from except.txt
Daniel MartÃ
2018-04-04
text/template: add variable assignments
Daniel MartÃ
2018-03-30
api: add exception for os.ModeType value
Joe Tsai
2018-02-13
syscall: support Getwd on all BSDs
Tobias Klauser
[next]