summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* unicode: upgrade to Unicode 6.3.0Marcel van Lohuizen2014-02-186-32/+40
* run.bat: use double-colon to comment textAlex Brainman2014-02-181-4/+4
* go/doc: document the conditions where examples are "playable"Andrew Gerrand2014-02-181-0/+11
* undo CL 64100044 / 04d062c2e81cRuss Cox2014-02-172-5/+3
* cmd/link: fix comment typo.Nigel Tao2014-02-181-1/+0
* cmd/gc, runtime: enable precisestack by defaultRuss Cox2014-02-172-3/+5
* runtime: clear f, arg to avoid leak in timerprocRuss Cox2014-02-171-0/+8
* undo CL 64820044 / 4f9dee8402afDave Cheney2014-02-181-6/+0
* crypto/md5: add example for SumChaiShushan2014-02-171-0/+6
* cmd/gc: correct function name in internal error messagesIan Lance Taylor2014-02-161-3/+3
* testing: ease writing parallel benchmarksDmitriy Vyukov2014-02-174-145/+235
* net/http: close body in benchmarksDmitriy Vyukov2014-02-171-0/+4
* go/build: temporarily disable cgo for freebsd/armDave Cheney2014-02-161-1/+0
* build: disable race detector test in run.bat on windowsRuss Cox2014-02-152-2/+7
* cmd/gc: record &x[0] as taking address of x, if x is an arrayRuss Cox2014-02-153-2/+4
* cmd/gc: avoid pointer beyond array in range loopRuss Cox2014-02-151-2/+12
* debug/elf: correct test failure printRuss Cox2014-02-151-1/+1
* cmd/gc: correct liveness for fat variablesRuss Cox2014-02-1517-113/+237
* cmd/gc: do not lower copy to a value node in go/defer.R?my Oudompheng2014-02-151-16/+21
* text/template: don't panic when function call evaluates a nil pointerRob Pike2014-02-142-11/+22
* compress/bzip2: support superfluous Huffman levels.Adam Langley2014-02-141-1/+31
* runtime: fix "invalid address in sys call" on Plan 9David du Colombier2014-02-141-6/+4
* math/big: Add text marshaller interface to IntMichael T. Jones2014-02-142-6/+71
* cmd/go: remove cross compiling restriction on cgoElias Naur2014-02-141-4/+0
* runtime: if traceback sees a breakpoint, don't change the PCIan Lance Taylor2014-02-141-7/+12
* net: handle IP interface stack correctly on linuxMikio Hara2014-02-151-10/+48
* syscall: make use of include/linux when generating system constantsMikio Hara2014-02-151-4/+4
* runtime: remove misleading message during crashDmitriy Vyukov2014-02-141-2/+8
* runtime: fix mem profile when both large and small objects are allocated at t...Dmitriy Vyukov2014-02-141-5/+12
* cmd/gc: fix build for 'default unsigned char' compilersRuss Cox2014-02-142-2/+2
* cmd/go: hide the "TERM" environment variable from "go env"Shenghou Ma2014-02-141-12/+10
* cmd/gc: correct liveness for various non-returning functionsRuss Cox2014-02-141-0/+3
* runtime: fix windows cpu profilerDmitriy Vyukov2014-02-144-6/+19
* cmd/gc: correct liveness for func ending in panicRuss Cox2014-02-132-6/+10
* cmd/gc: correct liveness for wrappers containing tail jumpsRuss Cox2014-02-131-1/+25
* cmd/gc: handle variable initialization by block move in livenessRuss Cox2014-02-135-12/+47
* cmd/5g, cmd/8g: fix buildRuss Cox2014-02-132-4/+3
* syscall: fix system calls with misaligned arguments on freebsd/armMikio Hara2014-02-141-24/+27
* net: disable TestDNSThreadLimit even in non-short mode by defaultMikio Hara2014-02-141-2/+5
* cmd/gc: rename AFATVARDEF to AVARDEFRuss Cox2014-02-1316-24/+24
* cmd/gc: fix liveness for addressed resultsRuss Cox2014-02-131-1/+8
* cmd/gc: rephrase the invalid indexing operation error messageShenghou Ma2014-02-131-1/+1
* cmd/gc: distinguish unnamed vs blank-named return variables betterRuss Cox2014-02-133-13/+27
* cmd/gc: relax address-of escape analysisRuss Cox2014-02-131-2/+19
* container/list: mark must be an element of the listMarkus Zimmermann2014-02-132-4/+21
* math/big: Optimise ARM assemblerNick Craig-Wood2014-02-131-66/+43
* net/http: increase panic stack trace buffer size from 4 KB to 64 KB.David Symonds2014-02-141-1/+1
* crypto/rsa: explain random parameter for GenerateKey and GenerateMultiPrimeKey.Shenghou Ma2014-02-131-5/+7
* cmd/go: fix cgo error output rewriteShenghou Ma2014-02-131-2/+3
* runtime: update malloc comment for MSpan.needzeroRuss Cox2014-02-131-5/+5