| Age | Commit message (Expand) | Author | Lines |
| 2021-03-09 | Remove hir::Arm::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::MacroDef::attrs. | Camille GILLOT | -3/+1 |
| 2021-03-09 | Remove hir::GenericParam::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::Local::attrs. | Camille GILLOT | -1/+0 |
| 2021-03-09 | Remove hir::StmtKind::attrs. | Camille GILLOT | -10/+0 |
| 2021-03-09 | Visit attributes in one go. | Camille GILLOT | -15/+4 |
| 2021-03-09 | Do not store attrs in FnKind. | Camille GILLOT | -19/+11 |
| 2021-03-09 | Collect attributes during HIR lowering. | Camille GILLOT | -1/+18 |
| 2021-03-09 | Introduce HirIdVec. | Camille GILLOT | -0/+53 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-03-07 | Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelix | bors | -20/+93 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-02-28 | Convert some lang item comments to doc-comments | Camelid | -6/+8 |
| 2021-02-28 | Enable `extended_key_value_attributes` in `rustc_hir` | Camelid | -0/+1 |
| 2021-02-28 | Improve lang item generated docs | Camelid | -10/+16 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+10 |
| 2021-02-23 | Improve error msgs when found type is deref of expected | Ömer Sinan Ağacan | -0/+8 |
| 2021-02-23 | Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnr | Dylan DPC | -1/+58 |
| 2021-02-21 | fix rebase | Esteban Küber | -2/+1 |
| 2021-02-21 | Do not suggest `;` if expression is side effect free | Esteban Küber | -0/+58 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -4/+26 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -1/+1 |
| 2021-02-19 | Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk | Dylan DPC | -2/+22 |
| 2021-02-18 | ignore file length | Gus Wynn | -0/+1 |
| 2021-02-18 | Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726 | Dylan DPC | -0/+1 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -1/+1 |
| 2021-02-18 | Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obk | bors | -0/+4 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::MacroDef. | Camille GILLOT | -7/+27 |
| 2021-02-15 | Index Modules using their LocalDefId. | Camille GILLOT | -1/+1 |
| 2021-02-15 | Only store a LocalDefId in hir::ForeignItem. | Camille GILLOT | -15/+46 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -15/+32 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -14/+33 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -27/+48 |
| 2021-02-15 | Use an ItemId inside mir::GlobalAsm. | Camille GILLOT | -1/+13 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -7/+16 |
| 2021-02-15 | Add assertions on HIR enum sizes. | Camille GILLOT | -4/+15 |
| 2021-02-15 | name async generators something more human friendly in type error diagnostics | Gus Wynn | -2/+21 |
| 2021-02-15 | Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function | Simon Sapin | -0/+4 |
| 2021-02-14 | Rollup merge of #80920 - rylev:check_attr-refactor, r=davidtwco | Dylan DPC | -0/+2 |
| 2021-02-13 | Remove ProjectionTy::from_ref_and_name | Matthew Jasper | -0/+1 |
| 2021-02-09 | Visit more targets when checking attrs | Ryan Levick | -0/+2 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -8/+8 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -0/+49 |
| 2021-02-05 | Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j... | Mara Bos | -0/+2 |
| 2021-02-04 | Add unit test to ensure that both parts of a DefPathHash depend on the defini... | Michael Woerister | -3/+48 |
| 2021-02-04 | add generic args to hir::TypeBinding | b-naber | -0/+2 |
| 2021-02-04 | Stabilize feature(iterator_fold_self): Iterator::reduce | Mara Bos | -1/+0 |
| 2021-02-04 | Rename Iterator::fold_first to reduce. | Mara Bos | -1/+1 |