| Age | Commit message (Expand) | Author | Lines |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -1/+1 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -0/+9 |
| 2016-11-28 | Auto merge of #38024 - jseyfried:avoid_needless_proc_macro_deps, r=nrc | bors | -21/+22 |
| 2016-11-28 | Avoid loading needless proc-macro dependencies. | Jeffrey Seyfried | -21/+22 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -6/+7 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-26 | Fix error explanation formatting | Andrew Lygin | -3/+4 |
| 2016-11-26 | Fix error explanation formatting | Andrew Lygin | -3/+4 |
| 2016-11-24 | Delay error reporting of filename mismatch. | Paul Lietar | -7/+22 |
| 2016-11-23 | Auto merge of #37931 - eddyb:meta-version, r=jseyfried | bors | -18/+31 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -42/+84 |
| 2016-11-23 | Rebasing and review changes | Nick Cameron | -26/+38 |
| 2016-11-22 | rustc_metadata: don't break the version check when CrateRoot changes. | Eduard-Mihai Burtescu | -18/+31 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -65/+66 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -60/+60 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -13/+14 |
| 2016-11-21 | Read in rmeta crates | Nick Cameron | -26/+55 |
| 2016-11-21 | Add --crate-type metadata | Nick Cameron | -1/+2 |
| 2016-11-20 | Fix bug in proc-macro dependencies. | Jeffrey Seyfried | -0/+3 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -3/+3 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-17 | Auto merge of #37846 - jseyfried:fix_proc_macro_dep, r=alexcrichton | bors | -4/+4 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -24/+26 |
| 2016-11-18 | Fix bug in loading proc macro dependencies. | Jeffrey Seyfried | -4/+4 |
| 2016-11-17 | Auto merge of #37424 - shiver:issue-37131, r=alexcrichton | bors | -1/+6 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -21/+18 |
| 2016-11-17 | Auto merge of #37793 - jseyfried:fix_proc_macro_def_ids, r=nrc | bors | -11/+30 |
| 2016-11-17 | Improved error reporting when target sysroot is missing. | Robert Vally | -1/+6 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -0/+4 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -3/+4 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -35/+51 |
| 2016-11-16 | Improve proc macro def ids. | Jeffrey Seyfried | -11/+30 |
| 2016-11-12 | rustc_typeck: register item types for closures | Ariel Ben-Yehuda | -1/+1 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -1/+1 |
| 2016-11-12 | Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov | Eduard-Mihai Burtescu | -8/+11 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -8/+11 |
| 2016-11-10 | Support `#[macro_reexport]`ing custom derives. | Jeffrey Seyfried | -85/+87 |
| 2016-11-10 | Improve macro reexports. | Jeffrey Seyfried | -104/+121 |
| 2016-11-10 | Add variants `Def::Macro` and `Namespace::MacroNS`. | Jeffrey Seyfried | -3/+16 |
| 2016-11-10 | Register and stability check `#[no_link]` crates. | Jeffrey Seyfried | -34/+37 |
| 2016-11-10 | Refactor `explicitly_linked: bool` -> `dep_kind: DepKind`. | Jeffrey Seyfried | -32/+28 |
| 2016-11-10 | Clean up `CrateSource`. | Jeffrey Seyfried | -67/+27 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -84/+67 |
| 2016-11-09 | Rollup merge of #37614 - keeperofdakeys:proc_macro, r=jseyfried | Eduard-Mihai Burtescu | -2/+6 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -29/+29 |
| 2016-11-08 | Allow proc_macro functions to whitelist specific attributes | Josh Driver | -2/+6 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -29/+29 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -1/+1 |