]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2013-04-09 Andrew Gerranddist: include js directory in misc/tour in binary distros
2013-04-09 Mikio Haranet: fix possible runtime.PollDesc leak when connect...
2013-04-09 Andrew GerrandA+C: Nicholas Presta (individual CLA)
2013-04-09 Alex Brainmanrun.bat: make windows runtime test timeout same as...
2013-04-09 Dave Cheneymisc/dashboard/builder: add -race builder support
2013-04-09 Dmitriy Vyukovruntime: fix integer overflow in hashmap
2013-04-09 Dave Cheneynet: add test for runtime.PollDesc leak
2013-04-08 Andrew Wilkinscmd/cgo: record CGO_LDFLAGS env var in _cgo_flags
2013-04-08 Rémy Oudomphengsync, sync/atomic: do not corrupt race detector after...
2013-04-08 Dmitriy Vyukovruntime: poor man's heap type info checker
2013-04-08 Brad Fitzpatricktest: fix mapnan.go build tag
2013-04-08 Rémy Oudomphengcmd/gc: properly set variadic flag on method values.
2013-04-08 Rob Pikecmd/go: fix a misleading sentence
2013-04-08 Andrew Gerrandcmd/go: clarify what "pkg.test" means wrt the -c flag
2013-04-08 Andrew Gerrandarchive/zip: handle trailing data after the end of...
2013-04-08 Kamil Kisielcmd/go: document usage of external test packages
2013-04-08 Jonathan Rudenbergdoc: fix typos in go1.1.html
2013-04-08 Rob Pikereflect: document the unreliability of StringHeader...
2013-04-08 Andrew Gerranddoc: document go1.1 build tag
2013-04-08 Dmitriy Vyukovruntime: fix race on hashmap flags field
2013-04-07 Alexei Sholikgo/ast: fix typo in Fprint documentation
2013-04-07 David Symondsundo CL 8363045 / a3ce42f9748b
2013-04-07 Jan Ziakreflect: use unsafe.Pointer in StringHeader and SliceHeader
2013-04-07 Brad Fitzpatricktest: fix flaky NaN-key map complexity test
2013-04-07 Albert Strasheimruntime, runtime/debug, runtime/race: deflake tests
2013-04-07 Albert Strasheimlib9: handle empty TMPDIR more gracefully.
2013-04-07 Albert Strasheimruntime: gofmt -s
2013-04-07 Dmitriy Vyukovruntime: fix deadlock in network poller
2013-04-07 Ian Lance Taylorruntime: make CgoMal alloc field void*
2013-04-07 Dmitriy Vyukovruntime: change Note from union to struct
2013-04-07 Dmitriy Vyukovruntime: change Lock from union to struct
2013-04-07 Dmitriy Vyukovruntime: replace unions with structs
2013-04-07 Dmitriy Vyukovruntime: replace union in MHeap with a struct
2013-04-07 Dmitriy Vyukovruntime: reset dangling typed pointer
2013-04-07 Dmitriy Vyukovruntime: reset typed dangling pointer
2013-04-06 Jonathan Rudenbergmisc: update zsh completion
2013-04-06 John Howard... cmd/go: fix capitalization of Bitbucket, document Git...
2013-04-06 Ian Lance TaylorA+C: John Howard Palevich (individual CLA)
2013-04-05 Jonathan Rudenbergnet/http: fix typo in ErrMissingBoundary
2013-04-05 Rémy Oudomphengcmd/gc: fix Offsetof computation.
2013-04-05 Volker Doblertesting: structure package documentation
2013-04-05 Brad Fitzpatrickstrconv: remove some test TODOs and adjust malloc limit...
2013-04-04 Carl Shapiroruntime: use a distinct pattern to mark free blocks...
2013-04-04 Kamil Kisielgodoc: enable visibility of element linked from URL...
2013-04-04 Brad Fitzpatricknet/http: remove some obsolete TODOs
2013-04-04 Brad Fitzpatricknet/http: better stand-alone FileServer doc example
2013-04-04 Carl Shapirocmd/gc: fix a typo
2013-04-04 Andriy Lytvynovdoc/code.html: fix typos
2013-04-04 Rob PikeA+C: Andriy Lytvynov (individual CLA)
2013-04-04 Duncan Holmdoc: use the already defined GOPATH in PATH
next