about summary refs log tree commit diff
path: root/src/libsync/mutex.rs
AgeCommit message (Expand)AuthorLines
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-19/+19
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-15/+11
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-03Fix spelling errors.Joseph Crail-1/+1
2014-06-13Audit usage of NativeMutexAlex Crichton-2/+9
2014-06-11sync: Move underneath libstdAlex Crichton-11/+15
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+4
2014-03-31sync: Switch field privacy as necessaryAlex Crichton-9/+9
2014-03-23sync: Move the Mutex type to using &selfAlex Crichton-0/+579