aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/api/testdata
AgeCommit message (Expand)Author
2019-03-04cmd/api: fix no go files package panicBaokun Lee
2018-10-05cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo
2015-12-14go/constant: switch to floating-point representation when fractions become to...Robert Griesemer
2013-09-06cmd/api: include constant valuesBrad Fitzpatrick
2013-08-08cmd/api: rewrite using go/typesRobert Griesemer
2013-01-28cmd/api: normalize byte to uint8 and rune to int32Brad Fitzpatrick
2013-01-22cmd/api: fix type scrubbingBrad Fitzpatrick
2012-11-19cmd/api: speed up API check by 2x, caching parser.ParseFile callsBrad Fitzpatrick
2012-11-08cmd/api: bug fix for goapi's lame type checkerBrad Fitzpatrick
2012-09-19cmd/api: fix signatures like func(x, y, z int)Mikio Hara
2012-09-18cmd/api: allow extension of interfaces with unexported methodsRuss Cox
2012-03-11cmd/api: work on Windows again, and make gccgo files work a bit moreBrad Fitzpatrick
2012-02-21cmd/api: record return type of functions for variable typecheck.Rémy Oudompheng
2012-02-10cmd/api: follow constant referencesBrad Fitzpatrick
2012-01-31build: move goapi, quietgcc, cgo, gotype, ebnflint into go-toolRuss Cox