about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
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
2013-10-23Making fields in std and extra : private #4386reedlepee-8/+728
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-9/+9
2013-10-21auto merge of #10000 : cmr/rust/snapshot, r=alexcrichtonbors-3/+0
2013-10-21Register snapshotsCorey Richardson-3/+0
2013-10-21fix the new floating point intrinsicsDaniel Micay-2/+2
2013-10-21expose new floating point intrinsicsDaniel Micay-0/+20
2013-10-18auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonwbors-704/+0
2013-10-18Remove the fmt! syntax extensionAlex Crichton-704/+0
2013-10-18auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonwbors-7/+4
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-7/+4
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-1/+1
2013-10-17Register new snapshotsAlex Crichton-1/+0
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-1/+2
2013-10-16auto merge of #9885 : thestinger/rust/vector, r=brsonbors-1/+1
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-1/+1
2013-10-15fix bounds checking failure messageDaniel Micay-1/+1
2013-10-14add an `abort` intrinsicDaniel Micay-0/+3
2013-10-14Remove unused abi attributes.Steve Klabnik-1/+0
2013-10-11De-pub some private runtime componentsAlex Crichton-14/+4
2013-10-08auto merge of #9759 : thestinger/rust/immediate, r=alexcrichtonbors-1/+3