about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2014-01-27Removed take_glue from tydesc, inlining the equivalent refcount increment cod...Eduard Burtescu-0/+2
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-1/+3
2014-01-25Uppercase numeric constantsChris Wong-4/+4
2014-01-22libc: switch `free` to the proper signatureDaniel Micay-20/+20
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-56/+52
2014-01-21Purge borrowck from libstdAlex Crichton-40/+0
2014-01-17handle zero-size allocations correctlyDaniel Micay-8/+5
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-6/+0
2014-01-15auto merge of #11565 : mozilla/rust/snapshot, r=huonwbors-38/+1
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-6/+0
2014-01-15auto merge of #11561 : eddyb/rust/moar-inlines, r=pcwaltonbors-0/+2
2014-01-15register snapshotsDaniel Micay-38/+1
2014-01-15libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...Eduard Burtescu-0/+2
2014-01-14add implementation of `Repr` for `~[T]`Daniel Micay-0/+1
2014-01-14remove `borrow_offset` as ~ is now free of headersDaniel Micay-7/+0
2014-01-14remove reference counting headers from ~Daniel Micay-0/+2
2014-01-11Removed free_glue from tydesc (the code is still generated, but inlined in dr...Eduard Burtescu-2/+31
2014-01-07extratest: Fix all leaked trait importsAlex Crichton-1/+2
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-2/+0
2014-01-07Fix remaining cases of leaking importsAlex Crichton-2/+5
2014-01-07std: Fill in all missing importsAlex Crichton-0/+3
2014-01-07auto merge of #11348 : alexcrichton/rust/snapshots, r=brsonbors-2/+2
2014-01-06Remove some unnecessary type castsFlorian Hahn-2/+2
2014-01-06Register new snapshotsAlex Crichton-2/+2
2014-01-03fixup! libstd: Always inline all byteswap functionsCarl-Anton Ingmarsson-27/+27
2014-01-02libstd: Always inline all byteswap functionsCarl-Anton Ingmarsson-27/+27
2014-01-01Add byteswap intrinsics for converting from big/little to host endianCarl-Anton Ingmarsson-0/+13
2013-12-31auto merge of #11187 : alexcrichton/rust/once, r=brsonbors-1/+148
2013-12-31Convert relevant static mutexes to OnceAlex Crichton-10/+13
2013-12-31Implement volatile_load and volatile_store intrinsics.Peter Zotov-0/+12
2013-12-29Actually block in a windows cvarAlex Crichton-1/+1
2013-12-28Implement a Once primitive for initializationAlex Crichton-1/+145
2013-12-25Test fixes and rebase conflictsAlex Crichton-0/+2
2013-12-24std: Get stdtest all passing againAlex Crichton-8/+6
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-15/+2
2013-12-24std: Introduce std::syncAlex Crichton-1087/+6
2013-12-24std: Introduce an unstable::stack moduleAlex Crichton-0/+274
2013-12-16Fallout of rewriting std::commAlex Crichton-24/+12
2013-12-15std: fix spelling in docs.Huon Wilson-1/+1
2013-12-12Inline Finallyalizer::drop, allowing LLVM to optimize `finally`.Eduard Burtescu-0/+1
2013-12-11Make 'self lifetime illegal.Erik Price-7/+7
2013-12-10libstd: Change `atomically` to use RAII.Patrick Walton-43/+71
2013-12-10libstd: Remove `Cell`s that were used because of `finally` by convertingPatrick Walton-27/+42
2013-12-10libextra: Another round of de-`Cell`-ing.Patrick Walton-3/+1
2013-12-08Remove dead codesKiet Tran-0/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-1/+1
2013-12-03Move std::util::ignore to std::prelude::dropSteven Fackler-4/+3
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-4/+0
2013-12-03Register new snapshotsAlex Crichton-4/+0
2013-12-01auto merge of #10756 : thestinger/rust/transmute, r=alexcrichtonbors-1/+1