| Age | Commit message (Expand) | Author | Lines |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -2/+4 |
| 2016-11-29 | Add make tidy fixes | Florian Diebold | -1/+4 |
| 2016-11-29 | Give function bodies their own dep graph node | Florian Diebold | -17/+43 |
| 2016-11-29 | rustc_incremental: fix compilation | Florian Diebold | -12/+0 |
| 2016-11-29 | rustc_incremental: fix compilation | Florian Diebold | -0/+12 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -13/+7 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -11/+2 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -4/+12 |
| 2016-11-21 | Implement the `loop_break_value` feature. | Geoffry Song | -2/+2 |
| 2016-11-21 | Fix incremental compilation hashing. | Jeffrey Seyfried | -16/+20 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -9/+8 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -8/+9 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Move `MetaItemKind`'s `Name` to a field of `MetaItem`. | Jeffrey Seyfried | -12/+10 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -12/+5 |
| 2016-11-20 | Refactor `MetaItemKind` to use `Name`s instead of `InternedString`s. | Jeffrey Seyfried | -12/+14 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-18 | Add span to warning about incr. comp. vs Token::Interpolated. | Michael Woerister | -4/+6 |
| 2016-11-18 | Remove outdated comment about SVH. | Michael Woerister | -5/+0 |
| 2016-11-18 | ICH: Hash MacroDefs in a mostly stable way. | Michael Woerister | -3/+143 |
| 2016-11-18 | Add error message when not finding the ICH of a DepNode. | Michael Woerister | -1/+6 |
| 2016-11-17 | canonicalize base incremental path on windows | Niko Matsakis | -0/+13 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -0/+14 |
| 2016-11-16 | add a `nested_visit_map` method | Niko Matsakis | -8/+0 |
| 2016-11-16 | fix dep-graph checking to account for implitems | Niko Matsakis | -2/+2 |
| 2016-11-16 | make distinct Hir() nodes in the graph for impl items | Niko Matsakis | -4/+7 |
| 2016-11-16 | fallout from separating impl-items from impls | Niko Matsakis | -0/+16 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -10/+12 |
| 2016-11-13 | Make names of types used in LLVM IR stable. | Michael Woerister | -40/+15 |
| 2016-11-10 | Add variants `Def::Macro` and `Namespace::MacroNS`. | Jeffrey Seyfried | -1/+2 |
| 2016-11-09 | Rollup merge of #37229 - nnethercote:FxHasher, r=nikomatsakis | Eduard-Mihai Burtescu | -63/+63 |
| 2016-11-08 | Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis | bors | -1/+1 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -63/+63 |
| 2016-11-05 | Auto merge of #37427 - nnethercote:opt-IchHasher, r=michaelwoerister | bors | -12/+68 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-03 | leb128-encode integers before hashing them in IchHasher. | Nicholas Nethercote | -1/+37 |
| 2016-11-02 | Rollup merge of #37513 - michaelwoerister:hash-panic-spans, r=nikomatsakis | Jonathan Turner | -35/+103 |
| 2016-11-02 | Don't hash span filenames twice in IchHasher. | Nicholas Nethercote | -11/+31 |
| 2016-11-01 | ICH: Hash expression spans if their source location is captured for panics | Michael Woerister | -35/+103 |
| 2016-10-31 | Remove unused type aliases | Seo Sanghyeon | -2/+0 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -28/+8 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -1/+1 |
| 2016-10-24 | Refactor away fields `MacroDef::{use_locally, export}`. | Jeffrey Seyfried | -7/+5 |
| 2016-10-17 | ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge... | Michael Woerister | -37/+172 |
| 2016-10-12 | Rollup merge of #36995 - nrc:stable, r=@nikomatsakis | Alex Crichton | -1/+1 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-07 | incr.comp.: Hide concrete hash algorithm used for ICH | Michael Woerister | -8/+64 |
| 2016-10-06 | ICH: Remove obsolete binding in saw_ty | Mathieu Borderé | -4/+1 |
| 2016-10-05 | ICH: update saw_ty for TyBareFn; Update tests for functioninterfaces | Mathieu Borderé | -2/+5 |
| 2016-10-05 | Adjustments due to naming changes in Ty_ and PatKind structs | Mathieu Borderé | -6/+6 |