- 0e00b44 api: update go1.5.txt by Brad Fitzpatrick · 10 years ago
- ae1ea2a runtime/trace: add new package by Dmitry Vyukov · 10 years ago
- 0505dfc go/types: make types.Typ a slice, unexport UniverseByte/Rune by Robert Griesemer · 10 years ago
- 852f383 api: add go1.5.txt API file, reset next.txt by Brad Fitzpatrick · 10 years ago
- fe15da6 unicode: upgrade to 8.0.0 by Marcel van Lohuizen · 10 years ago
- a4292c3 api: refresh next.txt by Russ Cox · 10 years ago
- f09a660 runtime: remove unused GC times from api.next by Rick Hudson · 10 years ago
- c3ddb97 api: update next.txt by Shenghou Ma · 10 years ago
- f46e51a api: update next.txt by Mikio Hara · 10 years ago
- 654297c runtime: add GODEBUG=gccheckmark=0/1 by Austin Clements · 10 years ago
- 0fa6e7f api: update next.txt by Shenghou Ma · 10 years ago
- 77e96c9 [release-branch.go1.4] api: create go1.4.txt by Russ Cox · 10 years ago
- 65d8cb9 unicode: strconv: regexp: Upgrade to Unicode 7.0.0. by Marcel van Lohuizen · 11 years ago
- ed963c9 undo CL 102610045 / 7244ce3ae9db by Mikio Hara · 11 years ago
- fbd5ad5 syscall: regenerate z-files for darwin by Mikio Hara · 11 years ago
- 98b6410 api: add go1.3.txt by Brad Fitzpatrick · 11 years ago
- 6c10e64 regexp: hide one-pass code from exported API by Russ Cox · 11 years ago
- 9665ce1 api: update next.txt by Brad Fitzpatrick · 11 years ago
- 74fe67f api: update next.txt by Shenghou Ma · 11 years ago
- 8c8c260 api: update openbsd exceptions by Mikio Hara · 11 years ago
- cc562e4 api: update next.txt by Shenghou Ma · 11 years ago
- 6f6db49 api: update next.txt by Shenghou Ma · 11 years ago
- d957169 api: add NetBSD/ARM EABI exceptions. by Shenghou Ma · 11 years ago
- d30d429 api: add FreeBSD 10 exceptions by Mikio Hara · 11 years ago
- 15c1ab6 api: update next.txt by Russ Cox · 11 years ago
- ac40fb4 api: whitelist change to unicode.Version by Brad Fitzpatrick · 11 years ago
- ba55947 api: update next.txt by Shenghou Ma · 11 years ago
- 951c84c api: update next.txt by Brad Fitzpatrick · 11 years ago
- ec8a24a api: add Fchflags exception to more platforms by Brad Fitzpatrick · 11 years ago
- 077faf2 api: update next.txt by Brad Fitzpatrick · 11 years ago
- 8aaca37 api: update except.txt and next.txt to reflect openbsd system ABI break by Joel Sing · 11 years ago
- e598bf1 api: update next.txt by Brad Fitzpatrick · 11 years ago
- 6a23d82 api: update next.txt by Brad Fitzpatrick · 11 years ago
- a8c54a8 api: update next.txt by Brad Fitzpatrick · 11 years ago
- 04e95a1 api: add go1.2.txt, use in tests by Andrew Gerrand · 11 years ago
- 547e4f9 api: update next.txt by Brad Fitzpatrick · 11 years ago
- 39e004b api: update go1.1, except and next.txt with constant values by Brad Fitzpatrick · 12 years ago
- a3695fb2 api: update next.txt, except.txt by Rob Pike · 12 years ago
- 54bdfc0 encoding/xml: add, support Marshaler interface by Russ Cox · 12 years ago
- 56ce83f undo CL 12603044 / 2ca230b93195 by Russ Cox · 12 years ago
- 85f3acd encoding/xml: add, support Marshaler interface by Russ Cox · 12 years ago
- 9449c18 cmd/api: rewrite using go/types by Robert Griesemer · 12 years ago
- b1c4531 api: update next.txt by Brad Fitzpatrick · 12 years ago
- 869774c api: update next.txt by Brad Fitzpatrick · 12 years ago
- 3961305 api: update next.txt by Brad Fitzpatrick · 12 years ago
- 85046d3 api: update next.txt by Shenghou Ma · 12 years ago
- c329404 api: update next.txt by Brad Fitzpatrick · 12 years ago
- f5d06da cmd/api: add more platforms by Shenghou Ma · 12 years ago
- 9e93d50 api: add go1.1.txt; update cmd/api to use it by Brad Fitzpatrick · 12 years ago
- 6de184b syscall: fix prototype of Fchflags (API change) by Shenghou Ma · 12 years ago
- c546e9d2c api: update next.txt; add io.ErrNoProgress by Brad Fitzpatrick · 12 years ago
- 3c0a5b8 api: update next.txt. by Brad Fitzpatrick · 12 years ago
- 47a54ab api: remove Zone of net.IPNet from next.txt by Mikio Hara · 12 years ago
- 5dc1e0f api/next.txt: remove references to go/types, now in separate repo by Rob Pike · 12 years ago
- 5c667f3 api: update next.txt by Brad Fitzpatrick · 12 years ago
- 1ca529c api: update next.txt by Brad Fitzpatrick · 12 years ago
- e97aa82 api: update next.txt by Brad Fitzpatrick · 12 years ago
- 428c4cc api: refresh next.txt by Russ Cox · 12 years ago
- 6c119a9 api: Update readme. by Robin Eklind · 12 years ago
- 0e1305a cmd/api: normalize byte to uint8 and rune to int32 by Brad Fitzpatrick · 12 years ago
- 93d92d5 cmd/api: fix type scrubbing by Brad Fitzpatrick · 12 years ago
- 1debf5b api: update next.txt by Russ Cox · 12 years ago
- 7ced3f1 api: add go/types to next.txt by Russ Cox · 12 years ago
- a58668c api/next.txt: update by Shenghou Ma · 12 years ago
- 0d19725 net: change ListenUnixgram signature to return UnixConn instead of UDPConn by Mikio Hara · 12 years ago
- ccef88c api: refresh next.txt by Russ Cox · 12 years ago
- d87d488 cmd/api: add exception file Fixes build. by Rob Pike · 12 years ago
- 7cda7db api: fix build; regenerate api.txt with fixed signatures by Brad Fitzpatrick · 13 years ago
- a29f313 cmd/api: allow extension of interfaces with unexported methods by Russ Cox · 13 years ago
- 0b8392d api: add recent API additions to next.txt by Benny Siegert · 13 years ago
- 6fa38e5 cmd/go, go/build, misc/swig: add SWIG support to Go tool by Ian Lance Taylor · 13 years ago
- ccbac5a api: update next.txt by Brad Fitzpatrick · 13 years ago
- 7ad3767 syscall: revert API changes in Windows Win32finddata fix. by Russ Cox · 13 years ago
- 5612fd7 api: add Linux/ARM to go1 API by Shenghou Ma · 13 years ago
- 8801402 syscall: correct Win32finddata definition by Alex Brainman · 13 years ago
- bbac652 api: add net.UnixConn's CloseRead and CloseWrite methods by Russ Cox · 13 years ago
- b7c2ade api: add FreeBSD to go1 API by Brad Fitzpatrick · 13 years ago
- 2b98401 archive/tar: add FileInfoHeader function by Brad Fitzpatrick · 13 years ago
- 50e5951 syscall: implement SetsockoptLinger for windows by Alex Brainman · 13 years ago
- 71c1a7b cmd/api: add api/next.txt by Brad Fitzpatrick · 13 years ago
- a200454 api: undo go1.txt additions made by 27d0a516b7eb by Andrew Gerrand · 13 years ago
- bd13f6f regexp/syntax: replace internal error on unexpected ) w/ ErrUnexpectedParen by Jan Mercl · 13 years ago
- 7a39654 path/filepath: use windows GetShortPathName api to force GetLongPathName to do its work by Alex Brainman · 13 years ago
- 351213c api: update go1.txt after adding functions to html/template by Rob Pike · 13 years ago
- f69132d build: catch API changes during build by Brad Fitzpatrick · 13 years ago