| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: use typedmemclr for typed memory | Austin Clements | 2016-10-28 | 1 | -2/+2 |
| * | runtime: rename fastrand1 to fastrand | Josh Bleecher Snyder | 2016-08-30 | 1 | -1/+1 |
| * | runtime: simplify mallocgc flag argument | Keith Randall | 2016-04-20 | 1 | -1/+1 |
| * | runtime: make execution error panic values implement the Error interface | Emmanuel Odeke | 2016-04-10 | 1 | -1/+1 |
| * | runtime: never pass stack pointers to gopark | Austin Clements | 2016-03-16 | 1 | -8/+22 |
| * | runtime: put g.waiting list in lock order | Austin Clements | 2016-03-16 | 1 | -8/+11 |
| * | runtime: use indexes for select lock order | Austin Clements | 2016-03-16 | 1 | -34/+38 |
| * | runtime: record channel in sudog | Austin Clements | 2016-03-16 | 1 | -0/+2 |
| * | runtime: improve comment on selectgo | Austin Clements | 2016-03-14 | 1 | -2/+9 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -3/+3 |
| * | runtime: document non-obvious requirement on sudog.elem | Austin Clements | 2016-02-25 | 1 | -0/+2 |
| * | Revert "cmd/compile: move hiter, hmap, and scase definitions into builtin.go" | Matthew Dempsky | 2016-02-23 | 1 | -2/+2 |
| * | cmd/compile: move hiter, hmap, and scase definitions into builtin.go | Matthew Dempsky | 2016-02-22 | 1 | -2/+2 |
| * | runtime: break out system-specific constants into package sys | Michael Matloob | 2015-11-12 | 1 | -2/+5 |
| * | runtime: simplify chan ops, take 2 | Keith Randall | 2015-11-08 | 1 | -86/+32 |
| * | Revert "runtime: simplify buffered channels." | Keith Randall | 2015-11-06 | 1 | -32/+86 |
| * | runtime: simplify buffered channels. | Keith Randall | 2015-11-05 | 1 | -86/+32 |
| * | runtime, syscall: add calls to msan functions | Ian Lance Taylor | 2015-10-21 | 1 | -0/+19 |
| * | runtime: add memory barrier for sync send in select | Russ Cox | 2015-07-13 | 1 | -1/+1 |
| * | runtime: remove a modulus calculation from pollorder | Josh Bleecher Snyder | 2015-04-27 | 1 | -1/+1 |
| * | runtime: tighten select permutation generation | Josh Bleecher Snyder | 2015-04-27 | 1 | -5/+1 |
| * | runtime: merge slice and sliceStruct | Michael Hudson-Doyle | 2015-04-15 | 1 | -5/+5 |
| * | runtime: remove futile wakeups from trace | Dmitry Vyukov | 2015-03-17 | 1 | -1/+3 |
| * | runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files | Keith Randall | 2015-03-11 | 1 | -1/+1 |
| * | runtime: remove runtime frames from stacks in traces | Dmitry Vyukov | 2015-03-10 | 1 | -6/+6 |
| * | runtime: cleanup chan code | Dmitry Vyukov | 2015-03-02 | 1 | -42/+71 |
| * | runtime: add tracing of runtime events | Dmitry Vyukov | 2015-01-28 | 1 | -2/+2 |
| * | runtime: use typed memmove (write barriers) for chan, map, interface content | Russ Cox | 2015-01-06 | 1 | -4/+4 |
| * | runtime: rename gothrow to throw | Keith Randall | 2014-12-28 | 1 | -6/+6 |
| * | runtime: remove thunk.s | Russ Cox | 2014-12-23 | 1 | -0/+1 |
| * | runtime: use doubly-linked lists for channel send/recv queues. | Keith Randall | 2014-12-08 | 1 | -16/+30 |
| * | [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage | Russ Cox | 2014-11-24 | 1 | -0/+2 |
| |\ |
|
| | * | [dev.cc] all: merge default (e4ab8f908aac) into dev.cc | Russ Cox | 2014-11-20 | 1 | -0/+2 |
| | |\ |
|
| | | * | runtime: fix sudog leak | Russ Cox | 2014-11-16 | 1 | -0/+2 |
| * | | | [dev.garbage] all: merge dev.cc into dev.garbage | Russ Cox | 2014-11-15 | 1 | -3/+3 |
| |\ \ \
| |/ / |
|
| | * | | [dev.cc] runtime: convert scheduler from C to Go | Russ Cox | 2014-11-11 | 1 | -3/+3 |
| | |/ |
|
| * | | [dev.garbage] all: merge default (dd5014ed9b01) into dev.garbage | Russ Cox | 2014-10-29 | 1 | -4/+4 |
| |\ \
| |/ |
|
| | * | runtime: dequeue the correct SudoG | Keith Randall | 2014-10-18 | 1 | -4/+4 |
| * | | [dev.garbage] all: merge default into dev.garbage | Russ Cox | 2014-10-06 | 1 | -0/+1 |
| |\ \
| |/ |
|
| | * | runtime: clear sg.selectdone before saving in SudoG cache | Russ Cox | 2014-10-03 | 1 | -1/+7 |
| | * | runtime: clear stale values from G.param and SudoG.elem | Russ Cox | 2014-10-03 | 1 | -0/+7 |
| * | | [dev.garbage] runtime: make sure G.param and SudoG.elem do not hold stale poi... | Russ Cox | 2014-10-02 | 1 | -0/+7 |
| |/ |
|
| * | runtime: merge mallocgc, gomallocgc | Russ Cox | 2014-09-09 | 1 | -1/+1 |
| * | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+636 |