summaryrefslogtreecommitdiff
path: root/api/go1.1.txt
Commit message (Collapse)AuthorAgeFilesLines
* api: update go1.1, except and next.txt with constant valuesBrad Fitzpatrick2013-09-061-0/+48653
| | | | | | | | | | | O_SYNC changes only on linux-arm (and linux-arm-cgo), but changes to match O_SYNC on linux-{386,amd64} and what Linux upstream now uses. See discussion and links on https://codereview.appspot.com/13261050/ R=golang-dev, r CC=golang-dev https://codereview.appspot.com/13575045
* encoding/xml: add, support Marshaler interfaceRuss Cox2013-08-141-1/+0
| | | | | | | | | | | | | | | | See golang.org/s/go12xml for design. Repeat of CL 12603044, which was submitted accidentally and then rolled back. Fixes issue 2771. Fixes issue 4169. Fixes issue 5975. Fixes issue 6125. R=golang-dev CC=golang-dev https://codereview.appspot.com/12919043
* undo CL 12603044 / 2ca230b93195Russ Cox2013-08-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | fat fingers - did not intend to submit. depends on the Unmarshaler CL anyway. ??? original CL description encoding/xml: add, support Marshaler interface See golang.org/s/go12xml for design. Fixes issue 2771. Fixes issue 4169. Fixes issue 5975. Fixes issue 6125. R=golang-dev, iant, dan.kortschak CC=golang-dev https://codereview.appspot.com/12603044 ??? TBR=golang-dev CC=golang-dev https://codereview.appspot.com/12918043
* encoding/xml: add, support Marshaler interfaceRuss Cox2013-08-141-1/+0
| | | | | | | | | | | | | See golang.org/s/go12xml for design. Fixes issue 2771. Fixes issue 4169. Fixes issue 5975. Fixes issue 6125. R=golang-dev, iant, dan.kortschak CC=golang-dev https://codereview.appspot.com/12603044
* cmd/api: rewrite using go/typesRobert Griesemer2013-08-081-0/+2
| | | | | | | | | | | | - adjusted test files so that they actually type-check - adjusted go1.txt, go1.1.txt, next.txt - to run, provide build tag: api_tool Fixes issue 4538. R=bradfitz CC=golang-dev https://codereview.appspot.com/12300043
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-061-0/+1773
R=golang-dev, adg, r CC=golang-dev https://codereview.appspot.com/9250043