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
2023-04-12
log/slog: function argument to Record.Attrs returns bool
Jonathan Amsterdam
2023-04-12
regexp: add Regexp.TextMarshaler/TextUnmarshaler
Jonathan Hall
2023-04-11
go/ast: add File.GoVersion
Russ Cox
2023-04-11
go/build/constraint: add GoVersion
Russ Cox
2023-04-07
slices: add DeleteFunc
Ian Lance Taylor
2023-04-07
net/http: expose "http: server gave HTTP response to HTTPS client" error
Akihiro Suda
2023-04-03
reflect: deprecate SliceHeader and StringHeader
Russ Cox
2023-03-31
sync: implement OnceFunc, OnceValue, and OnceValues
Austin Clements
2023-03-29
net: mptcp: implement listenMPTCP
Matthieu Baerts
2023-03-29
net: mptcp: implement dialMPTCP
Matthieu Baerts
2023-03-29
context: add WithoutCancel
Sameer Ajmani
2023-03-21
log/slog: initial commit
Jonathan Amsterdam
2023-03-16
flag: add BoolFunc; FlagSet.BoolFunc
Carl Johnson
2023-03-16
crypto/elliptic: deprecate unsafe APIs
Filippo Valsorda
2023-03-16
crypto/rsa: deprecate multiprime RSA support
Filippo Valsorda
2023-03-13
testing: add Testing function
Ian Lance Taylor
2023-03-13
crypto/x509: surface ReasonCode in RevocationList API
Aaron Gable
2023-03-13
bytes: add Buffer.Available and Buffer.AvailableBuffer
Joe Tsai
2023-03-11
errors: add ErrUnsupported
Andy Pan
2023-03-07
net/http: support full-duplex HTTP/1 responses
Damien Neil
2023-03-07
debug/elf: retrieve values for dynamic section tags
Florin Papa
2023-02-23
cmd/go, go/build: parse directives in file headers
Russ Cox
2023-02-22
syscall: add jail support to ForkExec on FreeBSD
Harald Böhm
2023-02-17
cmd/api: add API checks for freebsd/riscv64
Dmitri Goutnik
2023-02-17
cmd/api: add API checks for freebsd/arm64
Dmitri Goutnik
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
encoding/csv: use proper doc comment for Deprecated notes
Russ Cox
2022-12-02
archive/zip: use proper doc comment for Deprecated notes
Russ Cox
2022-12-02
archive/tar: use proper doc comment for Deprecated notes
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
[prev]
[next]