]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-04-30 Cosmos Nicolaousyscall: fix a bug in the shuffling of file descriptors...
2013-04-30 Rob Pikesyscall: fix exec_bsd.go to accompany exec_linux.go...
2013-04-30 Rob Pikecmd/ld: another attempt at the relocation overflow fix
2013-04-30 Rob Pikecmd/ld: fix check for address wrap in relocation
2013-04-30 Andrew Gerranddoc/go1.1: remove discussion of "go run" change
2013-04-30 Rob Pikecmd/ld: disable relocation range check so build can...
2013-04-30 Rob Pikecmd/gc: fix some overflows in the compiler
2013-04-30 Rob Pikecmd/ld: fix some 64-bit issues
2013-04-30 Shenghou Maencoding/json: document that marshaling invalid utf...
2013-04-29 Rob Pikefmt: fix crash for Printf("%.", 3)
2013-04-29 Shenghou Maruntime: fix stack pointer corruption in runtime.cgocal...
2013-04-29 Ian Lance Taylorfmt: document that if String or Error panics, that...
2013-04-29 Andrew Gerrandnet/http/httptest: fix incorrectly-named ResponseRecord...
2013-04-28 Brad Fitzpatrickmath/rand: fix typo and add better crash message
2013-04-27 Dave Cheneyruntime: tune appendCrossover for arm
2013-04-26 Brad Fitzpatrickdatabase/sql/driver: try to unstutter Value docs
2013-04-26 Dmitriy Vyukovtime: stop 1ns timer in test
2013-04-25 Brad Fitzpatrickdatabase/sql: fix driver Conn refcounting with prepared...
2013-04-25 Jan Ziakcmd/gc: initialize t->width in dgcsym() if required
2013-04-25 Jan Ziakundo CL 8954044 / ad3c2ffb16d7
2013-04-25 Jan Ziakruntime: prevent the GC from seeing the content of...
2013-04-25 Mikio Haranet: deflake raw IP protocol entry test on Windows
2013-04-24 Rob Pikecmd/vet: clean up the test
2013-04-24 Ian Lance Taylorcmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct...
2013-04-23 Mikio Haranet: add missing File method document
2013-04-23 Anthony Martincmd/dist: fix line numbers in goc2c generated files
2013-04-23 Shenghou Maall: fix typos
2013-04-23 Oling Catdoc/code.html: remove doubled word; modify the tab...
2013-04-23 Jeremy Jackinsdoc: fix typo in race_detector.html
2013-04-23 Shenghou Madoc/effective_go.html: fix syntax error in code example
2013-04-23 Mikio Haranet: fix protocol number for IPv6 test
2013-04-23 Christian Himpeltime: fix typo in comment
2013-04-22 Rob Pikelib/time: update to IANA 2013c
2013-04-22 Rob Piketime: fix typo in comment
2013-04-22 Shenghou Mamisc/cgo/testso: enable test on windows
2013-04-22 Rob Piketime: improve the explanation of the working of Format...
2013-04-22 Brad Fitzpatricknet/http: make CloseNotifier channel buffered to not...
2013-04-22 Andrew Gerranddoc: fix typo in Effective Go
2013-04-21 Jonathan Rudenbergdoc: add missing <code> to go1.1.html
2013-04-21 Brad Fitzpatrickapi: update next.txt; add io.ErrNoProgress
2013-04-21 Brad Fitzpatricksort: don't depend on math
2013-04-21 Brad Fitzpatricknet/http: fix a panic in Redirect
2013-04-20 Alex Brainmancmd/ld: do not relocate ignored PE sections
2013-04-20 Mikio Haranet: enable test for runtime.PollDesc leak
2013-04-19 Brad Fitzpatrickdoc: fix another broken link
2013-04-19 Shenghou Macmd/ld: don't show cursym in gcc invocation failure...
2013-04-19 Rob Pikebufio.Scan: don't stop after Read returns 0, nil
2013-04-19 Rob Pikedoc/go1.1.html: document io.ErrNoProgress
2013-04-19 Rob Pikeio: explain what (0,nil) means from Read
2013-04-18 Brad Fitzpatrickdoc: fix another broken link
2013-04-18 Robert Griesemerbuiltin: document true and false.
2013-04-18 Brad Fitzpatrickdoc: misc tweaks, new links, fix broken links
2013-04-18 Dave Cheneymisc/dashboard/builder: always do a native build
2013-04-18 Rémy Oudomphengcrypto/rand: better panic message for invalid Int argument.
2013-04-18 Brad Fitzpatrickmime/multipart: don't strip leading space/tab in quoted...
2013-04-18 David Symondsmisc/dashboard/builder: include $USER in build environment.
2013-04-17 Brad Fitzpatrickdoc/go1.1.html, mime/multipart: document quoted-printab...
2013-04-17 Brad Fitzpatrickarchive/zip: add docs on type of slashes in paths
2013-04-17 Alexei Sholikgo/token: fix grammar for precedence consts
2013-04-17 Shenghou Mamisc/cgo/test: fix a gcc warning
2013-04-16 Rob Pikedoc: more doubled words
2013-04-16 Rob Pikedoc/effective_go: another doubled word
2013-04-16 Shenghou Madoc/effective_go.html: fix typo
2013-04-16 Shenghou Macmd/dist, make.bash: pass -mmacosx-version-min=10.6...
2013-04-16 Ian Lance Taylorruntime: if span was scavenged, mark it as needing...
2013-04-15 Brad Fitzpatrickdatabase/sql: close driver Stmt before releasing Conn
2013-04-15 Shenghou Madoc/reference.html: update list of sub-repositories.
2013-04-15 Shenghou Manet/http/cookiejar: mention go.net/publicsuffix.
2013-04-15 Brad Fitzpatricktest/stress: start of a runtime stress program
2013-04-15 Ian Lance Taylorcmd/ld: ignore PE sections that are not code or data
2013-04-15 Joel Singruntime: fix build on openbsd/386
2013-04-14 Brad Fitzpatrickcrypto/ecdsa: doc cleanup
2013-04-13 Stefan Nilssondoc: fix typo
2013-04-13 Daniel Morsingcmd/gc: disable inlining of method values
2013-04-13 Robert Griesemergo/scanner: reject BOMs that are not at the beginning
2013-04-12 Alexei Sholiktesting/iotest: rephrase DataErrReader's description
2013-04-12 Carl Shapirotest: make goprint.go wait longer for go its routine...
2013-04-12 Carl Shapirotest: raise the allocation threshold for chan/select2...
2013-04-12 Volker Doblercmd/go: quote command line arguments in debug output
2013-04-12 Volker Doblercmd/go: quote command line arguments in debug output
2013-04-12 Ian Lance Taylorcmd/ld: always do external link for -linkmode=external
2013-04-12 Ian Lance Taylorcmd/ld: if we fail from an unexpected PE flags value...
2013-04-12 Ian Lance Taylorruntime: add a hook to disable precise GC
2013-04-12 Ian Lance Taylorruntime: use UMTX_OP_WAIT_UINT on FreeBSD
2013-04-11 Rob Pikemisc/dist/darwin: add execute bit to preinstall
2013-04-11 Rob Pikeencoding/json: documentation regarding anonymous fields.
2013-04-11 Volker Doblergc: escape unicode BOM in exported string literals
2013-04-11 Rob Pikespec: add another sentence about BOMs
2013-04-11 Andrew Wilkins cmd/cgo, cmd/go: remove #cgo directive parsing...
2013-04-11 Rob Pikebufio/Scan: fix error handling at EOF
2013-04-11 Anthony Martincmd/ld: fix scope of static objects in symbol table
2013-04-10 Rob Pikefmt: tweak the explanation of Stringer to be more corre...
2013-04-10 Robert Griesemergo/ast: distinguish between methods and functions in...
2013-04-10 Rob Pikeencoding/json: different decision on tags and shadowing
2013-04-10 Shenghou Macmd/ld: fix argument passing in doc.go
2013-04-10 Rémy Oudomphengcmd/ld: fix inconsistency in internal linking of common...
2013-04-09 Rob Pikeencoding/json: fix handling of anonymous fields
2013-04-09 Brad Fitzpatrickio: document non-guarantees of io.Closer
2013-04-09 Ian Lance Taylorlib9: add newline to exec error message
2013-04-09 Andrew Gerranddist: add .exe extension to tour.exe
next