Michael Pratt e57e673e7f api: promote next to go1.20 1 yıl önce
..
README b7041c7ad1 cmd/api: require proposal # for new API features 2 yıl önce
except.txt d8220ac32f syscall: remove FreeBSD 11 and below 64bit inode compatibility shims 2 yıl önce
go1.1.txt 31ee4bb28d strconv: quote rune 007F as \x7f, not \u007f 2 yıl önce
go1.10.txt fd7331a821 text/template: revert CL 66410 "add break, continue actions in ranges" 6 yıl önce
go1.11.txt de16b32233 crypto/tls: make ConnectionState.ExportKeyingMaterial a method 6 yıl önce
go1.12.txt 64096dbb69 api: add os.(*File).SyscallConn to go1.12.txt 5 yıl önce
go1.13.txt fc23e21631 api/go1.13: add debug/elf.Symbol fields added in CL 184099 5 yıl önce
go1.14.txt 6e592c2b6d go/types: unexport Checker.LookupFieldOrMethod 4 yıl önce
go1.15.txt 6f264801a7 go/printer: remove exported StdFormat flag 4 yıl önce
go1.16.txt 6ec6492f55 cmd/api: track darwin arm64 port 1 yıl önce
go1.17.txt 6ec6492f55 cmd/api: track darwin arm64 port 1 yıl önce
go1.18.txt 1711f953e4 cmd/api: track deprecations 1 yıl önce
go1.19.txt 1711f953e4 cmd/api: track deprecations 1 yıl önce
go1.2.txt 04e95a1a56 api: add go1.2.txt, use in tests 11 yıl önce
go1.20.txt e57e673e7f api: promote next to go1.20 1 yıl önce
go1.3.txt 98b6410f13 api: add go1.3.txt 10 yıl önce
go1.4.txt 77e96c9208 [release-branch.go1.4] api: create go1.4.txt 9 yıl önce
go1.5.txt 0e00b447a5 api: update go1.5.txt 9 yıl önce
go1.6.txt 66330d8c6c go/types: rename Importer2 to ImporterFrom 8 yıl önce
go1.7.txt a2a4db7375 unicode: upgrade to version 9.0.0 8 yıl önce
go1.8.txt 09c411da1d Revert "cmd/go: note when some Go files were ignored on no-Go-files errors" 7 yıl önce
go1.9.txt 2dc91a25f6 cmd/api: set architecture sizes when type checking 3 yıl önce
go1.txt 54bdfc007f encoding/xml: add, support Marshaler interface 11 yıl önce

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