about summary refs log tree commit diff
path: root/src/libsync/lock.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-08-29Register new snapshotsAlex Crichton-34/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+34
2014-08-07Rename `Share` to `Sync`Alex Crichton-5/+5
2014-08-01Fix misspelled comments.Joseph Crail-2/+2
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-9/+9
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
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