about summary refs log tree commit diff
path: root/src/libsync
AgeCommit message (Expand)AuthorLines
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-22/+69
2014-08-26Clarify what tx and rx meanRobert Clipsham-0/+4
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-3/+3
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-3/+5
2014-08-13Fix various fallout from timer changesBrian Anderson-2/+4
2014-08-12Deprecation fallout in libsyncAaron Turon-0/+3
2014-08-07Rename `Share` to `Sync`Alex Crichton-18/+18
2014-08-04stabilize atomics (now atomic)Aaron Turon-165/+166
2014-08-01Fix misspelled comments.Joseph Crail-2/+2
2014-08-01libsync: Add safer abstraction for SPSC queue.Kevin Butler-36/+143
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-67/+67
2014-07-24auto merge of #15781 : alexcrichton/rust/issue-15758, r=bblumbors-0/+11
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-2/+2
2014-07-18sync: Fail with init semaphore count < 0Alex Crichton-0/+11
2014-07-17sync: Ensure try_send() wakes up receiversAlex Crichton-1/+26
2014-07-17deprecate Vec::getNick Cameron-4/+4
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-11/+11
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-11/+11
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-04auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brsonbors-2/+2
2014-07-03Fix spelling errors.Joseph Crail-4/+4
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-21/+60
2014-07-02Apply stability attributes to std::commAlex Crichton-0/+36
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-15/+15
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-6/+9
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+9
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-138/+141
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-1/+2
2014-06-19sync: Enable the fast path of select()Alex Crichton-1/+1
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Fallout from TaskBuilder changesAaron Turon-6/+4
2014-06-18rustdoc: Fix testing indented code blocksAlex Crichton-1/+1
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-16auto merge of #14877 : Seldaek/rust/commdocs, r=alexcrichtonbors-0/+46
2014-06-16Add examples of how to read from a channel with a timeout, refs #13862Jordi Boggiano-0/+46
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-14Register new snapshotsAlex Crichton-5/+1
2014-06-13Audit usage of NativeMutexAlex Crichton-2/+9
2014-06-12auto merge of #14813 : cmr/rust/once-docs-unsafe, r=alexcrichtonbors-10/+6
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-345/+6292
2014-06-10sync: Once is no longer unsafe, update docsCorey Richardson-10/+6
2014-06-10auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichtonbors-2/+2
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-4/+4
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2