about summary refs log tree commit diff
path: root/src/libsync/raw.rs
AgeCommit message (Expand)AuthorLines
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-08-29Register new snapshotsAlex Crichton-7/+0
2014-08-28auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichtonbors-2/+2
2014-08-28Fallout from stabilizing core::optionAaron Turon-2/+2
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+7
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-6/+6
2014-07-26std: Stabilize unit, bool, ty, tuple, arc, anyAlex Crichton-3/+3
2014-07-24auto merge of #15781 : alexcrichton/rust/issue-15758, r=bblumbors-0/+11
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-18sync: Fail with init semaphore count < 0Alex Crichton-0/+11
2014-07-17deprecate Vec::getNick Cameron-2/+2
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
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-10/+10
2014-06-15Register new snapshotsAlex Crichton-2/+2
2014-06-11sync: Move underneath libstdAlex Crichton-5/+11
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-4/+4
2014-06-06Make sync::raw::Sem use Unsafe to manage mutability instead of transmuting an...Jonathan S-22/+8
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-1/+1
2014-05-17std: Refactor liballoc out of lib{std,sync}Alex Crichton-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-9/+8
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+5
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-10std: Make std::comm return types consistentAlex Crichton-6/+5
2014-03-31sync: Switch field privacy as necessaryAlex Crichton-14/+14
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3
2014-03-27Fix fallout of removing default boundsAlex Crichton-2/+2
2014-03-23sync: Rewrite the base primitivesAlex Crichton-0/+1119