1
0
mirror of https://github.com/golang/go synced 2024-11-06 18:26:14 -07:00
go/api
Chressie Himpel 74d25c624c [dev.boringcrypto] all: merge master into dev.boringcrypto
Change-Id: If6b68df0c90464566e68de6807d15f4b8bec6219
2022-02-08 10:31:51 +01:00
..
except.txt [dev.fuzz] all: merge master (d137b74) into dev.fuzz 2021-05-17 11:03:09 -04:00
go1.1.txt cmd/api: set architecture sizes when type checking 2021-10-04 20:20:20 +00:00
go1.2.txt
go1.3.txt
go1.4.txt
go1.5.txt
go1.6.txt
go1.7.txt
go1.8.txt
go1.9.txt [dev.boringcrypto] all: merge master into dev.boringcrypto 2021-11-05 13:13:16 -07:00
go1.10.txt
go1.11.txt
go1.12.txt
go1.13.txt
go1.14.txt go/types: unexport Checker.LookupFieldOrMethod 2020-01-31 14:46:05 +00:00
go1.15.txt go/printer: remove exported StdFormat flag 2020-07-17 02:15:01 +00:00
go1.16.txt [dev.boringcrypto] api: add crypto/boring.Enabled 2021-02-26 18:46:10 +00:00
go1.17.txt cmd/api: set architecture sizes when type checking 2021-10-04 20:20:20 +00:00
go1.18.txt constraints: remove package 2022-02-03 03:13:33 +00:00
go1.txt
next.txt api: promote next to go1.18 2021-12-14 17:43:51 +00:00
README

Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api).

Each file is a list of API features, one per line.

go1.txt (and similarly named files) are frozen once a version has been
shipped. Each file adds new lines but does not remove any.

except.txt lists features that may disappear without breaking true
compatibility.

next.txt is the only file intended to be mutated. It's a list of
features that may be added to the next version. It only affects
warning output from the go api tool.