| Age | Commit message (Expand) | Author | Lines |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -1/+1 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -3/+4 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -1/+1 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -20/+0 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -16/+11 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -3/+3 |
| 2014-06-22 | Rename ty_param_bounds_and_ty to Polytype | Niko Matsakis | -2/+2 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -0/+8 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -30/+38 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -8/+8 |
| 2014-06-09 | rustdoc: Correctly classify enums/typedefs | Alex Crichton | -0/+8 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -2/+2 |
| 2014-06-06 | rustc: Preserve reachable extern fns with LTO | Alex Crichton | -0/+14 |
| 2014-06-06 | Move Def out of syntax crate, where it does not belong | Niko Matsakis | -16/+17 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -25/+25 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -6/+6 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -1/+1 |
| 2014-05-25 | rustdoc: Inline argument names of foreign methods | Alex Crichton | -0/+15 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -6/+6 |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -8/+2 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -0/+1 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -0/+15 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -13/+16 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -3/+0 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -3/+0 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -0/+26 |
| 2014-04-30 | rustc: Fix def ids of xcrate-reexported items | Alex Crichton | -1/+1 |
| 2014-04-23 | auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichton | bors | -4/+10 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -4/+10 |
| 2014-04-23 | Support unsized types with the `type` keyword | Nick Cameron | -0/+21 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -22/+21 |
| 2014-04-22 | rustc: remove ty::Impl. | Eduard Burtescu | -22/+7 |
| 2014-04-22 | rustc: de-@ metadata::cstore. | Eduard Burtescu | -12/+22 |
| 2014-04-22 | rustc: de-@ some RefCell's. | Eduard Burtescu | -1/+1 |
| 2014-04-20 | Allow inheritance between structs. | Nick Cameron | -2/+8 |
| 2014-04-16 | rustc: Remove private enum variants | Alex Crichton | -6/+2 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -2/+2 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -8/+8 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -6/+6 |
| 2014-04-03 | auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson | bors | -4/+7 |
| 2014-04-02 | metadata: decoder: remove dead code | Corey Richardson | -39/+1 |
| 2014-03-31 | rustc: Switch tuple structs to have private fields | Alex Crichton | -4/+7 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -3/+3 |
| 2014-03-29 | auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton | bors | -14/+3 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -24/+24 |
| 2014-03-29 | Register new snapshot | Flavio Percoco | -14/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -24/+24 |