aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-09-14image/draw: unbreak build for image.NewXxx change.Nigel Tao
2011-09-14image: change the NewXxx functions to take a Rectangle instead ofNigel Tao
2011-09-14runtime: syscall to return both AX and DX for windows/386Alex Brainman
2011-09-13template: add doc.go to MakefileMike Samuel
2011-09-13exp/template/html: move transition functions to a separate fileMike Samuel
2011-09-13path/filepath: new signature for WalkRob Pike
2011-09-13exp/template/html: escape {{template}} calls and sets of templatesMike Samuel
2011-09-13http: Alphabetize imports.Ian Lance Taylor
2011-09-13os: Fix comment in generated signal_unix.go file.Ian Lance Taylor
2011-09-13exp/norm: Added regression test tool for the standard Unicode test set.Marcel van Lohuizen
2011-09-13net: add a LookupTXT function.Nigel Tao
2011-09-13time: another attempt to fix windows buildAlex Brainman
2011-09-12time: fix Windows build after ceeedb519c4aBrad Fitzpatrick