| Age | Commit message (Expand) | Author | Lines |
| 2014-02-13 | Move base64 and hex from libextra to libserialize | Liigo Zhuang | -577/+0 |
| 2014-02-12 | Adds support for working with URL Paths | Yehuda Katz | -0/+115 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -7/+7 |
| 2014-02-11 | Factoring bigint, rational, and complex out of libextra into libnum. | Felix S. Klock II | -3692/+0 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -4/+5 |
| 2014-02-08 | auto merge of #12105 : huonw/rust/bench-black-box, r=alexcrichton | bors | -3/+15 |
| 2014-02-09 | extra::test: add an opaque function to assist with accurate | Huon Wilson | -3/+15 |
| 2014-02-08 | auto merge of #12098 : kballard/rust/from_utf8_lossy_tweak, r=huonw | bors | -2/+2 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+2 |
| 2014-02-08 | extra::json: remove the use of `unsafe` char transmutes. | Huon Wilson | -139/+139 |
| 2014-02-07 | moved collections from libextra into libcollections | HeroesGrave | -7811/+12 |
| 2014-02-06 | getopts: unify tests | Arcterus | -1/+1 |
| 2014-02-06 | getopts: replaced base functions with those from group | Arcterus | -13/+12 |
| 2014-02-06 | Move getopts out of extra | Arcterus | -1706/+1 |
| 2014-02-06 | auto merge of #12001 : yuriks/rust/getopts-tweaks, r=brson | bors | -0/+64 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -2007/+145 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -3829/+8 |
| 2014-02-04 | auto merge of #11230 : csherratt/rust/cow, r=alexcrichton | bors | -0/+108 |
| 2014-02-04 | auto merge of #12026 : alexcrichton/rust/snapshots, r=cmr | bors | -5/+0 |
| 2014-02-04 | auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonw | bors | -15/+19 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -5/+0 |
| 2014-02-04 | extra: Move uuid to libuuid | Birunthan Mohanathas | -829/+0 |
| 2014-02-04 | Rename reserve to reserve_exact and reserve_at_least to reserve | David Manescu | -15/+19 |
| 2014-02-03 | auto merge of #12016 : FlaPer87/rust/remove-non-copyable, r=alexcrichton | bors | -9/+9 |
| 2014-02-04 | Replace NonCopyable usage with NoPod | Flavio Percoco | -9/+9 |
| 2014-02-03 | auto merge of #12012 : omasanori/rust/semver, r=alexcrichton | bors | -424/+0 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -12/+5 |
| 2014-02-03 | extra: Introduce a mutex type for native/green threads | Alex Crichton | -0/+564 |
| 2014-02-03 | extra: Re-add the Once primitve to extra::sync | Alex Crichton | -0/+168 |
| 2014-02-03 | extra: Add an intrusive MPSC to be used soon | Alex Crichton | -0/+139 |
| 2014-02-03 | extra: Make room for more sync primitives | Alex Crichton | -20/+28 |
| 2014-02-03 | extra: Fix tests with io_error usage | Alex Crichton | -26/+27 |
| 2014-02-03 | extra: Remove io_error usage | Alex Crichton | -206/+277 |
| 2014-02-03 | Move semver out of libextra. | OGINO Masanori | -424/+0 |
| 2014-02-02 | Move term, terminfo out of extra. | xales | -1434/+2 |
| 2014-02-02 | Add `extra::getopts::short_usage` | Yuri Kunde Schlesner | -0/+64 |
| 2014-02-01 | auto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton | bors | -34/+1 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -22/+1 |
| 2014-02-01 | auto merge of #11944 : nathanielherman/rust/vec_opt, r=alexcrichton | bors | -2/+2 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -12/+0 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -4/+4 |
| 2014-01-31 | Introduce marker types for indicating variance and for opting out | Niko Matsakis | -8/+14 |
| 2014-01-30 | Make pop_ref and mut_pop_ref return Option instead of failing on empty vectors | Nathaniel Herman | -1/+1 |
| 2014-01-30 | Make shift_ref and mut_shift_ref return Option instead of failing | Nathaniel Herman | -1/+1 |
| 2014-01-30 | auto merge of #11895 : xales/rust/libstd, r=alexcrichton | bors | -6/+4 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -59/+59 |
| 2014-01-29 | Remove seldom-used std::reference functions. | xales | -6/+4 |
| 2014-01-29 | Rename std::borrow to std::reference. | xales | -4/+4 |
| 2014-01-29 | auto merge of #11868 : bytbox/rust/remove-do, r=alexcrichton | bors | -123/+122 |
| 2014-01-29 | Removing do keyword from libextra | Scott Lawrence | -123/+122 |