Michael Pratt e57e673e7f api: promote next to go1.20 пре 1 година
..
README b7041c7ad1 cmd/api: require proposal # for new API features пре 2 година
except.txt d8220ac32f syscall: remove FreeBSD 11 and below 64bit inode compatibility shims пре 2 година
go1.1.txt 31ee4bb28d strconv: quote rune 007F as \x7f, not \u007f пре 2 година
go1.10.txt fd7331a821 text/template: revert CL 66410 "add break, continue actions in ranges" пре 6 година
go1.11.txt de16b32233 crypto/tls: make ConnectionState.ExportKeyingMaterial a method пре 6 година
go1.12.txt 64096dbb69 api: add os.(*File).SyscallConn to go1.12.txt пре 5 година
go1.13.txt fc23e21631 api/go1.13: add debug/elf.Symbol fields added in CL 184099 пре 5 година
go1.14.txt 6e592c2b6d go/types: unexport Checker.LookupFieldOrMethod пре 4 година
go1.15.txt 6f264801a7 go/printer: remove exported StdFormat flag пре 4 година
go1.16.txt 6ec6492f55 cmd/api: track darwin arm64 port пре 1 година
go1.17.txt 6ec6492f55 cmd/api: track darwin arm64 port пре 1 година
go1.18.txt 1711f953e4 cmd/api: track deprecations пре 1 година
go1.19.txt 1711f953e4 cmd/api: track deprecations пре 1 година
go1.2.txt 04e95a1a56 api: add go1.2.txt, use in tests пре 11 година
go1.20.txt e57e673e7f api: promote next to go1.20 пре 1 година
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 2dc91a25f6 cmd/api: set architecture sizes when type checking пре 3 година
go1.txt 54bdfc007f encoding/xml: add, support Marshaler interface пре 11 година

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.

Starting with go1.19.txt, each API feature line must end in "#nnnnn"
giving the GitHub issue number of the proposal issue that accepted
the new API. This helps with our end-of-cycle audit of new APIs.
The same requirement applies to next/* (described below), which will
become a go1.XX.txt for XX >= 19.

The next/ directory contains the only files intended to be mutated.
Each file in that directory contains a list of features that may be added
to the next release of Go. The files in this directory only affect the
warning output from the go api tool. Each file should be named
nnnnn.txt, after the issue number for the accepted proposal.
(The #nnnnn suffix must also appear at the end of each line in the file;
that will be preserved when next/*.txt is concatenated into go1.XX.txt.)