| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-03 | libstd: Remove all support code related to `@mut` | Patrick Walton | -12/+0 |
| 2014-01-03 | libextra: Remove `MutList`, as it's inexorably tied to `@mut` | Patrick Walton | -27/+0 |
| 2014-01-03 | libextra: Remove unnecessary `@mut`s | Patrick Walton | -13/+21 |
| 2014-01-03 | libextra: De-`@mut` the arena | Patrick Walton | -27/+34 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -10/+15 |
| 2014-01-03 | Remove std::either | Alex Crichton | -10/+15 |
| 2014-01-02 | libextra: Add benchmarks for ebml::reader::vuint_at() | Carl-Anton Ingmarsson | -0/+84 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-01 | libextra: Use from_be32 instead of bswap32 in vuint_at() | Carl-Anton Ingmarsson | -9/+2 |
| 2013-12-31 | auto merge of #11208 : alexcrichton/rust/less-c, r=cmr | bors | -10/+96 |
| 2013-12-31 | Fix tests | Alan Andrade | -1/+1 |
| 2013-12-30 | Avoid compiler error about glob imports in getopts example | Alan Andrade | -1/+1 |
| 2013-12-30 | Convert some C functions to rust functions | Alex Crichton | -10/+96 |
| 2013-12-30 | Implement Ratio:from_float() | Volker Mische | -1/+60 |
| 2013-12-27 | librustc: Implement coercion for traits. | Luqman Aden | -1/+1 |
| 2013-12-26 | libextra: Stop using `@mut MemWriter` in the EBML module | Patrick Walton | -40/+44 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -26/+19 |
| 2013-12-24 | std: Remove must deferred sending functions | Alex Crichton | -1/+1 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -15/+3 |
| 2013-12-24 | std: Introduce std::sync | Alex Crichton | -66/+4 |
| 2013-12-23 | extra: impl IterBytes for uuid::Uuid | Jeff Olson | -0/+17 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -1/+1 |
| 2013-12-23 | extra: Fix all code examples | Alex Crichton | -39/+58 |
| 2013-12-22 | auto merge of #11109 : sfackler/rust/arc, r=alexcrichton | bors | -15/+58 |