aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-22[release-branch.go1] A+C: add Uriel Mangado (individual CLA)Russ Cox
2012-09-22[release-branch.go1] cmd/ld: support zero-filled section for Mach-O filesShenghou Ma
2012-09-22[release-branch.go1] cmd/gc: Suggest *T in error for x.(T) if it would work.Daniel Morsing
2012-09-22[release-branch.go1] cmd/go: be clear that import loops are badRuss Cox
2012-09-22[release-branch.go1] A+C: 0/2 on spelling email addresses correctlyRuss Cox
2012-09-22[release-branch.go1] A+C: Patrick Higgins, Shawn Smith (individual CLA)Russ Cox
2012-09-22[release-branch.go1] runtime: add vdso support for linux/amd64. Fixes issue 1...Ivan Krasin
2012-09-22[release-branch.go1] cmd/gc: fix escape analysis bug with variable capture in...Andrew Gerrand
2012-09-22[release-branch.go1] runtime/pprof: restore articles in type doc commentsRuss Cox
2012-09-22[release-branch.go1] A+C: added Alan Donovan (Google corporate license)Robert Griesemer
2012-09-22[release-branch.go1] go/scanner: don't print garbage if there's no errorRobert Griesemer
2012-09-22[release-branch.go1] path: improve documentation for DirRob Pike
2012-09-22[release-branch.go1] net/rpc: protect serviceMap with RWMutexDmitriy Vyukov
2012-09-22[release-branch.go1] go_spec.html: clarify rune and string literalsRob Pike
2012-09-22[release-branch.go1] cmd/yacc/units.txt: fix exchange ratesAndrew Balholm
2012-09-22[release-branch.go1] cmd/ld: handle a special case of scattered relocation 2/...Andrew Gerrand
2012-09-22[release-branch.go1] A+C: add Patrick Crosby (individual contributor)Andrew Gerrand
2012-09-22[release-branch.go1] net/http/httputil: fix race in DumpRequestOutDave Cheney
2012-09-22[release-branch.go1] net: delete unused socket-level option helpersMikio Hara
2012-09-22[release-branch.go1] misc/vim: fix for autocompletionTobias Columbus
2012-09-22[release-branch.go1] C: add Tobias Columbus's email used in RietveldShenghou Ma
2012-09-22[release-branch.go1] net/http: send an explicit zero Content-Length when Hand...Andrew Gerrand
2012-09-22[release-branch.go1] database/sql: stop reuse of bad connectionsJulien Schmidt
2012-09-22[release-branch.go1] A+C: Add Julien Schmidt (Individual CLA)Brad Fitzpatrick
2012-09-22[release-branch.go1] A+C: Tobias Columbus (individual CLA)David Symonds
2012-09-22[release-branch.go1] crypto/tls: return better error message in the case of a...Adam Langley
2012-09-22[release-branch.go1] cmd/6g: fix float32/64->uint64 conversionShenghou Ma
2012-09-22[release-branch.go1] cmd/ld: set ELF header flags for our Linux/ARM binaryShenghou Ma
2012-09-22[release-branch.go1] C+A: add Carlos Castillo cookieo9@gmail.com (individual ...Rob Pike
2012-09-22[release-branch.go1] time: avoid data race in absRob Pike
2012-09-22[release-branch.go1] net/http: Set TLSClientConfig.ServerName on every HTTP r...Dave Borowitz
2012-09-22[release-branch.go1] CONTRIBUTORS: Add Dave Borowitz (Google CLA)Brad Fitzpatrick
2012-09-22[release-branch.go1] A+C: add Joakim SernbrantAndrew Gerrand
2012-09-22[release-branch.go1] net/http: fix misplaced defer and exampleDave Cheney
2012-09-22[release-branch.go1] os: fix data race on Process.doneDave Cheney
2012-09-22[release-branch.go1] doc/install: we only need command line tools for Xcode o...Shenghou Ma
2012-09-22[release-branch.go1] strconv: consistent parameter names for ParseUintVolker Dobler
2012-09-22[release-branch.go1] net/http: reduce mutex contentionDmitriy Vyukov
2012-09-22[release-branch.go1] pprof: make it work on windows againAlex Brainman
2012-09-22[release-branch.go1] all: move defers to after error check to avoid nil indir...Rob Pike
2012-09-22[release-branch.go1] go_spec: unary + and - are also defined for complex typesRobert Griesemer
2012-09-22[release-branch.go1] test: change run.go to ignore \r in compiler output (fix...Alex Brainman
2012-09-22[release-branch.go1] cmd/gc: Don't claim type assertion would help when it wont.Daniel Morsing
2012-09-22[release-branch.go1] A+C: Andrew Lutomirski (individual CLA)Ian Lance Taylor
2012-09-22[release-branch.go1] runtime/pprof: fix commentsDmitriy Vyukov
2012-09-22[release-branch.go1] text/template/parse: fix bug handling /*/Andrew Gerrand
2012-09-22[release-branch.go1] runtime: use sched_getaffinity for runtime.NumCPU() on L...Shenghou Ma
2012-09-22[release-branch.go1] go/build: correct shouldBuild bug reading whole contents...Rémy Oudompheng
2012-09-22[release-branch.go1] spec: clarify evaluation orderRobert Griesemer
2012-09-22[release-branch.go1] math: update definition of NaN in assembly language filesCharles L. Dorian