about summary refs log tree commit diff
path: root/src/libextra
AgeCommit message (Expand)AuthorLines
2014-02-21auto merge of #12415 : HeroesGrave/rust/move-enum-set, r=alexcrichtonbors-295/+0
2014-02-20Mass rename if_ok! to try!Alex Crichton-63/+63
2014-02-20move extra::test to libtestLiigo Zhuang-1564/+3
2014-02-20move enum_set to libcollections. #8784HeroesGrave-295/+0
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-5/+8
2014-02-19auto merge of #12389 : zr40/rust/fix-test-metric-typo, r=alexcrichtonbors-1/+1
2014-02-19auto merge of #12231 : wycats/rust/url_path_parse, r=alexcrichtonbors-0/+115
2014-02-19Fix typo in test metric ratchet stdout outputMatthijs van der Vleuten-1/+1
2014-02-18auto merge of #12361 : sfackler/rust/rustdoc-test-extern, r=alexcrichtonbors-0/+5
2014-02-18rustdoc: Only inject extern crates if not presentSteven Fackler-0/+5
2014-02-18auto merge of #12345 : huonw/rust/speeling, r=cmrbors-6/+6
2014-02-17auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichtonbors-5/+4
2014-02-18Spellcheck library docs.Huon Wilson-6/+6
2014-02-17Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun...Brendan Zabarauskas-1/+1
2014-02-16Update clients of the TaskBuilder APIKevin Ballard-5/+4
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-2/+2
2014-02-14Fix all code examplesAlex Crichton-2/+2
2014-02-14extern mod => extern crateAlex Crichton-11/+11
2014-02-14Add function doc comments for extra::url::*Dave Hodder-15/+46
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-33/+52
2014-02-13Removed num::OrderableMichael Darakananda-4/+6
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-2/+2
2014-02-13Register new snapshotsAlex Crichton-10/+0
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-577/+0
2014-02-12Adds support for working with URL PathsYehuda Katz-0/+115
2014-02-11Rewrite channels yet again for upgradeabilityAlex Crichton-7/+7
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-3692/+0
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-4/+5
2014-02-08auto merge of #12105 : huonw/rust/bench-black-box, r=alexcrichtonbors-3/+15
2014-02-09extra::test: add an opaque function to assist with accurateHuon Wilson-3/+15
2014-02-08auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonwbors-2/+2
2014-02-07Delete send_str, rewrite clients on top of MaybeOwned<'static>Kevin Ballard-2/+2
2014-02-08extra::json: remove the use of `unsafe` char transmutes.Huon Wilson-139/+139
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-7811/+12
2014-02-06getopts: unify testsArcterus-1/+1
2014-02-06getopts: replaced base functions with those from groupArcterus-13/+12
2014-02-06Move getopts out of extraArcterus-1706/+1
2014-02-06auto merge of #12001 : yuriks/rust/getopts-tweaks, r=brsonbors-0/+64
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-2007/+145
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-3829/+8
2014-02-04auto merge of #11230 : csherratt/rust/cow, r=alexcrichtonbors-0/+108
2014-02-04auto merge of #12026 : alexcrichton/rust/snapshots, r=cmrbors-5/+0
2014-02-04auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonwbors-15/+19
2014-02-04Register new snapshotsAlex Crichton-5/+0
2014-02-04extra: Move uuid to libuuidBirunthan Mohanathas-829/+0
2014-02-04Rename reserve to reserve_exact and reserve_at_least to reserveDavid Manescu-15/+19
2014-02-03auto merge of #12016 : FlaPer87/rust/remove-non-copyable, r=alexcrichtonbors-9/+9
2014-02-04Replace NonCopyable usage with NoPodFlavio Percoco-9/+9
2014-02-03auto merge of #12012 : omasanori/rust/semver, r=alexcrichtonbors-424/+0
2014-02-03Various bug fixes and rebase conflictsAlex Crichton-12/+5