| Age | Commit message (Expand) | Author | Lines |
| 2017-02-13 | Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis | bors | -13/+18 |
| 2017-02-12 | Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_... | Jeffrey Seyfried | -4/+3 |
| 2017-02-11 | Rebase fallout | Simonas Kazlauskas | -4/+5 |
| 2017-02-10 | Move type of discriminant to AdtDef | Simonas Kazlauskas | -12/+16 |
| 2017-02-09 | Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=bluss | Corey Farwell | -1/+9 |
| 2017-02-09 | Rollup merge of #39595 - camlorn:structured_repr, r=eddyb | Corey Farwell | -23/+37 |
| 2017-02-09 | Fix unaligned load in librustc_metadata::index. | Scott Olson | -1/+9 |
| 2017-02-08 | sanitizer support | Jorge Aparicio | -1/+72 |
| 2017-02-06 | Introduce ReprOptions, a struct for holding info from the repr attributes. T... | Austin Hicks | -23/+37 |
| 2017-02-05 | Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfried | Corey Farwell | -3/+3 |
| 2017-02-05 | Rename CustomDerive to ProcMacroDerive for macros 1.1 | Josh Driver | -3/+3 |
| 2017-02-04 | Auto merge of #38426 - vadimcn:nobundle, r=alexcrichton | bors | -1/+12 |
| 2017-02-03 | Don't link "nobundle" libs which had already been included in upstream crate. | Vadim Chugunov | -0/+3 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -7/+1 |
| 2017-01-29 | Privatize constructors of tuple structs with private fields | Vadim Petrochenkov | -1/+7 |
| 2017-01-28 | rustc: remove unused `bounds` field from `RegionParameterDef`. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-01-28 | rustc: always include elidable lifetimes in HIR types. | Eduard-Mihai Burtescu | -4/+45 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -37/+37 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -1/+1 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -14/+4 |
| 2017-01-19 | Feature gate | Vadim Chugunov | -0/+7 |
| 2017-01-19 | Implement the "static-nobundle" library kind (RFC 1717). | Vadim Chugunov | -1/+2 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -14/+4 |
| 2017-01-16 | Implement `#[proc_macro_attribute]` | Austin Bonander | -0/+10 |
| 2017-01-09 | trans/metadata: Remove obsolete CrateStore::can_have_local_instance() | Michael Woerister | -41/+6 |
| 2017-01-09 | metadata: Add is_exported_symbol() method to CrateStore. | Michael Woerister | -3/+16 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -181/+25 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-06 | rustc: store ty::Tables separately for each body (except closures'). | Eduard-Mihai Burtescu | -182/+24 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -7/+9 |
| 2017-01-02 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -1/+0 |
| 2016-12-30 | Fix rebase fallout | est31 | -1/+0 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -9/+12 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+11 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -2/+1 |
| 2016-12-28 | rustdoc: pretty-print nested bodies in inlined constants. | Eduard-Mihai Burtescu | -0/+45 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -157/+72 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -15/+35 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -2/+4 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -2/+4 |
| 2016-12-27 | Auto merge of #38537 - jseyfried:fix_rustdoc_ice, r=nrc | bors | -0/+1 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -2/+1 |
| 2016-12-25 | Auto merge of #38490 - jseyfried:def_id_vis, r=nrc | bors | -41/+17 |
| 2016-12-24 | Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities. | Jeffrey Seyfried | -41/+17 |
| 2016-12-23 | Fix rustdoc ICE. | Jeffrey Seyfried | -0/+1 |
| 2016-12-22 | Fix Markdown list formatting. | Chris Morgan | -3/+3 |
| 2016-12-20 | Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb | Alex Crichton | -94/+51 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -2/+0 |