about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-9/+9
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-13/+12
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-42/+45
2013-11-03Rename files to match current recommendations.Chris Morgan-1/+0
2013-11-01Register new snapshotsAlex Crichton-3/+0
2013-11-01Give test and main tasks better namesAlex Crichton-0/+4
2013-10-31auto merge of #10189 : alexcrichton/rust/inner-statics, r=cmrbors-19/+28
2013-10-30Forbid type parameters in inner staticsAlex Crichton-19/+28
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-0/+2
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-0/+2
2013-10-29Assorted cleanups suggested by reviewers.Jed Davis-1/+2
2013-10-29Add repr attributes in various places that need them.Jed Davis-1/+1
2013-10-28Register new snapshotsAlex Crichton-4/+3
2013-10-28Remove the extension traits for Readers/WritersAlex Crichton-13/+12
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-6/+5
2013-10-27auto merge of #10050 : gifnksm/rust/ratio-methods, r=pcwaltonbors-0/+66
2013-10-27Remove MD4.Palmer Cox-151/+0
2013-10-27Remove MD5 and Sha2. Move Sha1 and support code into librustpkg.Palmer Cox-2213/+0
2013-10-27Update workcache to no longer use Sha1.Palmer Cox-17/+5
2013-10-25auto merge of #10054 : alexcrichton/rust/basic-event-loop, r=brsonbors-2/+2
2013-10-24Implement a basic event loop built on LittleLockAlex Crichton-2/+2
2013-10-24auto merge of #10055 : pcwalton/rust/arc-clone-inline, r=alexcrichtonbors-0/+5
2013-10-24Another round of test fixes and merge conflictsAlex Crichton-2/+2
2013-10-24Remove std::io once and for all!Alex Crichton-23/+28
2013-10-24Remove std::io from ebmlAlex Crichton-40/+38
2013-10-24Remove even more of std::ioAlex Crichton-1153/+492
2013-10-24libextra: Make arc::get and arc::new inline too.Patrick Walton-0/+2
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