aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-19weekly.2011-10-18weekly.2011-10-18Andrew Gerrand
2011-10-19html: fix escape_test.go for CSS escaper change 5306042.Nigel Tao
2011-10-18fmt: clean up after reflect.Interface change.Rob Pike
2011-10-18rpc: don't panic on write error.Rob Pike
2011-10-18exp/template/html: fix bug in cssEscaperMike Samuel
2011-10-19http: add test for panic inside hijacked requestAndrew Gerrand
2011-10-19html: parse raw text and RCDATA elements, such as <script> and <title>.Nigel Tao
2011-10-18ld: modify macho linkedit segment to enable OS X code signingMikkel Krautz
2011-10-18godoc: generate package toc in template, not in JavaScriptRuss Cox
2011-10-18exp/winfsnotify: filesystem watcher for WindowsHector Chu
2011-10-185l, 6l, 8l: correct ELFRESERVE diagnosticAnthony Martin
2011-10-186l, 8l: emit macho dwarf info before linkedit sectionMikkel Krautz
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