summary refs log tree commit diff
path: root/src/libsync/lock.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-18/+18
2014-06-18Fallout from TaskBuilder changesAaron Turon-6/+4
2014-06-11sync: Move underneath libstdAlex Crichton-4/+12
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-17/+22
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-1/+1
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-1/+2
2014-04-10std: Make std::comm return types consistentAlex Crichton-1/+1
2014-04-08sync: remove unsafe and add Send+Share to Deref (enabled by autoderef vtables)Jim Radford-7/+5
2014-03-31sync: Switch field privacy as necessaryAlex Crichton-17/+17
2014-03-23sync: Introduce new wrapper types for lockingAlex Crichton-0/+816