summaryrefslogtreecommitdiff
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* net/http: let ErrNotSupported match errors.ErrUnsupportedIan Lance Taylor2023-05-101-0/+1
* log/slog: Group takes ...anyJonathan Amsterdam2023-05-042-1/+1
* log/slog: built-in handler constructors take options as a second argJonathan Amsterdam2023-05-042-4/+2
* io/fs: add FormatFileInfo and FormatDirEntry functionsIan Lance Taylor2023-05-021-0/+2
* go/ast: add IsGenerated(*File) predicateAlan Donovan2023-04-251-0/+1
* testing/slogtest: tests for slog handlersJonathan Amsterdam2023-04-241-1/+1
* log/slog: add Source type for source locationJonathan Amsterdam2023-04-201-0/+5
* context: add AfterFuncDamien Neil2023-04-191-0/+1
* debug/elf: support zstd compressionIan Lance Taylor2023-04-181-0/+2
* net: mptcp: add TCPConn's MultipathTCP checkerMatthieu Baerts2023-04-181-0/+1
* log/slog: function argument to Record.Attrs returns boolJonathan Amsterdam2023-04-121-0/+2
* regexp: add Regexp.TextMarshaler/TextUnmarshalerJonathan Hall2023-04-121-0/+2
* go/ast: add File.GoVersionRuss Cox2023-04-111-0/+1
* go/build/constraint: add GoVersionRuss Cox2023-04-111-0/+2
* slices: add DeleteFuncIan Lance Taylor2023-04-071-0/+1
* net/http: expose "http: server gave HTTP response to HTTPS client" errorAkihiro Suda2023-04-071-0/+1
* reflect: deprecate SliceHeader and StringHeaderRuss Cox2023-04-031-0/+2
* sync: implement OnceFunc, OnceValue, and OnceValuesAustin Clements2023-03-311-0/+3
* net: mptcp: implement listenMPTCPMatthieu Baerts2023-03-291-0/+2
* net: mptcp: implement dialMPTCPMatthieu Baerts2023-03-291-0/+2
* context: add WithoutCancelSameer Ajmani2023-03-291-0/+1
* log/slog: initial commitJonathan Amsterdam2023-03-211-0/+158
* flag: add BoolFunc; FlagSet.BoolFuncCarl Johnson2023-03-161-0/+2
* crypto/elliptic: deprecate unsafe APIsFilippo Valsorda2023-03-162-0/+13
* crypto/rsa: deprecate multiprime RSA supportFilippo Valsorda2023-03-161-0/+2
* testing: add Testing functionIan Lance Taylor2023-03-131-0/+1
* crypto/x509: surface ReasonCode in RevocationList APIAaron Gable2023-03-131-0/+9
* bytes: add Buffer.Available and Buffer.AvailableBufferJoe Tsai2023-03-131-0/+2
* errors: add ErrUnsupportedAndy Pan2023-03-111-0/+1
* net/http: support full-duplex HTTP/1 responsesDamien Neil2023-03-071-0/+1
* debug/elf: retrieve values for dynamic section tagsFlorin Papa2023-03-071-0/+1
* cmd/go, go/build: parse directives in file headersRuss Cox2023-02-231-0/+6
* syscall: add jail support to ForkExec on FreeBSDHarald Böhm2023-02-221-0/+10
* cmd/api: add API checks for freebsd/riscv64Dmitri Goutnik2023-02-171-0/+8722
* cmd/api: add API checks for freebsd/arm64Dmitri Goutnik2023-02-175-0/+8766
* math: add Compare and Compare32Akhil Indurti2023-02-151-0/+2
* slices: new packageIan Lance Taylor2023-02-131-0/+14
* Revert "math: add Compare and Compare32"Than McIntosh2023-02-101-2/+0
* math: add Compare and Compare32Akhil Indurti2023-02-091-0/+2
* all: upgrade Unicode from 13.0.0 to 15.0.0weebney2023-02-062-0/+9
* maps: new packageIan Lance Taylor2023-02-031-0/+7
* debug/elf: add DT_FLAGS_1 constantsFlorin Papa2023-02-031-0/+65
* math/big: add Int.Float64 conversionAlan Donovan2023-02-021-0/+1
* go/token: add (*File).Lines methodAlan Donovan2023-02-021-0/+1
* reflect,runtime: add Value.ClearCuong Manh Le2023-01-301-0/+1
* encoding/binary: add var NativeEndiancuiweixie2023-01-271-0/+1
* bytes, strings: add ContainsFunchopehook2023-01-241-0/+2
* context: add APIs for setting a cancelation cause when deadline or timer expiresSameer Ajmani2023-01-201-0/+2
* runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox2023-01-191-0/+3
* api: promote next to go1.20Michael Pratt2022-12-0750-428/+428