summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A+C: Alexander Larsson (individual CLA)David Symonds2014-02-122-0/+2
* go/parser: better error messages for if/switch/for conditions/expressionsRobert Griesemer2014-02-112-11/+15
* api: update next.txtShenghou Ma2014-02-111-0/+69
* cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes.Shenghou Ma2014-02-113-9/+26
* go/parser: check presence of 2nd and 3rd index in 3-index sliceRobert Griesemer2014-02-112-5/+26
* cmd/6g, cmd/8g, cmd/5g: make the undefined instruction have no successorsDaniel Morsing2014-02-113-3/+3
* archive/zip: re-use flate.Writers when writing compressed filesBrad Fitzpatrick2014-02-111-1/+40
* runtime: do not profile blocked netpoll on windowsDmitriy Vyukov2014-02-111-0/+8
* runtime: homogenize panic strings on Plan 9David du Colombier2014-02-111-0/+4
* A+C: P?ter Szil?gyi (individual CLA)Andrew Gerrand2014-02-112-0/+2
* archive/zip: use correct test, fix 32-bit buildAndrew Gerrand2014-02-111-4/+4
* archive/zip: actually test uncompressed sizeAndrew Gerrand2014-02-111-6/+8
* doc: remove "Code that grows with grace" video from front pageAndrew Gerrand2014-02-111-1/+0
* cmd/gc: change compile error to "use of package %S without selector"Brendan Daniel Tracey2014-02-101-1/+1
* A+C: Brendan Daniel Tracey (individual CLA)Russ Cox2014-02-102-0/+2
* doc: restore race detector manualAndrew Gerrand2014-02-112-1/+390
* container/heap: avoid and/or ambiguity in documentationRobert Griesemer2014-02-101-1/+1
* runtime: handle "sys: trap: divide error" note on Plan 9David du Colombier2014-02-101-0/+1
* lib/codereview: allow addca CLs without LGTMRuss Cox2014-02-101-1/+6
* cmd/go: fix commentDmitriy Vyukov2014-02-101-1/+1
* runtime: fix crash during cpu profilingDmitriy Vyukov2014-02-101-5/+3
* cmd/go: better advice for heap profilingDmitriy Vyukov2014-02-101-3/+1
* runtime: do not cpu profile idle threads on windowsDmitriy Vyukov2014-02-105-7/+28
* misc/pprof: support web profiles on windowsDmitriy Vyukov2014-02-101-0/+7
* cmd/go: skip $ORIGIN test on darwin systemsDave Cheney2014-02-101-1/+1
* cmd/go: fix test.bashDave Cheney2014-02-102-7/+40
* archive/zip: add flate writing benchmarkBrad Fitzpatrick2014-02-091-0/+18
* include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes.Shenghou Ma2014-02-0911-13/+45
* C: add Robert Sesek (Google CLA)Andrew Gerrand2014-02-101-0/+1
* syscall: add missing include statement to bootstrap error code and signal gen...Mikio Hara2014-02-091-0/+1
* cmd/6g: faster memmove/memset-like code using unaligned load/stores.R?my Oudompheng2014-02-072-13/+46
* cmd/gc: revert CL 60740044David du Colombier2014-02-071-1/+1
* cmd/gc: fix nil pointer dereferenceDavid du Colombier2014-02-071-1/+1
* net: remove superfluous type conversionAlex Brainman2014-02-071-1/+1
* runtime: faster memclr on x86.Keith Randall2014-02-0611-62/+324
* os/exec: use filepath.Base in CommandAlex Brainman2014-02-072-11/+3
* syscall: make use of signed char explicit in generating z-files on freebsd/armMikio Hara2014-02-071-1/+3
* syscall: regenerate EABI call convention compliant syscalls for freebsd/armMikio Hara2014-02-071-7/+7
* syscall: fix build on freebsd/armMikio Hara2014-02-071-4/+6
* runtime/cgo: fix build on freebsd/armMikio Hara2014-02-071-0/+1
* runtime: fix build on freebsd/armMikio Hara2014-02-071-14/+16
* net/mail: correctly handle whitespaces when formatting an email addressJakub Ryszard Czarnowicz2014-02-072-2/+18
* cmd/go: do not create world-writable files.Shenghou Ma2014-02-061-6/+6
* math/big: replace goto with for loopRichard Musiol2014-02-061-8/+6
* doc/install.html: get rid of explicit version number in docs.Shenghou Ma2014-02-061-3/+4
* cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabledElias Naur2014-02-066-54/+79
* A+C: Denis Brandolini (individual CLA)Brad Fitzpatrick2014-02-052-0/+2
* encoding/json: mention escaping of '&'Shenghou Ma2014-02-051-1/+2
* cmd/go, doc/go1.3.txt: misc/benchcmp has been replaced by go tool benchcmpJosh Bleecher Snyder2014-02-044-135/+13
* text/tabwriter: improve panic backtracesJosh Bleecher Snyder2014-02-042-4/+45