about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
2014-05-07std: Remove a glob to get std to compileAlex Crichton-1/+1
2014-05-07core: Inherit the finally moduleAlex Crichton-160/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+4
2014-04-29rustc: Add search paths to dylib load pathsAlex Crichton-2/+19
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-8/+8
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-3/+3
2014-04-23std: Change Finally to take `&mut self`Alex Crichton-5/+5
2014-04-22Fixed Win64 buildVadim Chugunov-0/+2
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-11Add more type signatures to the docs; tweak a few of them.Huon Wilson-3/+1
2014-04-08Register new snapshotsAlex Crichton-3/+3
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-10/+18
2014-03-31std: Switch field privacy as necessaryAlex Crichton-9/+9
2014-03-29auto merge of #13183 : erickt/rust/remove-list, r=alexcrichtonbors-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-3/+3
2014-03-28std and green: fix some warningsErick Tryzelaar-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-24comm: Implement synchronous channelsAlex Crichton-2/+2
2014-03-23std: Move NativeMutex from &mut self to &selfAlex Crichton-47/+56
2014-03-14fix MIPS targetJyun-Yan You-0/+4
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-02-27std: Small cleanup and test improvementAlex Crichton-3/+1
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-277/+0
2014-02-23std: Remove unstable::langBrian Anderson-54/+0
2014-02-23std: Move raw to std::rawBrian Anderson-96/+0
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-459/+1
2014-02-17Made fail_bounds_check more careful with strings.chromatic-2/+12
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-4/+10
2014-02-16std::unstable::mutex: streamline & clarify documentation.Huon Wilson-26/+37
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-65/+107
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-38/+42
2014-02-16std: add tests for the _noguard lock/signal/wait methods on Mutex.Huon Wilson-2/+28
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-36/+96
2014-02-14Fix all code examplesAlex Crichton-4/+10
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-0/+6
2014-02-13Register new snapshotsAlex Crichton-25/+0
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-0/+3
2014-02-11std -- replaces uses where const borrows would be requiredNiko Matsakis-35/+79
2014-02-09std: Move byteswap functions to memBrian Anderson-27/+0
2014-02-09std: Add init and uninit to mem. Replace direct intrinsic usageBrian Anderson-5/+4
2014-02-08auto merge of #12096 : brson/rust/morestack-addr, r=thestingerbors-3/+0
2014-02-07rm out-of-date comment from std::unstable::rawDaniel Micay-3/+0
2014-02-07remove type descriptors from proc and @TDaniel Micay-0/+20
2014-02-07rustc: Remove 'morestack_addr' intrinsic. UnusedBrian Anderson-3/+0
2014-02-05libstd: Add missing constants for arm/linux.Luqman Aden-1/+5
2014-02-05Implement clone() for TCP/UDP/Unix socketsAlex Crichton-1/+0
2014-02-04Register new snapshotsAlex Crichton-120/+0
2014-02-03std: Hardcode pthread constants and structuresAlex Crichton-300/+217
2014-02-03Add an AtomicU64 type to std::sync::atomicsAlex Crichton-9/+101
2014-02-03std: Fix tests with io_error usageAlex Crichton-1/+1