summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* html/template: Ensure release of namespace mutex in Template.Execute()Robert Figueiredo2013-03-121-8/+14
* go/types: delete from main repo; part of move to go.expRob Pike2013-03-1243-11193/+8
* encoding/xml: reject > chain with non-elementRuss Cox2013-03-123-10/+35
* go/printer, gofmt: avoid extra final comma in multi-line signaturesRobert Griesemer2013-03-123-2/+52
* go/doc: set receiver type position for embedded methodsRobert Griesemer2013-03-121-2/+5
* net: refactoring in preparation for integrated network pollerDmitriy Vyukov2013-03-134-94/+119
* os/signal: windows is supported, update commentShenghou Ma2013-03-131-1/+1
* runtime: Fix plan9 aes hash initialization.Keith Randall2013-03-123-7/+11
* runtime: faster & safer hash functionKeith Randall2013-03-1223-8/+891
* runtime: fix buildDmitriy Vyukov2013-03-121-2/+0
* runtime: add network polling support into schedulerDmitriy Vyukov2013-03-123-2/+88
* encoding/xml: name space bug fixesRuss Cox2013-03-125-2/+235
* net/rpc/jsonrpc: nil pointer deference on invalid reply.Adrian Nos2013-03-122-1/+18
* runtime: fix deadlock detector false negativeDmitriy Vyukov2013-03-123-9/+10
* runtime: deflake TestStackMemDmitriy Vyukov2013-03-121-2/+4
* net/http: deflake testDmitriy Vyukov2013-03-121-1/+1
* encoding/base32, encoding/base64: fix issues with decoder whitespace handlingPhilip K. Warren2013-03-124-22/+171
* net: never use backlog > 65535Russ Cox2013-03-123-0/+13
* encoding/xml: fix spurious "no semicolon" in errorRuss Cox2013-03-122-10/+5
* encoding/xml: allow embedded non-structsRuss Cox2013-03-112-11/+22
* net/http: bit more docs on Client vs TransportBrad Fitzpatrick2013-03-113-9/+29
* encoding/base32, encoding/base64: a small stack-space optimization.Nigel Tao2013-03-122-11/+11
* net/http: add tests for ParseHTTPVersionDave Cheney2013-03-121-0/+32
* encoding/base32: don't panic when decoding "AAAA==".Nigel Tao2013-03-124-40/+78
* regexp: identify that submatch is also known as capturing groupRob Pike2013-03-112-8/+10
* go/parser: better error message if = is seen instead of ==Robert Griesemer2013-03-112-8/+38
* cmd/addr2line: exit 0 for --helpRuss Cox2013-03-111-4/+15
* cmd/gc: reject complex calls with mismatched argument types.R?my Oudompheng2013-03-111-2/+2
* all: remove now-unnecessary unreachable panicsBrad Fitzpatrick2013-03-1132-39/+1
* cmd/go: fix description of -o flag to buildRob Pike2013-03-111-3/+9
* cmd/dist: make cc rule match what cmd/go usesRuss Cox2013-03-111-0/+2
* go/types: update operand types earlyRobert Griesemer2013-03-1113-382/+627
* lib9, cmd/dist, cmd/ld: Plan 9: fix buildAkshat Kumar2013-03-114-5/+11
* cmd/gc: enable inlining in generated method wrappers.R?my Oudompheng2013-03-113-8/+30
* net/http/httputil: fix string in test failure messageBrad Fitzpatrick2013-03-111-1/+1
* debug/macho: add doc comment for FormatErrorRob Pike2013-03-111-0/+2
* net/url: better path resolutionRodrigo Moraes de Oliveira2013-03-112-146/+146
* os/signal: deflake testDmitriy Vyukov2013-03-111-0/+4
* net/http: add a test verifying header case preservationBrad Fitzpatrick2013-03-111-0/+24
* net/http/httputil: remove hop-by-hop headers in ReverseProxyBrad Fitzpatrick2013-03-112-8/+32
* net: allow concurrent UNIX socket tests if TMPDIR is unique.Albert Strasheim2013-03-111-6/+13
* sync/atomic: make unaligned 64-bit atomics crash on 386Russ Cox2013-03-112-0/+38
* net/http: add additional status codes defined in RFC 6585Jonathan Rudenberg2013-03-111-0/+12
* math/big: fix commentRuss Cox2013-03-111-2/+2
* cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import.Shenghou Ma2013-03-114-10/+14
* cmd/5l: fix build (define stub machoreloc1)Russ Cox2013-03-111-4/+15
* build: enable host linking test for all BSDsRuss Cox2013-03-111-1/+1
* cmd/ld: darwin support for host linkingRuss Cox2013-03-1111-105/+341
* cmd/ld: avoid redundant external relocation calculationsRuss Cox2013-03-109-50/+68
* cmd/go: send output of build and install to stderrJeff R. Allen2013-03-115-30/+24