summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-10-24libextra: Make arc clone inlinePatrick Walton-0/+3
2013-10-24extra: Add getter methods to extra::rational::Ratiogifnksm-0/+66
2013-10-23auto merge of #10032 : thestinger/rust/snapshot, r=huonwbors-1/+1
2013-10-23register snapshotsDaniel Micay-1/+1
2013-10-23auto merge of #10034 : sfackler/rust/time, r=alexcrichtonbors-13/+13
2013-10-23Re-make time struct fields publicSteven Fackler-13/+13
2013-10-23auto merge of #9810 : huonw/rust/rand3, r=alexcrichtonbors-10/+10
2013-10-23std::rand: add distributions::Range for generating [lo, hi).Huon Wilson-10/+10
2013-10-23Removed unnecessary comments and white spaces as suggestedreedlepee-17/+9
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-117/+9
2013-10-23Making fields in std and extra : private #4386reedlepee-96/+218
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-278/+278
2013-10-21Add support for nested commentsGeorges Dubus-26/+26
2013-10-18rustpkg: Make rustpkg tests stop comparing datesTim Chevalier-1/+1
2013-10-18auto merge of #9927 : chris-morgan/rust/fix-url-to_str-so-it-includes-the-por...bors-1/+11
2013-10-19Fix extra::url::to_str to include the port.Chris Morgan-1/+11
2013-10-18auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonwbors-5/+3
2013-10-18Made `std::task::TaskBuilder::future_result()` easier to useMarvin Löbel-5/+3
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-5/+5
2013-10-17auto merge of #9897 : thestinger/rust/rusti, r=alexcrichtonbors-144/+0
2013-10-16auto merge of #9846 : cmr/rust/serialize_uuid, r=alexcrichtonbors-0/+31
2013-10-16drop the linenoise libraryDaniel Micay-144/+0
2013-10-16uuid: serialize test and documentationsCorey Richardson-1/+17
2013-10-16auto merge of #9833 : alexcrichton/rust/fixes, r=brsonbors-1/+23
2013-10-16auto merge of #9655 : kballard/rust/path-rewrite, r=alexcrichtonbors-73/+100
2013-10-16path2: Update for latest masterKevin Ballard-3/+3
2013-10-16path2: Update based on more review feedbackKevin Ballard-17/+4
2013-10-15Require module documentation with missing_docAlex Crichton-1/+23
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-26/+26
2013-10-15path2: Update for loop -> continueKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-64/+104
2013-10-15Remove extra::flatpipesSteven Fackler-980/+0
2013-10-14Only use padded test names to calculate the target padding size.Felix S. Klock II-3/+12
2013-10-14Issue 7655: align the bench printouts so that the numbers tend to be aligned.Felix S. Klock II-12/+51
2013-10-14Removing ccdeclSteve Klabnik-2/+2
2013-10-14Remove unused abi attributes.Steve Klabnik-4/+2
2013-10-14extra: implement Encodable/Decodable for UuidCorey Richardson-0/+15
2013-10-11auto merge of #9794 : thestinger/rust/rc, r=alexcrichtonbors-376/+0
2013-10-11clean up the `Rc`/`RcMut` types and move to libstdDaniel Micay-376/+0
2013-10-11auto merge of #9803 : alexcrichton/rust/less-pub2, r=brsonbors-1/+1
2013-10-11extra::tempfile: replace mkdtemp with an RAII wrapperBenjamin Herr-16/+58
2013-10-11De-pub some private runtime componentsAlex Crichton-1/+1
2013-10-09auto merge of #9386 : Geal/rust/base64-doc, r=alexcrichtonbors-10/+13
2013-10-09Correct code examples for base64 documentationGeoffroy Couprie-10/+13
2013-10-09option: rewrite the API to use compositionDaniel Micay-35/+37
2013-10-09std::rand: Add a trait for seeding RNGs: SeedableRng.Huon Wilson-3/+3
2013-10-09std::rand: Add an implementation of ISAAC64.Huon Wilson-8/+8
2013-10-07Fix existing privacy/visibility violationsAlex Crichton-3/+4
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+2
2013-10-05auto merge of #9734 : luisbg/rust/master, r=alexcrichtonbors-2/+0