Brad Fitzpatrick dc86c9a6af doc, api: add syscall.SysProcAttr.AmbientCaps change to 1.9 notes, API il y a 7 ans
..
README 471b6ecf08 api: fix typo in README il y a 9 ans
except.txt 174058038c math/big: define Word as uint instead of uintptr il y a 7 ans
go1.1.txt d0c17461a7 go/constant: switch to floating-point representation when fractions become too large il y a 9 ans
go1.2.txt 04e95a1a56 api: add go1.2.txt, use in tests il y a 11 ans
go1.3.txt 98b6410f13 api: add go1.3.txt il y a 10 ans
go1.4.txt 77e96c9208 [release-branch.go1.4] api: create go1.4.txt il y a 10 ans
go1.5.txt 0e00b447a5 api: update go1.5.txt il y a 9 ans
go1.6.txt 66330d8c6c go/types: rename Importer2 to ImporterFrom il y a 8 ans
go1.7.txt a2a4db7375 unicode: upgrade to version 9.0.0 il y a 8 ans
go1.8.txt 09c411da1d Revert "cmd/go: note when some Go files were ignored on no-Go-files errors" il y a 8 ans
go1.9.txt dc86c9a6af doc, api: add syscall.SysProcAttr.AmbientCaps change to 1.9 notes, API il y a 7 ans
go1.txt 54bdfc007f encoding/xml: add, support Marshaler interface il y a 11 ans
next.txt cf7347a973 api: promote next to go1.9 il y a 7 ans

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.