summaryrefslogtreecommitdiff
path: root/src/runtime/chan.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] all: merge default (e4ab8f908aac) into dev.ccRuss Cox2014-11-201-1/+1
|\
| * [dev.cc] runtime: convert memory allocator and garbage collector to GoRuss Cox2014-11-111-1/+1
* | runtime: fix sudog leakRuss Cox2014-11-161-0/+1
|/
* runtime: zero a few more dead pointers.Keith Randall2014-10-081-4/+7
* runtime: clear stale values from G.param and SudoG.elemRuss Cox2014-10-031-2/+9
* runtime: remove duplicated Go constantsRuss Cox2014-09-161-1/+1
* runtime: merge mallocgc, gomallocgcRuss Cox2014-09-091-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+644