about summary refs log tree commit diff
path: root/src/libstd/unstable
AgeCommit message (Expand)AuthorLines
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
2013-10-08make small ty_struct immediateDaniel Micay-1/+3
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-1/+1
2013-10-05auto merge of #9713 : sfackler/rust/dynamic_lib, r=alexcrichtonbors-10/+19
2013-10-05Fix thread safety issues in dynamic_libSteven Fackler-10/+19
2013-10-04Register new snapshotsAlex Crichton-2/+0
2013-10-01remove the `float` typeDaniel Micay-4/+5
2013-09-30std: Remove usage of fmt!Alex Crichton-15/+15
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-2/+2
2013-09-23auto merge of #9454 : alexcrichton/rust/snapshot, r=thestingerbors-15/+0
2013-09-23Register new snapshotsAlex Crichton-15/+0
2013-09-23test: Fix rustdoc and tests.Patrick Walton-11/+0
2013-09-23librustc: Remove `@fn` managed closures from the language.Patrick Walton-1/+0
2013-09-23libsyntax: Introduce routines and remove all `@fn`s from libsyntax save the o...Patrick Walton-8/+14
2013-09-23Find the cratemap at runtime on windows.Luqman Aden-2/+2
2013-09-18librustc/libstd: No longer pass crate_map to start.Luqman Aden-0/+14
2013-09-18Register new snapshotsAlex Crichton-117/+1
2013-09-17remove unnecessary transmutesDaniel Micay-7/+1
2013-09-16switch Drop to `&mut self`Daniel Micay-5/+5
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-53/+0
2013-09-11Flag the dynamic_lib tests as ignoredAlex Crichton-1/+3
2013-09-06Flag the Repr::repr function with #[inline]Alex Crichton-0/+1
2013-09-03add type name to the tydescDaniel Micay-0/+3
2013-09-02repr: handle tuple structs sanelyDaniel Micay-3/+3
2013-09-02repr: add support for trait objectsDaniel Micay-1/+1
2013-08-31repr: print the name of structsDaniel Micay-2/+2
2013-08-30auto merge of #8867 : thestinger/rust/smaller-arc, r=alexcrichtonbors-1/+9
2013-08-30auto merge of #8820 : alexcrichton/rust/no-io-writer, r=brsonbors-1/+100
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-0/+1
2013-08-29reduce the size of UnsafeArc from 2 words to 1Daniel Micay-1/+9