aboutsummaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2023-04-12log/slog: function argument to Record.Attrs returns boolJonathan Amsterdam
2023-04-12regexp: add Regexp.TextMarshaler/TextUnmarshalerJonathan Hall
2023-04-11go/ast: add File.GoVersionRuss Cox
2023-04-11go/build/constraint: add GoVersionRuss Cox
2023-04-07slices: add DeleteFuncIan Lance Taylor
2023-04-07net/http: expose "http: server gave HTTP response to HTTPS client" errorAkihiro Suda
2023-04-03reflect: deprecate SliceHeader and StringHeaderRuss Cox
2023-03-31sync: implement OnceFunc, OnceValue, and OnceValuesAustin Clements
2023-03-29net: mptcp: implement listenMPTCPMatthieu Baerts
2023-03-29net: mptcp: implement dialMPTCPMatthieu Baerts
2023-03-29context: add WithoutCancelSameer Ajmani
2023-03-21log/slog: initial commitJonathan Amsterdam
2023-03-16flag: add BoolFunc; FlagSet.BoolFuncCarl Johnson
2023-03-16crypto/elliptic: deprecate unsafe APIsFilippo Valsorda
2023-03-16crypto/rsa: deprecate multiprime RSA supportFilippo Valsorda
2023-03-13testing: add Testing functionIan Lance Taylor
2023-03-13crypto/x509: surface ReasonCode in RevocationList APIAaron Gable
2023-03-13bytes: add Buffer.Available and Buffer.AvailableBufferJoe Tsai
2023-03-11errors: add ErrUnsupportedAndy Pan
2023-03-07net/http: support full-duplex HTTP/1 responsesDamien Neil
2023-03-07debug/elf: retrieve values for dynamic section tagsFlorin Papa
2023-02-23cmd/go, go/build: parse directives in file headersRuss Cox
2023-02-22syscall: add jail support to ForkExec on FreeBSDHarald Böhm
2023-02-17cmd/api: add API checks for freebsd/riscv64Dmitri Goutnik
2023-02-17cmd/api: add API checks for freebsd/arm64Dmitri Goutnik
2023-02-15math: add Compare and Compare32Akhil Indurti
2023-02-13slices: new packageIan Lance Taylor
2023-02-10Revert "math: add Compare and Compare32"Than McIntosh
2023-02-09math: add Compare and Compare32Akhil Indurti
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2023-02-03maps: new packageIan Lance Taylor
2023-02-03debug/elf: add DT_FLAGS_1 constantsFlorin Papa
2023-02-02math/big: add Int.Float64 conversionAlan Donovan
2023-02-02go/token: add (*File).Lines methodAlan Donovan
2023-01-30reflect,runtime: add Value.ClearCuong Manh Le
2023-01-27encoding/binary: add var NativeEndiancuiweixie
2023-01-24bytes, strings: add ContainsFunchopehook
2023-01-20context: add APIs for setting a cancelation cause when deadline or timer expiresSameer Ajmani
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2022-12-07api: promote next to go1.20Michael Pratt
2022-12-02cmd/api: track darwin arm64 portRuss Cox
2022-12-02encoding/csv: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/zip: use proper doc comment for Deprecated notesRuss Cox
2022-12-02archive/tar: use proper doc comment for Deprecated notesRuss Cox
2022-12-02cmd/api: track deprecationsRuss Cox
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-11-21crypto/ed25519: implement Ed25519ctx and Ed25519ph with contextFilippo Valsorda
2022-11-19crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keysFilippo Valsorda
2022-11-18crypto/x509: implement SetFallbackRootsRoland Shoemaker
2022-11-18crypto/tls: add CertificateVerificationError to tls handshakeGabor Tanz