summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: delete unused variables.Keith Randall2014-09-291-4/+0
* net/http: enable Transfer-Encoding: identity without Content-Length for HTTP ...James Tucker2014-09-292-7/+43
* net/http: clarify Request.FormValue docsBrad Fitzpatrick2014-09-291-1/+2
* cmd/yacc: fix handling of tokens that don't start with lettersIan Lance Taylor2014-09-292-5/+11
* undo CL 141840043 / 65e21380cb2aBrad Fitzpatrick2014-09-291-3/+2
* crypto/x509: accept CRLs without an expiry.Adam Langley2014-09-292-1/+12
* net: fix misleading package comment exampleBrad Fitzpatrick2014-09-291-1/+0
* go/build: add go1.4 tag.Adam Langley2014-09-292-3/+4
* cmd/ld: close outfile before cleanupJonathan Rudenberg2014-09-291-2/+3
* runtime: fix cgo_topofstack to save clobbered registersKeith Randall2014-09-281-1/+9
* cmd/ld: don't automatically mark symbols created by -X as reachableIan Lance Taylor2014-09-282-3/+10
* math: avoid assumption of denormalized math mode in SincosRuss Cox2014-09-261-8/+5
* cmd/go: always build _test.go files and link into testRuss Cox2014-09-267-2/+33
* cmd/yacc: fix parsing of character tokensRuss Cox2014-09-261-63/+13
* flag: allow CommandLine's Usage function to be setRob Pike2014-09-262-6/+19
* cmd/go: fix -aRuss Cox2014-09-261-1/+1
* cmd/go: make build -a skip standard packages in Go releasesRuss Cox2014-09-265-2/+67
* cmd/go: handle paths like \x.go on windowsAlex Brainman2014-09-262-2/+62
* liblink: fix cmd/ld -X flagRuss Cox2014-09-261-0/+2
* cmd/go: document that testdata directories are ignoredRuss Cox2014-09-262-11/+21
* cmd/go: add test -o flag to control where test binary is writtenRuss Cox2014-09-263-20/+63
* cmd/go: display program name when reporting crashRuss Cox2014-09-263-0/+28
* cmd/go: make malformed import path message more preciseRuss Cox2014-09-261-2/+2
* cmd/go: re-resolve and check vcs roots during go get -uRuss Cox2014-09-263-6/+135
* cmd/go: fix 'go get vanity/repo/...' in clean GOPATHRuss Cox2014-09-262-1/+20
* crypto/tls: ensure that we don't resume when tickets are disabled.Adam Langley2014-09-265-1/+206
* encoding/gob: fix 386 buildRob Pike2014-09-251-9/+6
* encoding/gob: error rather than panic when decoding enormous slicesRob Pike2014-09-253-4/+39
* cmd/go: install dependencies for 'go build -i' on a commandRuss Cox2014-09-252-47/+78
* bufio: fix handling of empty tokens at end of line/fileRob Pike2014-09-252-1/+39
* time: make it clear that time.Time values do not compare with ==Rob Pike2014-09-251-0/+5
* cmd/gc: emit error for out-of-bounds slice of constant stringRuss Cox2014-09-251-10/+15
* cmd/gc: print x++ (not x += 1) in errors about x++Russ Cox2014-09-254-262/+277
* cmd/gc: avoid infinite recursion on invalid recursive typeRuss Cox2014-09-252-2/+5
* runtime: add load_g call in arm callback.Keith Randall2014-09-255-9/+10
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-256-2/+50
* net/http: update ProxyFromEnvironment docs for HTTPS_PROXY additionBrad Fitzpatrick2014-09-241-3/+10
* net/http: allow double-quotes only on cookie values, not cookieNigel Tao2014-09-252-5/+37
* net/http: check for CloseWrite interface, not TCPConn implementationBrad Fitzpatrick2014-09-243-2/+35
* net/http: support https_proxy in ProxyFromEnvironmentBrad Fitzpatrick2014-09-243-6/+39
* cmd/go: fix bytes and net the right wayRuss Cox2014-09-243-16/+1
* net: only "build" empty.s in non-cgo modeRuss Cox2014-09-241-0/+2
* runtime: more NOPTRRuss Cox2014-09-2414-19/+20
* os: fix Args setup on WindowsBrad Fitzpatrick2014-09-241-1/+8
* runtime: more NOPTRRuss Cox2014-09-247-2/+22
* cmd/go: strip -fsanitize= flags when building cgo objectDmitriy Vyukov2014-09-251-0/+8
* build: fix elf buildsRuss Cox2014-09-244-10/+27
* fmt: document and fix the handling of precision for strings and byte slicesRob Pike2014-09-243-8/+25
* cmd/cc, cmd/ld, runtime: disallow conservative data/bss objectsRuss Cox2014-09-2432-77/+126
* debug/dwarf: correct name for clang-generated complex typeRuss Cox2014-09-241-0/+11