| Age | Commit message (Expand) | Author | Lines |
| 2018-06-19 | Add `fn fn_decl` to `Hir`, for looking up the `FnDecl` of a body owner. | Felix S. Klock II | -0/+42 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -67/+188 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -10/+157 |
| 2018-06-15 | turn expect_full_def_from_use into an iterator | QuietMisdreavus | -11/+4 |
| 2018-06-14 | create multiple HIR items for a use statement | QuietMisdreavus | -10/+164 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-06-13 | Various cleanups | Oliver Schneider | -7/+1 |
| 2018-06-10 | Fix error codes | Guillaume Gomez | -3/+3 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -66/+193 |
| 2018-06-03 | Remove is_import field | Mark Simulacrum | -3/+0 |
| 2018-06-01 | merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATES | Niko Matsakis | -11/+21 |
| 2018-05-31 | Auto merge of #51145 - petrochenkov:npbot, r=alexcrichton | bors | -1/+1 |
| 2018-05-31 | Auto merge of #51220 - nikomatsakis:issue-51008-false-positive-lifetime-must-... | bors | -48/+75 |
| 2018-05-30 | resolve: Make sure indeterminate and inconsistent macro resolutions always ge... | Vadim Petrochenkov | -1/+1 |
| 2018-05-30 | also reset anon-param-mode for `fn()` types | Niko Matsakis | -11/+16 |
| 2018-05-30 | reset the "anonymous lifetime mode" for parenthesized where clauses | Niko Matsakis | -37/+59 |
| 2018-05-30 | rustc: don't visit lifetime parameters through visit_lifetime. | Eduard-Mihai Burtescu | -23/+39 |
| 2018-05-28 | scrap `find_node_for_hir_id` in favor of `hir_to_node_id` | Zack M. Davis | -8/+0 |
| 2018-05-28 | operate on `HirId` in `hir::Pat::each_binding`, and consequences of that | Zack M. Davis | -3/+3 |
| 2018-05-26 | Auto merge of #51072 - petrochenkov:ifield, r=eddyb | bors | -36/+45 |
| 2018-05-26 | Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkov | bors | -1/+4 |
| 2018-05-26 | Add `Ident::as_str` helper | Vadim Petrochenkov | -2/+2 |
| 2018-05-26 | Use `Ident`s for fields in HIR | Vadim Petrochenkov | -36/+45 |
| 2018-05-26 | Rollup merge of #51034 - oli-obk:lowering, r=pnkfelix | kennytm | -215/+184 |
| 2018-05-25 | Auto merge of #50986 - estebank:main-start-span, r=nikomatsakis | bors | -0/+12 |
| 2018-05-25 | Fix naming conventions for new lints | Vadim Petrochenkov | -1/+1 |
| 2018-05-24 | restore emplacement syntax (obsolete) | Niko Matsakis | -1/+4 |
| 2018-05-24 | Remove unused lowering field and method | Oliver Schneider | -215/+184 |
| 2018-05-24 | implement Ord for OutlivesPredicate and other types | toidiu | -3/+3 |
| 2018-05-22 | Tweak `main` type arguments and where clause spans | Esteban Küber | -0/+12 |
| 2018-05-19 | rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons... | Eduard-Mihai Burtescu | -131/+132 |
| 2018-05-19 | rustc: removed unused `DefPathData::Initializer` DefId's for associated const... | Eduard-Mihai Burtescu | -14/+2 |
| 2018-05-17 | Turn some functions from `token.rs` into methods on `Ident` | Vadim Petrochenkov | -2/+2 |
| 2018-05-17 | Add edition to expansion info | Vadim Petrochenkov | -0/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -10/+9 |
| 2018-05-16 | Address review comments | est31 | -1/+1 |
| 2018-05-16 | Make the compiler support the label-break-value feature | est31 | -4/+5 |
| 2018-05-16 | label-break-value: Parsing and AST/HIR changes | est31 | -10/+23 |
| 2018-05-16 | Auto merge of #50750 - est31:master, r=eddyb | bors | -68/+18 |
| 2018-05-15 | Remove LoopIdResult | est31 | -43/+8 |
| 2018-05-15 | Remove hir::ScopeTarget | est31 | -35/+20 |
| 2018-05-15 | Rename param_counts to own_counts | varkor | -1/+1 |
| 2018-05-15 | Refactor generic params loops | varkor | -13/+8 |
| 2018-05-15 | Use GenericParamCount instead of FxHashMap | varkor | -2/+1 |
| 2018-05-15 | Generalise more cases of explicit iteration of specific kinds | varkor | -1/+2 |
| 2018-05-15 | Generalise cases of explicit iteration of specific kinds | varkor | -2/+2 |
| 2018-05-15 | Fix tidy errors caused by renaming | varkor | -6/+11 |
| 2018-05-15 | Prefer iterator to vec | varkor | -4/+3 |
| 2018-05-15 | Consolidate ty::Generics | varkor | -1/+1 |
| 2018-05-14 | Auto merge of #50675 - csmoe:var_span, r=oli-obk | bors | -0/+9 |