about summary refs log tree commit diff
path: root/src/libstd/sync/deque.rs
AgeCommit message (Expand)AuthorLines
2014-05-24std: minor simplification to sync::deque.Huon Wilson-5/+5
2014-05-21std,green: Mark some queue types as NoShareAlex Crichton-3/+9
2014-05-19std: Remove UnsafeArcAlex Crichton-18/+13
2014-05-19std: Rebuild sync::deque on ArcAlex Crichton-25/+27
2014-05-11sync::deque: port to the new allocator APIDaniel Micay-15/+19
2014-05-11core: Remove the cast moduleAlex Crichton-12/+11
2014-05-08Rename slice::unzip() to vec::unzip()Kevin Ballard-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-9/+12
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+4
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-8/+8
2014-03-31std: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-23iter: remove `to_owned_vec`Daniel Micay-3/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-15std: clean up ptr a bitCorey Richardson-1/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-12/+12
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-1/+1
2014-01-21[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behaviorSimon Sapin-1/+1
2013-12-24std: Introduce std::syncAlex Crichton-0/+661