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.)