summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* go/printer, gofmt: fix alignment of "=" in const/var declarationsRobert Griesemer2011-05-0910-81/+216
* go/parser: always introduce an ast.Object when declaring an identifierRobert Griesemer2011-05-091-13/+13
* gif: fix buildRob Pike2011-05-091-1/+1
* image/gif: implement transparency.Rob Pike2011-05-081-9/+15
* go spec: fix up HTML glitches.Rob Pike2011-05-081-7/+7
* effective go: update to new Open signature.Rob Pike2011-05-081-4/+4
* syscall: change Overlapped.HEvent type, it is a handleAlex Brainman2011-05-081-1/+1
* syscall: fix bug in mksyscall_windows.plAlex Brainman2011-05-081-0/+1
* image/gif: GIF decoderRob Pike2011-05-074-2/+402
* compress/lzw: silently drop implied codes that are too large,Nigel Tao2011-05-071-5/+8
* gob: Doc typo fixAnschel Schaffer-Cohen2011-05-071-1/+1
* windows: reset command var to sh for correct error output messagesJoe Poirier2011-05-061-1/+2
* cgo: put CFLAGS before filename argumentRoger Peppe2011-05-061-6/+8
* doc: remove left and right padding in H2 headings.Dmitry Chestnykh2011-05-061-1/+1
* runtime: handle out-of-threads on Linux gracefullyAlbert Strasheim2011-05-061-4/+4
* http: fix typo in URL.String doc comment.David Symonds2011-05-061-1/+1
* wingui: fix Makefile after renameAlex Brainman2011-05-062-2/+2
* crypto/tls: export the verified chains.Adam Langley2011-05-052-0/+3
* crypto/x509: export raw SubjectPublicKeyInfo.Adam Langley2011-05-051-3/+7
* image: make AlphaColor.Set conform to usual signatureRoger Peppe2011-05-051-1/+1
* go spec: newlines cannot be used inside a char or "" string literalRobert Griesemer2011-05-051-3/+4
* image/tiff: implement a decoder.Benny Siegert2011-05-047-2/+597
* image/png: support encoding of paletted images with alpha channel.Dmitry Chestnykh2011-05-045-9/+339
* http/spdy: add type to FlagClearPreviouslyPersistedSettings constantRoss Light2011-05-041-1/+1
* exp/draw: fast paths for drawing a YCbCr or an NRGBA onto an RGBA.Nigel Tao2011-05-042-8/+171
* tag release.r57.1Russ Cox2011-05-040-0/+0
* doc: document r57.1Russ Cox2011-05-041-1/+5
* http: fix FormFile nil pointer dereference on missing multipart formAndrew Gerrand2011-05-032-3/+33
* net: disable dnsmsg_test on windowsAlex Brainman2011-05-042-0/+11
* make.bash: remove old bash version of gotest on WindowsAlex Brainman2011-05-041-0/+3
* http: improve a testBrad Fitzpatrick2011-05-031-13/+31
* tag release.r57 step 2Russ Cox2011-05-030-0/+0
* tag release.r57Russ Cox2011-05-030-0/+0
* doc: release.r57Russ Cox2011-05-035-2920/+3096
* gofmt: update test.sh (exclude a file w/ incorrect syntax)Robert Griesemer2011-05-031-1/+1
* codereview: add release branch supportRuss Cox2011-05-031-13/+127
* reflect: allow unexported key in Value.MapIndexRuss Cox2011-05-032-2/+25
* net: don't crash on unexpected DNS SRV responsesBrad Fitzpatrick2011-05-033-26/+137
* Make.cmd: create TARGDIR if necessaryGustavo Niemeyer2011-05-031-1/+1
* ld: make ELF binaries with no shared library dependencies static binariesRuss Cox2011-05-033-0/+15
* doc/install: specify clone -u instead of -rAndrew Gerrand2011-05-021-1/+1
* os: remove race paranoia from Environ(); it's guarded nowBrad Fitzpatrick2011-05-021-7/+3
* godoc: if there is no search box, don't run the respective JS codeRobert Griesemer2011-05-021-0/+4
* go spec: clarify semantics of integer divisionRobert Griesemer2011-05-021-3/+20
* image: fix buildRob Pike2011-05-021-0/+7
* image: add type-specific Set methods and use them when decoding PNG.Rob Pike2011-05-022-13/+62
* http/pprof: fix POST reading bugRuss Cox2011-05-022-6/+17
* net: default to 127.0.0.1, not localhost, in TestICMPBrad Fitzpatrick2011-05-021-1/+2
* runtime: maybe fix Windows build broken by cgo setenv CLBrad Fitzpatrick2011-05-023-17/+24
* godoc: added -index flag to enable/disable search indexRobert Griesemer2011-05-024-16/+37