summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/ld: do not assume that only pe section names start with '.'Alex Brainman2014-10-111-5/+12
* cmd/ld: correct pe section names if longer then 8 charsAlex Brainman2014-10-111-0/+9
* cmd/ld: fix off-by-one error when emitting symbol namesShenghou Ma2014-10-101-2/+1
* net: link skipped TestReadFromUDP to the issueAlex Brainman2014-10-101-1/+1
* encoding/asn1: fix explicitly tagged Times.Adam Langley2014-10-092-2/+50
* net: skip new TestReadFromUDP on nacl and plan9 (fixes build)Alex Brainman2014-10-101-0/+5
* net: disable SIO_UDP_CONNRESET behavior on windows.Ron Hashimoto2014-10-103-0/+49
* debug/elf: add comments explaining applyRelocations for amd64/arm64Ian Lance Taylor2014-10-091-0/+8
* runtime: add comment to mgc0.hDmitriy Vyukov2014-10-091-0/+2
* net/rpc: fix buildDavid du Colombier2014-10-091-0/+1
* net/rpc: skip TestGobError on Plan 9David du Colombier2014-10-091-0/+3
* undo CL 145150043 / 8b3d26697b8dAlex Brainman2014-10-099-224/+76
* runtime: handle all windows exceptionAlex Brainman2014-10-099-76/+224
* runtime: zero a few more dead pointers.Keith Randall2014-10-082-4/+8
* cmd/ld: don't add line number info for the final address of an FDEIan Lance Taylor2014-10-081-2/+12
* reflect: add direct call tests to TestMakeFuncVariadicMichael Hudson-Doyle2014-10-081-1/+22
* runtime: delay freeing of shrunk stacks until gc is done.Keith Randall2014-10-083-1/+40
* reflect: add tests for variadic method callsIan Lance Taylor2014-10-081-5/+49
* 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