aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-17archive/tar: document Header fields and Type flagsMike Rosset
2011-09-17runtime: increase stack system space on windows/amd64Hector Chu
2011-09-17runtime/pprof: enable test on windowsHector Chu
2011-09-17runtime: implement pprof support for windowsHector Chu
2011-09-16filepath: fix Glob to return no error on nonmatching patternsMichael Shields
2011-09-16CONTRIBUTORS: add googler Michael ShieldsRob Pike
2011-09-16test: match gccgo error messages for bug330.go.Ian Lance Taylor
2011-09-16reflect: fix commentRobert Griesemer
2011-09-16http/cgi: clean up environment.Yasuhiro Matsumoto
2011-09-16exp/norm: reverting to using strings.Repeat, as it doesn't look like exp/regexpMarcel van Lohuizen
2011-09-16exp/norm: changed trie to produce smaller tables.Marcel van Lohuizen
2011-09-16exp/template/html: type fixed point computation in templateMike Samuel
2011-09-16tag weekly.2011-09-16Andrew Gerrand
2011-09-16weekly.2011-09-16weekly.2011-09-16Andrew Gerrand
2011-09-16net: reuse channels during ioAlex Brainman
2011-09-15exp/template/html: moved error docs out of package docs onto error codesMike Samuel
2011-09-15godoc: remove dependency of syscallRobert Griesemer
2011-09-15godoc: use new index/suffixarray serialization codeRobert Griesemer
2011-09-15index/suffixarray: support for serializationRobert Griesemer
2011-09-15textproto: parse RFC 959 multiline responses correctlyBrad Fitzpatrick
2011-09-15http: MaxBytesReader doc cleanupsBrad Fitzpatrick
2011-09-15http: document that Response.Body is non-nilBrad Fitzpatrick
2011-09-15flag: make zero FlagSet usefulRuss Cox
2011-09-15godoc: use go/build to find files in a packageRuss Cox
2011-09-15build: add build comments to core packagesRuss Cox
2011-09-15go/build: change //build to // +buildRuss Cox
2011-09-15http/cgi: add openbsd environment configurationBrad Fitzpatrick
2011-09-15http: fix WriteProxy documentationBrad Fitzpatrick
2011-09-15go/build: fix build (revert test changes)Russ Cox
2011-09-15go/build: handle cgo, //build commentsRuss Cox
2011-09-15exp/template/html: pre-sanitized contentMike Samuel
2011-09-15doc: release.r60.1Andrew Gerrand
2011-09-14godoc: support for complete index serializationRobert Griesemer
2011-09-14go/token: support to serialize file setsRobert Griesemer
2011-09-14exp/template/html: render templates unusable when escaping failsMike Samuel
2011-09-14runtime: eliminate handle churn when churning channels on WindowsHector Chu
2011-09-14debug/elf: permit another case of SHT_NOBITS section overlap in testIan Lance Taylor
2011-09-15json: if a field's tag is "-", never encode it.David Symonds
2011-09-14exp/template/html: flesh out package documentation.Mike Samuel
2011-09-14src: fix a couple of govet-discovered errors.Rob Pike
2011-09-14crypto/tls: support SSLv3Adam Langley
2011-09-14exp/template/html: check that modified nodes are not shared by templatesMike Samuel
2011-09-14path/filepath: document that Walk sorts its outputRob Pike
2011-09-14exp/norm: added normregtest to .hgignore.Marcel van Lohuizen
2011-09-14test: Add test for inheriting private method from anonymous field.Ian Lance Taylor
2011-09-14go/printer: use panic/defer instead of goroutineRobert Griesemer
2011-09-14gofmt: add else testRuss Cox
2011-09-14websocket: rename websocket.WebSocketAddr to *websocket.Addr.Russ Cox
2011-09-14runtime: track HeapIdleRuss Cox
2011-09-14image/jpeg: fix buildMikio Hara