| Age | Commit message (Expand) | Author | Lines |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -2/+2 |
| 2014-04-20 | rustc: feature gates errors should use the new attribute syntax | Erick Tryzelaar | -2/+2 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -1/+15 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 |
| 2014-04-13 | auto merge of #13471 : Ryman/rust/feature_syntax_error, r=brson | bors | -1/+1 |
| 2014-04-12 | auto merge of #13461 : eddyb/rust/cleanup-at-fn, r=luqmana | bors | -2/+1 |
| 2014-04-12 | librustc: Improve error message for missing feature attributes. | Kevin Butler | -1/+1 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -2/+1 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -1/+1 |
| 2014-04-10 | rustc: Disallow importing through use statements | Alex Crichton | -6/+8 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-04 | syntax: remove obsolete mutability from ExprVec and ExprRepeat. | Eduard Burtescu | -11/+7 |
| 2014-04-04 | auto merge of #13301 : erickt/rust/remove-refcell-get, r=huonw | bors | -2/+2 |
| 2014-04-04 | auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichton | bors | -0/+7 |
| 2014-04-04 | rustc: feature-gate `concat_idents!`. | Huon Wilson | -0/+7 |
| 2014-04-03 | std: Remove `RefCell::get()` | Erick Tryzelaar | -2/+2 |
| 2014-04-03 | auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | auto merge of #13290 : alexcrichton/rust/rollup, r=alexcrichton | bors | -1/+1 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -1/+1 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 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 | -3/+2 |
| 2014-03-29 | Use new inner attribute syntax in test framework | Steven Fackler | -3/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -18/+6 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -6/+6 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -6/+6 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -13/+5 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -3/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -8/+8 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-18 | rustc: test: don't silently ignore bad benches | Corey Richardson | -5/+10 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -29/+29 |
| 2014-03-15 | auto merge of #12791 : alexcrichton/rust/liblog, r=brson | bors | -0/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -0/+1 |
| 2014-03-15 | Squash test ~[] warning | Steven Fackler | -0/+1 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -4/+4 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -0/+14 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -4/+6 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -12/+12 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -5/+5 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -1/+6 |
| 2014-03-03 | Register new snapshots | Alex Crichton | -18/+0 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -50/+72 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -1/+1 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -0/+17 |