summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime/pprof: test multithreaded profile, remove OS X workaroundsRuss Cox2013-08-0515-136/+68
* undo CL 12486043 / ab644299d124Brad Fitzpatrick2013-08-0521-36/+36
* all: use strings.IndexByte instead of Index where possibleBrad Fitzpatrick2013-08-0521-36/+36
* container/heap: add Fix and document the min is element 0.Pieter Droogendijk2013-08-053-3/+47
* net: use F_DUPFD_CLOEXEC when duping fdsBrad Fitzpatrick2013-08-054-9/+42
* reflect: Get rid of the test for the error message whenKeith Randall2013-08-051-11/+0
* strings: use runtime assembly for IndexByteBrad Fitzpatrick2013-08-056-15/+75
* runtime: tune append crossover on amd64 and 386Dave Cheney2013-08-064-4/+12
* cmd/gc: get rid of redundant slice bound check.Keith Randall2013-08-051-1/+1
* cmd/gc: fix inlining of unnamed structs with embedded fields.R?my Oudompheng2013-08-053-353/+957
* compress/bzip2: support concatenated filesRuss Cox2013-08-053-35/+156
* runtime: remove debugging knob to turn off preemptionRuss Cox2013-08-051-6/+0
* undo CL 12250043 / e911f94c4902Dmitriy Vyukov2013-08-055-32/+33
* os, syscall: implement Getwd on darwin using getattrlistBrad Fitzpatrick2013-08-054-13/+106
* runtime: remove singleproc varDmitriy Vyukov2013-08-053-6/+3
* runtime: use gcpc/gcsp during traceback of goroutines in syscallsDmitriy Vyukov2013-08-055-33/+32
* crypto/cipher: add GCM mode.Adam Langley2013-08-053-9/+530
* crypto: include hash number in panic message.Adam Langley2013-08-051-1/+2
* net: fix some test bugChaiShushan2013-08-051-0/+2
* time: match month and day names only when not followed immediately by a lower...Rob Pike2013-08-052-2/+20
* runtime: remove unused scheduler knobDmitriy Vyukov2013-08-042-16/+1
* runtime: remove dead codeDmitriy Vyukov2013-08-044-66/+6
* net: fix concurrent Accept on windowsDmitriy Vyukov2013-08-042-0/+35
* net/http: fix Response.Header documentation for multiple headers with same keyJosh Bleecher Snyder2013-08-041-1/+1
* runtime: disable dynamic priority boosting on windowsDmitriy Vyukov2013-08-043-4/+17
* html/template: delete panic recovery code from testRob Pike2013-08-041-6/+0
* html/template: handle nils during indirectionJosh Bleecher Snyder2013-08-042-0/+31
* libbio: add casts to remove -Wconversion warningsIan Lance Taylor2013-08-0311-29/+29
* cmd/dist: generate cmd/cgo/zdefaultcc.go on windows (fixes windows build)Alex Brainman2013-08-031-1/+4
* various: deleted unused itemsRob Pike2013-08-037-66/+0
* net: reduce unnecessary syscall.Sockaddr conversionsMikio Hara2013-08-038-74/+95
* net: make IP address selection work correctly on IPv6-only kernelMikio Hara2013-08-033-13/+55
* build: ignore new zfiles, delete temp goplay binary in run.bashBrad Fitzpatrick2013-08-021-0/+1
* cmd/dist: fix windows build.R?my Oudompheng2013-08-021-1/+1
* cmd/go: fix buildBrad Fitzpatrick2013-08-021-1/+1
* cmd/go: Fix go get when the fetched XML uses ASCII encodingAlberto Garc?a Hierro2013-08-022-4/+29
* runtime: reimplement reflect.call to not use stack splitting.Keith Randall2013-08-029-24/+320
* cmd/dist: fix build againRuss Cox2013-08-021-0/+44
* cmd/dist: fix buildRuss Cox2013-08-021-2/+2
* build: on OS X 10.8 and later, use clang instead of gccRuss Cox2013-08-027-31/+64
* testing: make parsing of -cpu more lenientRuss Cox2013-08-021-10/+13
* runtime: in newstack, double-check calling goroutineRuss Cox2013-08-021-0/+7
* misc/dist: don't ship cmd/apiBrad Fitzpatrick2013-08-021-3/+6
* cmd/go: change error message to refer to correct bootstrap commandAlex Brainman2013-08-021-1/+14
* image/draw: fix typos found by "go vet".Nigel Tao2013-08-021-2/+2
* fmt: clean up some errors found by vetRob Pike2013-08-025-13/+3
* runtime: disable preemption during software fp routinesRuss Cox2013-08-011-0/+23
* bytes: move IndexByte assembly to pkg runtimeBrad Fitzpatrick2013-08-018-179/+176
* net/url: prepend slash to path in String()Scott Ferguson2013-08-012-0/+19
* runtime: fix traceback across morestackRuss Cox2013-08-011-0/+4