summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* net: disable TestDualStackUDPListener in short modeRuss Cox2014-10-061-0/+3
* syscall: another attempt to keep windows syscall pointers liveAlex Brainman2014-10-052-15/+100
* fmt: print &map like &slice and &structRob Pike2014-10-033-3/+52
* crypto/x509: add OpenELEC system root location.Dave Cheney2014-10-041-0/+1
* fmt: part 2 of the great flag rebuild: make %+v work in formattersRob Pike2014-10-033-154/+127
* runtime: clear sg.selectdone before saving in SudoG cacheRuss Cox2014-10-032-1/+10
* runtime: clear stale values from G.param and SudoG.elemRuss Cox2014-10-034-2/+27
* cmd/cc, runtime: disallow structs without tagsRuss Cox2014-10-038-755/+495
* undo CL 138250043 / 4eda5e4001fdAlex Brainman2014-10-032-33/+6
* fmt: make the %#v verb a special flagRob Pike2014-10-023-84/+196
* math/big: math.Exp should return result >= 0 for |m| > 0Robert Griesemer2014-10-022-3/+17
* encoding/binary: fix error messageRobert Griesemer2014-10-022-40/+53
* syscall: support UID/GID map files for Linux user namespacesMrunal Patel2014-10-021-12/+111
* syscall: fix Setenv for plan 9Nicolas Owens2014-10-021-0/+1
* run.bat: comment text properlyAlex Brainman2014-10-021-1/+1
* time: A Timer must be properly created before use (documentation).Robert Griesemer2014-10-011-0/+1
* encoding/json: don't panic on incorrect map argumentRobert Griesemer2014-10-012-3/+15
* encoding/binary: slightly better documentationRobert Griesemer2014-10-011-3/+4
* fmt: fix internal unknownType functionRob Pike2014-10-011-3/+3
* reflect: fix IsValid vs Kind mismatch after Elem of nil interfaceRuss Cox2014-10-012-1/+17
* testing: clearer commentRobert Griesemer2014-10-011-1/+1
* net/rpc: shut down connection if gob has errorRob Pike2014-10-011-1/+24
* os, syscall: add UnsetenvBrad Fitzpatrick2014-10-019-12/+135
* x509: Fixed ASN.1 encoding in CRL Distribution Points extensionPaul van Brouwershaven2014-09-301-1/+1
* 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