aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-18big: handle aliasing correctly for Rat.SetFrac.Robert Griesemer
2011-10-18gc: preserve uint8 and byte distinction in errors, import dataRuss Cox
2011-10-185g, 6g: comment out uses of -rRuss Cox
2011-10-18build: pass $GCFLAGS to compilerRuss Cox
2011-10-18net: remove duplicate error information in DialAndrey Mirtchovski
2011-10-18net: allow LookupSRV on non-standard DNS namesRuss Cox
2011-10-18A+C: Jani Monoses (individual CLA)Russ Cox
2011-10-18godoc: fix ToAbsolute mappingRobert Griesemer
2011-10-18http, crypto/tls: fix read timeouts and closing.Adam Langley
2011-10-18exp/terminal: split terminal handling from exp/sshAdam Langley
2011-10-18exp/ssh: general cleanups for client supportDave Cheney
2011-10-18big: more explicit documentation for div/mod/quo/remRobert Griesemer
2011-10-18reflect: make unsafe use of SliceHeader gc-friendlyRuss Cox
2011-10-18gofix -r mapdeleteRuss Cox
2011-10-18gofix: add mapdeleteRuss Cox
2011-10-18gc: add delete(m, x) but leave in m[x] = 0, false.Russ Cox
2011-10-18misc/windows: automated toolchain packagerJoe Poirier
2011-10-18ld: bump pe linker version to 3.0 to allow code signingMikkel Krautz
2011-10-18tag release.r58.2Andrew Gerrand
2011-10-18reflect: make map test independent of map iteration order.David Symonds
2011-10-18reflect: fix test failure reporting.David Symonds
2011-10-18fmt: fix test relying on map iteration order.David Symonds
2011-10-18tag release.r60.3Andrew Gerrand
2011-10-17misc/swig: delete binariesAnthony Martin
2011-10-18doc: document release.r60.3Andrew Gerrand
2011-10-17scanner: invalidate scanner.Position when no token is presentRobert Griesemer
2011-10-17runtime: random offset for map iterationRuss Cox
2011-10-17reflect: disallow Interface method on Value obtained via unexported nameRuss Cox
2011-10-18html: refactor the tokenizer; parse "</>" correctly.Nigel Tao
2011-10-17exp/template/html: do not depend on reflection on internal fieldsRuss Cox
2011-10-17build: add missing nuke targetAnthony Martin
2011-10-17go spec: clarifying variable declaractions w/ constantsRobert Griesemer
2011-10-17go spec: "delete" built-in functionRobert Griesemer
2011-10-17gc: treat uintptr as potentially containing a pointerDmitriy Vyukov
2011-10-17http: do not depend on map iteration orderRuss Cox
2011-10-17template: do not depend on map iteration orderRuss Cox
2011-10-17csv: fix issue 2366 - overly aggressive TrimLeadingSpacePaul Borman
2011-10-17http: fix panic when recovering from hijacked connection panicAndrew Gerrand
2011-10-17gotest: avoid conflicts with the name of the tested packageEsko Luontola
2011-10-17A+C: Esko LuontolaAndrew Gerrand
2011-10-16html: tokenize "a < b" as one whole text token.Nigel Tao
2011-10-16runtime: fix crash if user sets MemProfileRate=0Dmitriy Vyukov
2011-10-15goyacc: clean up after unitsAnthony Martin
2011-10-15syscall: dll function load and calling changesAlex Brainman
2011-10-15html: improve parsing of comments and "bogus comments"Andrew Balholm
2011-10-14http: DoS protection: cap non-Handler Request.Body readsBrad Fitzpatrick
2011-10-14http: avoid panic caused by nil URLAnthony Martin
2011-10-14godoc: updates for latest Go app-engine release.Robert Griesemer
2011-10-15doc: add go-tour-kr, a Korean translation of A Tour of GoAndrew Gerrand
2011-10-14godefs: add enum/const testdataDave Cheney