| Commit message (Expand) | Author | Age | Files | Lines |
* | cmd/api: add more platforms | Shenghou Ma | 2013-05-21 | 1 | -1/+16 |
* | cmd/api: don't print out except.txt removed features to stdout | Brad Fitzpatrick | 2013-05-14 | 2 | -2/+7 |
* | api: add go1.1.txt; update cmd/api to use it | Brad Fitzpatrick | 2013-05-06 | 1 | -4/+5 |
* | all: remove now-unnecessary unreachable panics | Brad Fitzpatrick | 2013-03-11 | 1 | -1/+0 |
* | all: delete a couple of mentions of the exp and old trees | Rob Pike | 2013-03-06 | 1 | -3/+1 |
* | bytes, strings: add TrimPrefix and TrimSuffix | Brad Fitzpatrick | 2013-02-01 | 1 | -2/+1 |
* | cmd/api: normalize byte to uint8 and rune to int32 | Brad Fitzpatrick | 2013-01-28 | 4 | -2/+27 |
* | cmd/api: fix type scrubbing | Brad Fitzpatrick | 2013-01-22 | 3 | -5/+17 |
* | cmd/api: sort features | Anthony Martin | 2013-01-19 | 1 | -0/+1 |
* | cmd/api: speed up API check by 2x, caching parser.ParseFile calls | Brad Fitzpatrick | 2012-11-19 | 3 | -1/+289 |
* | cmd/api: use one token.FileSet for all contexts | Brad Fitzpatrick | 2012-11-13 | 1 | -6/+6 |
* | cmd/api: bug fix for goapi's lame type checker | Brad Fitzpatrick | 2012-11-08 | 2 | -20/+11 |
* | cmd/api: handle contexts re-converging | Brad Fitzpatrick | 2012-10-30 | 2 | -13/+43 |
* | cmd/api: add more tests | Brad Fitzpatrick | 2012-10-30 | 2 | -27/+83 |
* | cmd/api: add exception file | Rob Pike | 2012-10-04 | 1 | -7/+20 |
* | cmd/api: delete redundant text from deletion message | Rob Pike | 2012-09-27 | 1 | -1/+2 |
* | cmd/dist: new version for string for development branch | Russ Cox | 2012-09-24 | 1 | -1/+1 |
* | cmd/api: fix signatures like func(x, y, z int) | Mikio Hara | 2012-09-19 | 3 | -3/+32 |
* | cmd/api: allow extension of interfaces with unexported methods | Russ Cox | 2012-09-18 | 3 | -7/+45 |
* | cmd/api: recognize version "devel" as dev. branch and apply -next | Shenghou Ma | 2012-08-28 | 1 | -1/+1 |
* | cmd/api: handle empty API file, ignore -next in release | Russ Cox | 2012-06-08 | 1 | -1/+13 |
* | api: add Linux/ARM to go1 API | Shenghou Ma | 2012-06-04 | 1 | -0/+1 |
* | api: add FreeBSD to go1 API | Brad Fitzpatrick | 2012-06-01 | 1 | -0/+2 |
* | cmd/api: add flag to specify contexts | Brad Fitzpatrick | 2012-05-23 | 1 | -6/+36 |
* | cmd/api: add api/next.txt | Brad Fitzpatrick | 2012-05-22 | 1 | -33/+74 |
* | cmd/api: allow addition of API | Shenghou Ma | 2012-04-10 | 1 | -1/+1 |
* | build: catch API changes during build | Brad Fitzpatrick | 2012-03-17 | 1 | -2/+11 |
* | cmd/api: work on Windows again, and make gccgo files work a bit more | Brad Fitzpatrick | 2012-03-11 | 3 | -2/+17 |
* | cmd/api: set compiler for all build contexts. | David Symonds | 2012-03-12 | 1 | -0/+6 |
* | go/build: replace FindTree, ScanDir, Tree, DirInfo with Import, Package | Russ Cox | 2012-03-01 | 2 | -17/+9 |
* | cmd/api: record return type of functions for variable typecheck. | R?my Oudompheng | 2012-02-21 | 5 | -29/+68 |
* | cmd/api: s/ideal-bool/bool/ | Russ Cox | 2012-02-18 | 1 | -2/+2 |
* | cmd/api: fix typo. | Nigel Tao | 2012-02-14 | 1 | -1/+1 |
* | cmd/api: follow constant references | Brad Fitzpatrick | 2012-02-10 | 3 | -38/+84 |
* | cmd/api: compare multiple contexts | Brad Fitzpatrick | 2012-02-07 | 1 | -14/+71 |
* | all packages: fix various typos | Robert Griesemer | 2012-02-01 | 1 | -1/+1 |
* | go/doc: enable AllMethods flag (and fix logic) | Robert Griesemer | 2012-01-31 | 1 | -1/+1 |
* | build: move goapi, quietgcc, cgo, gotype, ebnflint into go-tool | Russ Cox | 2012-01-31 | 6 | -0/+1156 |