| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -1/+3 |
| 2014-03-29 | auto merge of #13183 : erickt/rust/remove-list, r=alexcrichton | bors | -42/+15 |
| 2014-03-28 | auto merge of #13157 : pnkfelix/rust/fsk-iss13140, r=nikomatsakis | bors | -0/+135 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -0/+1 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -2/+45 |
| 2014-03-28 | auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson | bors | -0/+36 |
| 2014-03-28 | native: Ignore SIGPIPE by default | Alex Crichton | -0/+36 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -19/+26 |
| 2014-03-28 | test: remove pure test, which is now redundant with inline tests | Erick Tryzelaar | -36/+0 |
| 2014-03-28 | collections: remove List | Erick Tryzelaar | -14/+23 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -17/+17 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -3/+3 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -18/+17 |
| 2014-03-27 | auto merge of #13001 : cmr/rust/unnamed-lifetime-nocapture, r=nikomatsakis | bors | -0/+1 |
| 2014-03-27 | test/run-pass/out-of-stack: prevent tco | Corey Richardson | -0/+1 |
| 2014-03-27 | auto merge of #13034 : edwardw/rust/match, r=nikomatsakis | bors | -0/+199 |
| 2014-03-27 | _match.rs: prune sub-match tree too aggressively | Edward Wang | -0/+199 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -6/+33 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -6/+33 |
| 2014-03-26 | Add test using early-bound lifetimes in trait generic parameters. | Felix S. Klock II | -0/+135 |
| 2014-03-26 | auto merge of #13117 : alexcrichton/rust/no-crate-map, r=brson | bors | -4/+8 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -5/+5 |
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -5/+5 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -4/+8 |
| 2014-03-24 | auto merge of #12998 : huonw/rust/log_syntax, r=alexcrichton | bors | -0/+30 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -20/+1 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -20/+1 |
| 2014-03-23 | auto merge of #13090 : thestinger/rust/iter, r=Aatch | bors | -2/+2 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -2/+2 |
| 2014-03-22 | auto merge of #13088 : thestinger/rust/hashmap, r=cmr | bors | -2/+4 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -2/+4 |
| 2014-03-22 | auto merge of #13089 : thestinger/rust/managed, r=Aatch | bors | -68/+0 |
| 2014-03-22 | make std::managed private | Daniel Micay | -68/+0 |
| 2014-03-23 | Implement cross-crate support for autoderef. | Eduard Burtescu | -0/+18 |
| 2014-03-22 | Implement vtable support for autoderef. | Eduard Burtescu | -0/+42 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -13/+13 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -1/+1 |
| 2014-03-22 | test: Fix fallout of removing get() | Alex Crichton | -6/+6 |
| 2014-03-22 | test: Remove Freeze / NoFreeze from tests | Flavio Percoco | -13/+13 |
| 2014-03-21 | auto merge of #13036 : alexcrichton/rust/atomics, r=alexcrichton | bors | -32/+32 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -62/+74 |
| 2014-03-22 | syntax: allow `trace_macros!` and `log_syntax!` in item position. | Huon Wilson | -0/+30 |
| 2014-03-22 | Remove outdated and unnecessary std::vec_ng::Vec imports. | Huon Wilson | -150/+4 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -278/+321 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -345/+349 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -3/+6 |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -0/+33 |
| 2014-03-20 | std: Make the generic atomics take unsafe pointers | Brian Anderson | -32/+32 |