summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: faster GC scanDmitriy Vyukov2014-10-081-32/+18
* runtime: clear Defer.fn before removing from the G.defer listRuss Cox2014-10-081-0/+13
* runtime: fix windows/amd64 buildRuss Cox2014-10-071-2/+8
* runtime: change Windows M.thread from void* to uintptrRuss Cox2014-10-076-8/+22
* runtime: clear Defer.panic before removing from G.defer listRuss Cox2014-10-072-0/+10
* net/rpc: listen on localhost, let kernel pick portRuss Cox2014-10-071-2/+2
* cmd/go: add ImportComment to Package structAndrew Gerrand2014-10-083-48/+52
* runtime: zero pointer-looking scalararg valuesKeith Randall2014-10-071-0/+2
* runtime: update heap dump format for 1.4Keith Randall2014-10-071-13/+31
* runtime: fix _cgo_allocate(0)Russ Cox2014-10-071-0/+3
* math/big: fix doc commentsRobert Griesemer2014-10-072-4/+4
* net/rpc: add test for issue 7689 (gob error should cause EOF)Rob Pike2014-10-071-0/+51
* cmd/5c, cmd/6c, cmd/8c: make failure to optimize fatalRuss Cox2014-10-073-22/+10
* cmd/gc: fix print formatRuss Cox2014-10-071-1/+1
* runtime: crash if we see an invalid pointer into GC arenaRuss Cox2014-10-072-7/+98
* encoding/json: fix handling of null with ,string fieldsRuss Cox2014-10-072-11/+50
* runtime: remove type-punning for Type.gc[0], gc[1]Russ Cox2014-10-075-8/+30
* net/http: fix authentication info leakage in Referer header (potential securi...Jens Frederich2014-10-073-2/+68
* cmd/ld: ignore .Linfo_stringNN variables in clang .o filesRuss Cox2014-10-061-0/+2
* os, syscall: test Chtimes on directories, fix on WindowsRuss Cox2014-10-062-11/+40
* strings: use fast path for IndexRuneBrad Fitzpatrick2014-10-061-7/+2
* go/build: update docs for GOOS.go changeBrad Fitzpatrick2014-10-061-6/+4
* go/build: do not consider "android.go" to be android-specificRob Pike2014-10-062-0/+16
* cmd/gc: prohibit short variable declarations containing duplicate symbolsEvan Kroske2014-10-061-0/+11
* os: recomment MkdirAllRuss Cox2014-10-061-3/+3
* os: make Process.Signal 'process finished' error consistent on UnixRuss Cox2014-10-062-3/+14
* net/url: document result of StringRuss Cox2014-10-061-0/+18
* encoding/json: document that embedded interfaces look like non-embedded onesRuss Cox2014-10-061-0/+2
* regexp/syntax: regenerate doc.go from re2 syntaxRuss Cox2014-10-061-24/+24
* cmd/go: fix 'go vet' of package with external testsRuss Cox2014-10-064-5/+40
* runtime: update docs, code for SetFinalizerRuss Cox2014-10-062-17/+33
* cmd/8l: accept R_386_GOT32 in push instructionRuss Cox2014-10-061-5/+13
* 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