summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* archive/tar: document Header fields and Type flagsMike Rosset2011-09-171-25/+26
* runtime: increase stack system space on windows/amd64Hector Chu2011-09-171-1/+1
* runtime/pprof: enable test on windowsHector Chu2011-09-171-3/+0
* runtime: implement pprof support for windowsHector Chu2011-09-1710-34/+192
* filepath: fix Glob to return no error on nonmatching patternsMichael Shields2011-09-163-2/+16
* CONTRIBUTORS: add googler Michael ShieldsRob Pike2011-09-161-0/+1
* test: match gccgo error messages for bug330.go.Ian Lance Taylor2011-09-161-2/+2
* reflect: fix commentRobert Griesemer2011-09-161-1/+1
* http/cgi: clean up environment.Yasuhiro Matsumoto2011-09-162-0/+56
* exp/norm: reverting to using strings.Repeat, as it doesn't look like exp/regexpMarcel van Lohuizen2011-09-161-2/+1
* exp/norm: changed trie to produce smaller tables.Marcel van Lohuizen2011-09-166-3011/+3377
* exp/template/html: type fixed point computation in templateMike Samuel2011-09-162-46/+126
* tag weekly.2011-09-16Andrew Gerrand2011-09-161-0/+2
* weekly.2011-09-16weekly.2011-09-16Andrew Gerrand2011-09-162-1/+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