summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* undo CL 159990043 / 421fadcef39aRuss Cox2014-10-171-13/+2
* reflect: fix struct size calculation to include terminal paddingDamien Neil2014-10-162-0/+21
* syscall: don't cache environment variables on Plan 9David du Colombier2014-10-161-82/+15
* runtime/pprof: disable new memory testRuss Cox2014-10-162-0/+3
* runtime: make pprof a little nicerRuss Cox2014-10-161-2/+13
* runtime: fix memory profilerDmitriy Vyukov2014-10-164-2/+150
* cmd/gc: elide write barrier for x = x[0:y] and x = append(x, ...)Russ Cox2014-10-163-1/+74
* crypto/tls: support TLS_FALLBACK_SCSV as a server.Adam Langley2014-10-155-2/+61
* cmd/gc: simplify compiled code for explicit zeroingRuss Cox2014-10-157-16/+74
* unicode/utf8: fix docs for DecodeRune(empty) and friends.Nigel Tao2014-10-161-8/+18
* cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...Chris Manghane2014-10-151-1/+1
* cmd/gc: do not copy via temporary for writebarrierfat{2,3,4}Russ Cox2014-10-151-1/+5
* reflect: shorten value to 3 wordsRuss Cox2014-10-153-290/+91
* reflect: add fast path for FieldByIndex with len(index) = 1Russ Cox2014-10-151-0/+3
* runtime: remove hand-generated ptr bitmaps for reflectcallRuss Cox2014-10-155-170/+151
* database/sql: add Drivers, returning list of registered driversRuss Cox2014-10-152-0/+33
* os/exec: document that Stdin goroutine must finish in WaitRuss Cox2014-10-151-2/+9
* cmd/gc: blank methods are not permitted in interface typesChris Manghane2014-10-151-0/+3
* net/http: don't send implicit gzip Accept-Encoding on Range requestsBrad Fitzpatrick2014-10-153-2/+70
* net/http: don't reuse a server connection after any Write errorsBrad Fitzpatrick2014-10-152-3/+126
* crypto/x509: correct field name in commentIan Lance Taylor2014-10-151-1/+1
* liblink: require DATA lines to be ordered by offset, with no overlapRuss Cox2014-10-144-0/+5
* go/build: Return MultiplePackageError on importing a dir containing multiple ...Jens Frederich2014-10-145-1/+38
* cmd/gc, runtime: fix race, nacl for writebarrier changesRuss Cox2014-10-145-18/+17
* encoding/gob: make encoding structs a little fasterRob Pike2014-10-141-4/+6
* cmd/gc: check for initialization cycles in method valuesChris Manghane2014-10-141-1/+1
* runtime: handle all windows exception (second attempt)Alex Brainman2014-10-159-76/+230
* math/big: Allow non-prime modulus for ModInverseKeith Randall2014-10-142-17/+34
* cmd/gc: add 2-, 3-, 4-word write barrier specializationsRuss Cox2014-10-144-11/+50
* cmd/gc: fix 'make' in cmd/gc directoryRuss Cox2014-10-141-0/+2
* runtime: a few optimizations of scanblock.Keith Randall2014-10-141-17/+18
* crypto/x509: continue to recognise MaxPathLen of zero as "no value".Adam Langley2014-10-132-1/+77
* math/big: Fixes issue 8920Casey Marshall2014-10-132-0/+4
* os: handle 'no parent' error as IsNotExist on Plan 9David du Colombier2014-10-131-1/+2
* net/rpc: fix mutex commentRob Pike2014-10-131-6/+6
* reflect: generated unrolled GC bitmask directlyIan Lance Taylor2014-10-132-19/+43
* 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