Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runtime: rename Lock to Mutex | Russ Cox | 2014-08-27 | 1 | -2/+2 |
* | runtime: remove unused variable | Josh Bleecher Snyder | 2014-08-20 | 1 | -1/+1 |
* | runtime: make the GC bitmap a byte array | Dmitriy Vyukov | 2014-08-19 | 1 | -0/+16 |
* | runtime: fix typo in ARM code | Russ Cox | 2014-01-22 | 1 | -1/+1 |
* | runtime: remove locks from netpoll hotpaths | Dmitriy Vyukov | 2014-01-22 | 1 | -0/+13 |
* | runtime: change textflags from numbers to symbols | Keith Randall | 2013-08-12 | 1 | -12/+13 |
* | runtime: make cas64 like cas32 and casp | Russ Cox | 2013-07-12 | 1 | -3/+2 |
* | runtime: replace unions with structs | Dmitriy Vyukov | 2013-04-06 | 1 | -2/+2 |
* | runtime: add atomic xchg64 | Dmitriy Vyukov | 2013-03-05 | 1 | -0/+13 |
* | runtime: add 64-bit atomics | Dmitriy Vyukov | 2012-04-05 | 1 | -1/+61 |
* | runtime: make more build-friendly | Russ Cox | 2011-12-16 | 1 | -0/+83 |