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
/
next
Age
Commit message (
Expand
)
Author
2023-02-15
math: add Compare and Compare32
Akhil Indurti
2023-02-13
slices: new package
Ian Lance Taylor
2023-02-10
Revert "math: add Compare and Compare32"
Than McIntosh
2023-02-09
math: add Compare and Compare32
Akhil Indurti
2023-02-06
all: upgrade Unicode from 13.0.0 to 15.0.0
weebney
2023-02-03
maps: new package
Ian Lance Taylor
2023-02-03
debug/elf: add DT_FLAGS_1 constants
Florin Papa
2023-02-02
math/big: add Int.Float64 conversion
Alan Donovan
2023-02-02
go/token: add (*File).Lines method
Alan Donovan
2023-01-30
reflect,runtime: add Value.Clear
Cuong Manh Le
2023-01-27
encoding/binary: add var NativeEndian
cuiweixie
2023-01-24
bytes, strings: add ContainsFunc
hopehook
2023-01-20
context: add APIs for setting a cancelation cause when deadline or timer expires
Sameer Ajmani
2023-01-19
runtime: replace panic(nil) with panic(new(runtime.PanicNilError))
Russ Cox
2022-12-07
api: promote next to go1.20
Michael Pratt
2022-12-02
cmd/api: track darwin arm64 port
Russ Cox
2022-12-02
cmd/api: track deprecations
Russ Cox
2022-12-01
go/types, types2: make the new comparable semantics the default
Robert Griesemer
2022-11-21
crypto/ed25519: implement Ed25519ctx and Ed25519ph with context
Filippo Valsorda
2022-11-19
crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keys
Filippo Valsorda
2022-11-18
crypto/x509: implement SetFallbackRoots
Roland Shoemaker
2022-11-18
crypto/tls: add CertificateVerificationError to tls handshake
Gabor Tanz
2022-11-16
archive/tar, archive/zip: return ErrInsecurePath for unsafe paths
Damien Neil
2022-11-16
path/filepath: add IsLocal
Damien Neil
2022-11-16
crypto/ecdh: move ECDH method to PrivateKey
Filippo Valsorda
2022-11-15
sync: add new Map method Swap, CompareAndSwap, CompareAndDelete
Changkun Ou
2022-11-10
net/http: add ResponseController and per-handler timeouts
Damien Neil
2022-11-09
crypto: allow hash.Hash for OAEP and MGF1 to be specified independently
Aleks Rudzitis
2022-11-09
api/next/54299: add missing newline
Bryan C. Mills
2022-11-09
net/http: add Transport.OnProxyConnectResponse
cuiweixie
2022-11-08
context: add APIs for writing and reading cancelation cause
Sameer Ajmani
2022-11-04
api: add newline to 55301.txt
cuiweixie
2022-11-04
net: add ControlContext to Dialer
cuiweixie
2022-11-02
cmd/api: make check pickier about api/*.txt
Russ Cox
2022-11-02
regexp: add ErrLarge error
cuiweixie
2022-10-25
os/exec: add the Cancel and WaitDelay fields
Bryan C. Mills
2022-10-24
crypto/ed25519: implement Ed25519ph in Sign and VerifyWithOptions
Filippo Valsorda
2022-10-21
net/netip: add IPv6LinkLocalAllRouters and IPv6Loopback
Matt Layher
2022-10-15
reflect: add Value.Grow
Joe Tsai
2022-10-05
runtime/coverage: revise/shorten function names
Than McIntosh
2022-09-29
debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
Paul E. Murphy
2022-09-29
errors, fmt: add support for wrapping multiple errors
Damien Neil
2022-09-29
runtime/coverage: apis to emit counter data under user control
Than McIntosh
2022-09-28
go/ast: record start and end of file in File.File{Start,End}
Alan Donovan
2022-09-19
time: implement Compare method
Roger Peppe
2022-09-16
syscall: remove FreeBSD 11 and below 64bit inode compatibility shims
Yuval Pavel Zholkover
2022-09-09
syscall: add CgroupFD support for ForkExec on Linux
Kir Kolyshkin
2022-09-08
debug/elf: define additional PPC64 ELFv2 relocations
Paul E. Murphy
2022-09-05
go/ast: add Range token.Pos to RangeStmt
cuiweixie
2022-08-28
cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap
Cuong Manh Le
[next]