about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-11-17auto merge of #10443 : alexcrichton/rust/meaninless-pub-priv, r=cmrbors-2/+2
2013-11-17Forbid privacy in inner functionsAlex Crichton-2/+2
2013-11-17auto merge of #10532 : dhodder/rust/master, r=alexcrichtonbors-0/+10
2013-11-17Add doc comment for extra::url::query_to_strDave Hodder-0/+10
2013-11-17extra: handle an edge case in BigUint.to_str().Huon Wilson-1/+6
2013-11-13auto merge of #10447 : alexcrichton/rust/flaky-time-test, r=catamorphismbors-6/+5
2013-11-12Make a time test less flakyAlex Crichton-6/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-40/+40
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-23/+2
2013-11-10extra::getopts: update docs for minor renaming.Huon Wilson-1/+2
2013-11-09auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet...bors-14/+14
2013-11-09auto merge of #10372 : catamorphism/rust/rustpkg-issue-9311, r=catamorphismbors-6/+2
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-14/+14
2013-11-08extra / rustpkg: Make getopts::opt_val private againTim Chevalier-6/+2
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-08auto merge of #10303 : niftynif/rust/master, r=catamorphismbors-0/+450
2013-11-08Added proper //! documentation to the beginning of btree.rs.niftynif-2/+3
2013-11-07auto merge of #10281 : klutzy/rust/rt-timezone, r=alexcrichtonbors-40/+59
2013-11-08extra::time: Fix test on Windowsklutzy-40/+59
2013-11-07auto merge of #10340 : eholk/rust/url, r=brsonbors-4/+4
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-6/+2
2013-11-07Add ~ to the list of allowable URL characters.Eric Holk-4/+4
2013-11-07Addressed style concerns in btree.rs and added it to the lib file.niftynif-60/+125
2013-11-05Re-arranging some things in btree.rs to accommodate testing.niftynif-107/+119
2013-11-04Added skeleton implementation of a B-tree with a few bells andniftynif-0/+372
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