| Age | Commit message (Expand) | Author | Lines |
| 2014-01-16 | Update test run summary | Derek Guenther | -1/+1 |
| 2014-01-16 | auto merge of #11597 : sfackler/rust/err-enums, r=alexcrichton | bors | -14/+47 |
| 2014-01-15 | Stop returning error strings in From{Base64,Hex} | Steven Fackler | -14/+47 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -1/+3 |
| 2014-01-15 | auto merge of #11112 : alexcrichton/rust/issue-11087, r=brson | bors | -10/+13 |
| 2014-01-15 | fixup! ebml::extra: Optimize reader::vuint_at() | Carl-Anton Ingmarsson | -1/+2 |
| 2014-01-15 | Allow more "error" values in try_recv() | Alex Crichton | -10/+13 |
| 2014-01-15 | Add a configure to disable libstd version injection | Alex Crichton | -1/+2 |
| 2014-01-14 | extra: Ignore time tests on android correctly | Brian Anderson | -1/+1 |
| 2014-01-13 | Add Clone to TreeSet | Yehuda Katz | -0/+11 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-13 | Clean up std::num::cmath and remove stale comments | Brendan Zabarauskas | -1/+1 |
| 2014-01-12 | ebml::extra: Optimize reader::vuint_at() | Carl-Anton Ingmarsson | -22/+29 |
| 2014-01-12 | extra::ebml: Add unit test for vuint_at() | Carl-Anton Ingmarsson | -0/+48 |
| 2014-01-12 | extra::ebml: Make reader::Res public | Carl-Anton Ingmarsson | -1/+1 |
| 2014-01-11 | extra::workcache: Remove unused Logger | klutzy | -31/+6 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -13/+13 |
| 2014-01-09 | rename Strong -> Rc, replacing `rc` with `weak` | Daniel Micay | -1/+1 |
| 2014-01-09 | stop treating `Rc` cycles as unsafe | Daniel Micay | -2/+2 |
| 2014-01-09 | Remove eof() from io::Reader | Alex Crichton | -1/+1 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -10/+8 |
| 2014-01-09 | auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichton | bors | -1/+9 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -28/+12 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -1/+9 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -10/+8 |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -49/+39 |
| 2014-01-08 | auto merge of #11405 : huonw/rust/moredocs, r=huonw | bors | -3/+3 |
| 2014-01-08 | auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton | bors | -33/+319 |
| 2014-01-07 | extratest: Fix all leaked trait imports | Alex Crichton | -47/+39 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -2/+0 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -3/+3 |
| 2014-01-07 | libextra: Introduce typed arenas. | Patrick Walton | -33/+319 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -12/+12 |
| 2014-01-07 | auto merge of #11263 : niftynif/rust/btree, r=catamorphism | bors | -115/+256 |
| 2014-01-07 | auto merge of #11342 : huonw/rust/trie-mut, r=alexcrichton | bors | -30/+21 |
| 2014-01-08 | extra::treemap: use the dummy-macro trick with items to make the | Huon Wilson | -16/+13 |
| 2014-01-08 | std::trie: remove some obsolete internal iterators. | Huon Wilson | -14/+8 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -8/+8 |
| 2014-01-06 | auto merge of #11296 : brson/rust/anti-cond, r=alexcrichton | bors | -34/+48 |
| 2014-01-06 | Added in Clone/TotalEq/TotalOrd/ToStr traits to all parts of btree. | Nif Ward | -115/+256 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -8/+8 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -1/+3 |
| 2014-01-05 | Remove a fixme | Corey Richardson | -1/+3 |
| 2014-01-06 | extra::treemap: share code between the mutable and immutable iterators. | Huon Wilson | -271/+205 |
| 2014-01-06 | extra::treemap: remove mutate_values, replaced by .mut_iter(). | Huon Wilson | -23/+0 |
| 2014-01-06 | extra::treemap: add mutable-value iterators. | Huon Wilson | -1/+278 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -20/+46 |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -79/+55 |
| 2014-01-03 | auto merge of #11280 : c-a/rust/inline_byteswap, r=brson | bors | -0/+84 |
| 2014-01-03 | extra: Remove condition from semver | Brian Anderson | -34/+48 |