about summary refs log tree commit diff
path: root/src/libsync/deque.rs
AgeCommit message (Expand)AuthorLines
2014-11-24Merge libsync into libstdAaron Turon-663/+0
2014-11-20Make most of std::rt privateAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-01bubble up out-of-memory errors from liballocDaniel Micay-0/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-8/+8
2014-10-13Clean up rustc warnings.NODA, Kai-19/+15
2014-10-10Register new snapshotsAlex Crichton-3/+3
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-15silence various warnings in stdlib, no idea why they suddenly startedNiko Matsakis-5/+5
2014-08-07Rename `Share` to `Sync`Alex Crichton-5/+5
2014-08-04stabilize atomics (now atomic)Aaron Turon-2/+2
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-3/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-4/+7
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-10/+13
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-0/+658