about summary refs log tree commit diff
path: root/src/libsync/mutex.rs
AgeCommit message (Expand)AuthorLines
2014-11-24Merge libsync into libstdAaron Turon-218/+0
2014-11-20Fallout from namespaced enumsAaron Turon-2/+0
2014-11-20Rewrite sync::mutex as thin layer over native mutexesAaron Turon-378/+12
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+1
2014-10-13Clean up rustc warnings.NODA, Kai-13/+13
2014-10-10Register new snapshotsAlex Crichton-4/+4
2014-10-09sync: Convert statics to constantsAlex Crichton-4/+4
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