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
2021-12-14
api: promote next to go1.18
go1.18beta1
Cherry Mui
2021-11-03
syscall: migrate new UDP send/recv API to internal/syscall/unix
Josh Bleecher Snyder
2021-10-14
cmd/go: stamp VCS revision and uncommitted status into binaries
Jay Conrod
2021-10-14
runtime/debug: add GoVersion to BuildInfo
Jay Conrod
2021-10-14
debug/buildinfo: new package with Read and ReadFile
Jay Conrod
2021-10-14
cmd/go: move module build info formatting into runtime/debug
Jay Conrod
2021-10-06
net/http: add Cookie.Valid method
John Kelly
2021-10-04
cmd/api: set architecture sizes when type checking
Michael Pratt
2021-09-09
[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
Jay Conrod
2021-08-16
net: reduce allocations for UDP send/recv on Windows
Josh Bleecher Snyder
2021-08-16
net: reduce allocation size in ReadFromUDP
Josh Bleecher Snyder
2021-08-16
net: remove allocation from UDPConn.WriteTo
Josh Bleecher Snyder
2021-07-21
reflect: add Value.CanConvert
Ian Lance Taylor
2021-07-01
testing: add TB.Setenv
Russ Cox
2021-06-30
image: add Uniform.RGBA64At and Rectangle.RGBA64At
Nigel Tao
2021-06-28
[dev.fuzz] all: merge master (c95464f) into dev.fuzz
Katie Hockman
2021-06-18
image: add RGBA64Image interface
Nigel Tao
2021-06-17
time: fix receiver for Time.IsDST method
Russ Cox
2021-06-09
api: promote next to go1.17
Heschi Kreinick
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-05-06
text/template/parse: rename DeferFuncCheck to SkipFuncCheck
Russ Cox
2021-05-03
math: replace float32/64 extrema with exact expressions
Robert Griesemer
2021-04-30
api: update next.txt
Dmitri Shuralyov
2021-04-30
math: increase precision of math.SmallestNonzeroFloat64
Robert Griesemer
2021-02-24
syscall: restore broken GetQueuedCompletionStatus signature but make it not c...
Jason A. Donenfeld
2021-02-24
syscall: do not overflow key memory in GetQueuedCompletionStatus
Jason A. Donenfeld
2021-02-19
[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
Katie Hockman
2021-01-27
api/go1.16: add go/build/constraint APIs
Alexander Rakoczy
2021-01-15
syscall: remove RtlGenRandom and move it into internal/syscall
Jason A. Donenfeld
2021-01-14
go/build: report positions for go:embed directives
Jay Conrod
2021-01-08
runtime/metrics: remove unused StopTheWorld Description field
Michael Anthony Knyszek
2021-01-06
crypto/x509: rollback new CertificateRequest fields
Filippo Valsorda
2020-12-17
api/go1.16: remove crypto/tls APIs that are moved to Go 1.17
Dmitri Shuralyov
2020-12-17
api: promote next to go1.16
go1.16beta1
Dmitri Shuralyov
2020-12-14
[dev.fuzz] all: merge master into dev.fuzz
Katie Hockman
2020-12-04
[dev.fuzz] testing: add basic go command support for fuzzing
Katie Hockman
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
[next]