about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2013-11-26auto merge of #10679 : alexcrichton/rust/no-routine, r=pcwaltonbors-21/+5
2013-11-26Remove unused std::routineAlex Crichton-21/+5
2013-11-26librustc: Fix merge fallout.Patrick Walton-10/+6
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-13/+13
2013-11-26test: Remove all remaining non-procedure uses of `do`.Patrick Walton-272/+280
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-373/+382
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-58/+58
2013-11-25auto merge of #10658 : LeoTestard/rust/serialize-rc, r=cmrbors-0/+15
2013-11-25Add an implementation of Encodable and Decodable for Rc. This will be needed ...Léo Testard-0/+15
2013-11-25auto merge of #10648 : sfackler/rust/base64-test, r=alexcrichtonbors-1/+1
2013-11-25Fix typo in base64 testSteven Fackler-1/+1
2013-11-24auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brsonbors-167/+115
2013-11-24Remove linked failure from the runtimeAlex Crichton-167/+115
2013-11-24libextra: Remove @mut from term.Luqman Aden-92/+124
2013-11-24extra: improve the errors for the JSON Decoder.Huon Wilson-25/+126
2013-11-19Remove NonCopyable::newSteven Fackler-5/+5
2013-11-19libextra: Convert uses of `&fn(A)->B` to `|A|->B`.Patrick Walton-231/+224
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-19/+24
2013-11-18auto merge of #10458 : yichoi/rust/make_check_pass_android2, r=brsonbors-0/+1
2013-11-18librustc: Convert `~fn()` to `proc()` everywhere.Patrick Walton-1/+1
2013-11-18libextra: Remove `~fn()` from libextra.Patrick Walton-19/+24
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-4/+4
2013-11-19temporarily disable tests on android and tagging issue number #10455Young-il Choi-0/+1
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-13Add lru_cache to libextraKiet Tran-0/+366
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