summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* weekly.2011-09-16weekly.2011-09-16Andrew Gerrand2011-09-161-0/+67
* net: reuse channels during ioAlex Brainman2011-09-162-19/+33
* exp/template/html: moved error docs out of package docs onto error codesMike Samuel2011-09-157-218/+235
* godoc: remove dependency of syscallRobert Griesemer2011-09-151-3/+2
* godoc: use new index/suffixarray serialization codeRobert Griesemer2011-09-151-15/+23
* index/suffixarray: support for serializationRobert Griesemer2011-09-153-24/+99
* textproto: parse RFC 959 multiline responses correctlyBrad Fitzpatrick2011-09-152-8/+78
* http: MaxBytesReader doc cleanupsBrad Fitzpatrick2011-09-151-8/+8
* http: document that Response.Body is non-nilBrad Fitzpatrick2011-09-152-1/+10
* flag: make zero FlagSet usefulRuss Cox2011-09-152-4/+21
* godoc: use go/build to find files in a packageRuss Cox2011-09-151-1/+66
* build: add build comments to core packagesRuss Cox2011-09-1545-3/+89
* go/build: change //build to // +buildRuss Cox2011-09-151-25/+69
* http/cgi: add openbsd environment configurationBrad Fitzpatrick2011-09-151-0/+1
* http: fix WriteProxy documentationBrad Fitzpatrick2011-09-151-4/+6
* go/build: fix build (revert test changes)Russ Cox2011-09-152-18/+5
* go/build: handle cgo, //build commentsRuss Cox2011-09-157-68/+377
* exp/template/html: pre-sanitized contentMike Samuel2011-09-1511-144/+639
* doc: release.r60.1Andrew Gerrand2011-09-151-0/+10
* godoc: support for complete index serializationRobert Griesemer2011-09-143-16/+28
* go/token: support to serialize file setsRobert Griesemer2011-09-144-8/+180
* exp/template/html: render templates unusable when escaping failsMike Samuel2011-09-143-8/+45
* runtime: eliminate handle churn when churning channels on WindowsHector Chu2011-09-143-20/+42
* debug/elf: permit another case of SHT_NOBITS section overlap in testIan Lance Taylor2011-09-141-0/+3
* json: if a field's tag is "-", never encode it.David Symonds2011-09-154-26/+42
* exp/template/html: flesh out package documentation.Mike Samuel2011-09-143-3/+395
* src: fix a couple of govet-discovered errors.Rob Pike2011-09-142-2/+2
* crypto/tls: support SSLv3Adam Langley2011-09-1412-117/+430
* exp/template/html: check that modified nodes are not shared by templatesMike Samuel2011-09-141-0/+9
* path/filepath: document that Walk sorts its outputRob Pike2011-09-141-1/+3
* exp/norm: added normregtest to .hgignore.Marcel van Lohuizen2011-09-141-0/+1
* test: Add test for inheriting private method from anonymous field.Ian Lance Taylor2011-09-144-0/+39
* go/printer: use panic/defer instead of goroutineRobert Griesemer2011-09-142-39/+56
* gofmt: add else testRuss Cox2011-09-143-0/+18
* websocket: rename websocket.WebSocketAddr to *websocket.Addr.Russ Cox2011-09-141-7/+7
* runtime: track HeapIdleRuss Cox2011-09-141-0/+2
* image/jpeg: fix buildMikio Hara2011-09-141-1/+1
* image/draw: unbreak build for image.NewXxx change.Nigel Tao2011-09-143-18/+18
* image: change the NewXxx functions to take a Rectangle instead ofNigel Tao2011-09-1412-56/+198
* runtime: syscall to return both AX and DX for windows/386Alex Brainman2011-09-147-41/+138
* template: add doc.go to MakefileMike Samuel2011-09-131-0/+1
* exp/template/html: move transition functions to a separate fileMike Samuel2011-09-133-553/+565
* path/filepath: new signature for WalkRob Pike2011-09-135-152/+123
* exp/template/html: escape {{template}} calls and sets of templatesMike Samuel2011-09-136-30/+550
* http: Alphabetize imports.Ian Lance Taylor2011-09-131-1/+1
* os: Fix comment in generated signal_unix.go file.Ian Lance Taylor2011-09-131-1/+1
* exp/norm: Added regression test tool for the standard Unicode test set.Marcel van Lohuizen2011-09-132-1/+304
* net: add a LookupTXT function.Nigel Tao2011-09-134-4/+44
* time: another attempt to fix windows buildAlex Brainman2011-09-131-3/+18
* time: fix Windows build after ceeedb519c4aBrad Fitzpatrick2011-09-121-2/+2