summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* all: merge default branch into dev.garbageRuss Cox2014-10-16104-831/+1810
|\
| * 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
| * 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