about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-1/+1
2013-12-01remove useless `transmute_immut` functionDaniel Micay-1/+1
2013-11-30Wrap the return value of the type_id intrinsic in an opaque boxCorey Richardson-1/+24
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-1/+1
2013-11-28Register new snapshotsAlex Crichton-2/+1
2013-11-26librustc: Fix merge fallout.Patrick Walton-2/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-10/+10
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-57/+36
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-11-25Move LittleLock to using RAIIAlex Crichton-71/+71
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-83/+59
2013-11-24Remove linked failure from the runtimeAlex Crichton-83/+59
2013-11-22add a breakpoint intrinsic for debuggingDaniel Micay-0/+4
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-17/+16
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-11/+1
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-32/+21
2013-11-18Implement a native mutex typeAlex Crichton-0/+337
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-11/+1
2013-11-13add rust_trylock_little_lockJason Toffaletti-1/+16
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-33/+8
2013-11-11auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brsonbors-0/+1
2013-11-10Register new snapshotsAlex Crichton-13/+1
2013-11-10temporarily disable tests on android and tagging issue number #10379Young-il Choi-0/+1
2013-11-07std: Make atomic types non-copyable. Closes #8380Brian Anderson-14/+20
2013-11-06Register new snapshotsAlex Crichton-39/+9
2013-11-05Rename misleading contains_managed to owns_managedNiko Matsakis-0/+5
2013-11-04auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakisbors-0/+3
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-0/+3
2013-11-04auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakisbors-4/+10
2013-11-03simplify memcpy/memmove/memset intrinsicsDaniel Micay-0/+15
2013-11-01Register new snapshotsAlex Crichton-3/+0
2013-11-01Add a type_id intrinsicAlex Crichton-4/+10
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-1/+31
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-1/+31
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-4/+9
2013-10-29auto merge of #10058 : alexcrichton/rust/uv-crate, r=brsonbors-1/+1
2013-10-29Adjust reflection for the possibility of discriminants larger than int.Jed Davis-4/+9
2013-10-29auto merge of #10135 : alexcrichton/rust/snapshots, r=thestingerbors-5/+4
2013-10-28auto merge of #10127 : thestinger/rust/cold, r=pcwaltonbors-0/+2
2013-10-28Register new snapshotsAlex Crichton-5/+4
2013-10-28Make some more rt components publicAlex Crichton-1/+1
2013-10-28add support for the `cold` function attributeDaniel Micay-0/+2
2013-10-28auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwaltonbors-2/+2
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-11/+31
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-2/+2
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-0/+47
2013-10-23mark some functions as returning !Daniel Micay-2/+1
2013-10-23register snapshotsDaniel Micay-8/+0
2013-10-23Removed the file src/libstd/unstable/extfmt.rreedlepee-703/+0
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-18/+1