summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* reflect: use runtime's memmove instead of its ownKeith Randall2014-09-102-26/+6
* runtime: stop plan9/amd64 build from crashingAnthony Martin2014-09-101-0/+1
* runtime: cleanup openbsd semasleep implementationMatthew Dempsky2014-09-091-33/+22
* runtime: call rfork on scheduler stack on Plan 9Anthony Martin2014-09-097-71/+69
* runtime: more cleanupsKeith Randall2014-09-099-19/+10
* runtime: map iterators: always use intrabucket randomessKeith Randall2014-09-092-32/+31
* runtime: fix plan9/amd64 build?Russ Cox2014-09-091-1/+1
* runtime: fix windows/386 buildRuss Cox2014-09-093-1/+5
* runtime: avoid read overrun in heapdumpRuss Cox2014-09-091-0/+2
* testing: read coverage counters atomicallyRob Pike2014-09-091-3/+6
* fmt: fix allocation testRob Pike2014-09-091-4/+7
* strconv: fix documentation for CanBackquote.Rob Pike2014-09-091-1/+1
* runtime: fix build failures after CL 137410043Russ Cox2014-09-099-19/+36
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-0949-2893/+358
* undo CL 140110043 / 17b5fc2aa130Alex Brainman2014-09-091-4/+4
* runtime: merge mallocgc, gomallocgcRuss Cox2014-09-0913-44/+33
* runtime: let stack copier update Panic structs for usRuss Cox2014-09-083-15/+13
* syscall: keep Windows syscall pointers live tooBrad Fitzpatrick2014-09-082-6/+33
* runtime: on bigger maps, start iterator at a random bucket.Keith Randall2014-09-082-10/+44
* syscall: fix comment in mkall_windows.batBrad Fitzpatrick2014-09-081-1/+1
* runtime: enable StackCopyAlwaysRuss Cox2014-09-081-1/+1
* runtime: note the double-releasem isn't an error.Keith Randall2014-09-081-0/+4
* net: don't set wrong option for controlling tcp keepalive on openbsdMikio Hara2014-09-091-14/+3
* runtime: turn off StackCopyAlwaysRuss Cox2014-09-081-1/+1
* runtime: mark endcgo go:nosplitRuss Cox2014-09-081-0/+1
* go/parser: fix (pathological) corner caseRobert Griesemer2014-09-082-0/+3
* runtime: mark freedefer and deferclass go:nosplitRuss Cox2014-09-081-0/+2
* runtime: enable StackCopyAlwaysRuss Cox2014-09-081-1/+1
* runtime: undo stray edit from CL 140380043Russ Cox2014-09-081-1/+1
* syscall: keep allocated C string live across call to SyscallRuss Cox2014-09-0829-23/+607
* runtime: run sighandler on g0 stack on windowsRuss Cox2014-09-082-13/+81
* runtime: merge panic1.go back into panic.goKeith Randall2014-09-082-209/+202
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-0836-631/+605
* runtime: a few cleanups.Keith Randall2014-09-087-18/+13
* androidtest.bash: adjustment for move from src/pkg to srcDavid Crawshaw2014-09-081-1/+1
* cmd/cc: fix undefined behaviour warning in bv.cDave Cheney2014-09-081-1/+1
* cmd/gc: fix undefined behaviour warning in subr.cDave Cheney2014-09-081-1/+1
* build: more adjustments for move from src/pkg to srcRuss Cox2014-09-082-3/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-082097-0/+0
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-0867-259/+247
* net/http: add Transport.DialTLS hookBrad Fitzpatrick2014-09-072-20/+83
* runtime: implement time.now in assembly on plan9, solaris, windowsRuss Cox2014-09-079-43/+95
* net/http/httptest: delete TestIssue7264Russ Cox2014-09-071-23/+0
* runtime: fix semacquire->acquireSudog->malloc->gogc->semacquire loopRuss Cox2014-09-071-1/+13
* net/http/httptest: fix deadlock in TestIssue7264Russ Cox2014-09-071-5/+5
* runtime: save g to TLS more aggressivelyRuss Cox2014-09-073-25/+57
* crypto/tls: print unexpected error in testRuss Cox2014-09-071-1/+1
* liblink: fix arm wrapper prologueRuss Cox2014-09-071-1/+1
* build: fix windows make.batRuss Cox2014-09-071-1/+1
* cmd/dist: remove goc2cRuss Cox2014-09-073-860/+0