about summary refs log tree commit diff
path: root/src/libsync
AgeCommit message (Expand)AuthorLines
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
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-1/+4
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-4/+4
2014-06-07auto merge of #14708 : gereeter/rust/faster-sem, r=alexcrichtonbors-22/+8
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-06Make sync::raw::Sem use Unsafe to manage mutability instead of transmuting an...Jonathan S-22/+8
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Remove String's to_ownedRicho Healey-14/+14
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-24auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichtonbors-17/+22
2014-05-25Paper over privacy issues with Deref by changing field names.Huon Wilson-17/+22
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-391/+5
2014-05-15auto merge of #14174 : stepancheg/rust/once, r=alexcrichtonbors-0/+5