| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -7/+2 |
| 2015-05-07 | std: Remove a double-box in ReentrantMutex | Alex Crichton | -10/+7 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -0/+48 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -1/+1 |
| 2015-02-20 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -1/+3 |
| 2015-01-08 | Fix destroy assertions in mutex/rwlock/condvar | Michael Neumann | -0/+12 |
| 2015-01-07 | markers -> marker | Nick Cameron | -1/+1 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+1 |
| 2014-12-26 | Relax `Arc` bounds don't require Sync+Send | Flavio Percoco | -3/+2 |
| 2014-12-26 | Move RacyCell to `std::comm` | Flavio Percoco | -1/+2 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -1/+3 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -3/+4 |
| 2014-12-05 | std: Rewrite the `sync` module | Alex Crichton | -0/+52 |
