aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-29weekly.2011-07-29weekly.2011-07-29Andrew Gerrand
2011-07-29runtime: fix scheduling raceHector Chu
2011-07-29xml: Header: fix close tag and newlineKyle Lemons
2011-07-29libmach: stubs for openbsdJoel Sing
2011-07-29godoc: allow form feed in text filesRuss Cox
2011-07-296l: OpenBSD supportJoel Sing
2011-07-29runtime: fix data race in findfunc()Dmitriy Vyukov
2011-07-29syscall: move bsd pipe syscallJoel Sing
2011-07-29archive/zip: more efficient reader and bug fixAndrew Gerrand
2011-07-29CONTRIBUTORS: add Joel Sing (Google CLA)Russ Cox
2011-07-29runtime: improve Linux mutexDmitriy Vyukov
2011-07-28gc: fix pprof deadlockRuss Cox
2011-07-28gc: more graceful errors during struct definitionRuss Cox
2011-07-28exp/template: fix buildRob Pike
2011-07-28build: fix noclobberRuss Cox
2011-07-28exp/template: simplify the helper functionsRob Pike
2011-07-285g, 6g, 8g: shift, opt fixesRuss Cox
2011-07-285g: defer vs optimizer bugRuss Cox
2011-07-28http: make serveFile redirects relative to work with StripPrefixAndrew Balholm
2011-07-286g, 8g: divide corner caseRuss Cox
2011-07-28build: handle spaces in $USERRuss Cox
2011-07-28build: update all-qemu.bashRuss Cox
2011-07-28gc: shift type bugRuss Cox
2011-07-28exp/template: make Set.ParseFile etc resolve functions in the SetRoger Peppe
2011-07-28cgo: add GoBytes, fix gmp exampleRuss Cox
2011-07-28gc: another width testRuss Cox
2011-07-28gc: line number + type checking nitsRuss Cox
2011-07-28exp/template: make Set.MustParse* methods return the set.Roger Peppe
2011-07-28ld: remove cseekend and redo pe writingAlex Brainman
2011-07-27rpc and exp/template: simplify tests for exported itemsRob Pike
2011-07-28image/tiff: Do not panic when RowsPerStrip is missing.Benny Siegert
2011-07-27gc: top-level closure bugRuss Cox
2011-07-27gc: composite literal double eval bugRuss Cox
2011-07-27unicode: fix case-mapping for roman numerals!!Rob Pike
2011-07-27container/vector: removed some uses of container/vector in other pkgsJohn Asmuth
2011-07-27A+C: John AsmuthAndrew Gerrand
2011-07-27godoc: app engine configuration and updated documentationRobert Griesemer
2011-07-27gc: use more Go-like names for methodsRuss Cox
2011-07-27gc: diagnose (x) := 0Russ Cox
2011-07-27build: fix for noclobber usersRuss Cox
2011-07-27gc: zero-width struct, zero-length array fixesRuss Cox
2011-07-27gc: iota outside constRuss Cox
2011-07-27gc: echo literal in error messageRuss Cox
2011-07-27runtime: higher goroutine arg limit, clearer errorRuss Cox
2011-07-27reflect: rename new TestVariadic to TestVariadicType.David Symonds
2011-07-27reflect: doc fixes for obsolete types.David Symonds
2011-07-26goinstall: generate makefiles using exp/templateRob Pike
2011-07-26rpc: convert /debug/rpc handler to exp/templateRob Pike
2011-07-26http: set content type for fileserver directory listingsRobert Griesemer
2011-07-26gc, runtime: fix range+panic line number bugsRuss Cox