summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.Alan Donovan2014-09-301-0/+3
* go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer2014-09-302-13/+52
* net/http/httputil: ensure DumpRequestOut dumps all of BodyBrad Fitzpatrick2014-09-302-3/+39
* encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.Adam Langley2014-09-302-4/+13
* cmd/go: sometimes name tmp test binary test.test.exe on WindowsRuss Cox2014-09-301-0/+37
* cmd/pprof: add Go implementationRuss Cox2014-09-3019-0/+7728
* cmd/gc: fix call order in array literal of slice literal of make chanRuss Cox2014-09-301-2/+12
* compress/*: note that NewReader may introduce bufferingRuss Cox2014-09-304-4/+11
* compress/zlib: mention that NewReaderDict can return ErrDictionaryRuss Cox2014-09-301-0/+1
* log/syslog: try /var/run/log, for FreeBSDRuss Cox2014-09-301-1/+1
* cmd/objdump: move armasm, x86asm into internal packagesRuss Cox2014-09-3033-24625/+35092
* regexp/syntax: reject large repetitions created by nesting small onesRuss Cox2014-09-302-0/+47
* runtime: fix scanning of gc work bufferKeith Randall2014-09-301-4/+8
* runtime: fix throwsplit checkDmitriy Vyukov2014-09-301-1/+1
* runtime: initialize traceback variables earlierKeith Randall2014-09-293-10/+31
* net/http: make Transport.CloseIdleConnections also close pending dialsBrad Fitzpatrick2014-09-293-5/+74
* go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov2014-09-298-155/+305
* liblink: generate MRC replacement in liblink, not tls_armDave Cheney2014-09-302-10/+21
* x509: add root certs for android.Tom Linford2014-09-301-0/+25
* 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