Russ Cox 8c59903b07 [dev.boringcrypto.go1.10] all: merge go1.10rc2 into dev.boringcrypto пре 6 година
..
README 471b6ecf08 api: fix typo in README пре 8 година
except.txt 2fd9549797 unicode: update to Unicode 10.0.0 пре 7 година
go1.1.txt d0c17461a7 go/constant: switch to floating-point representation when fractions become too large пре 8 година
go1.10.txt fd7331a821 text/template: revert CL 66410 "add break, continue actions in ranges" пре 6 година
go1.2.txt 04e95a1a56 api: add go1.2.txt, use in tests пре 11 година
go1.3.txt 98b6410f13 api: add go1.3.txt пре 10 година
go1.4.txt 77e96c9208 [release-branch.go1.4] api: create go1.4.txt пре 9 година
go1.5.txt 0e00b447a5 api: update go1.5.txt пре 9 година
go1.6.txt 66330d8c6c go/types: rename Importer2 to ImporterFrom пре 8 година
go1.7.txt a2a4db7375 unicode: upgrade to version 9.0.0 пре 8 година
go1.8.txt 09c411da1d Revert "cmd/go: note when some Go files were ignored on no-Go-files errors" пре 7 година
go1.9.txt cc6e26b2e1 [dev.boringcrypto] api: add crypto/x509.VerifyOptions.IsBoring to make release builder happy пре 7 година
go1.txt 54bdfc007f encoding/xml: add, support Marshaler interface пре 11 година
next.txt 8b13988e40 api: promote next to go1.10 пре 6 година

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.