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

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