| Age | Commit message (Expand) | Author | Lines |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -2/+2 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -2/+2 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -13/+17 |
| 2021-03-15 | Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor | Dylan DPC | -0/+26 |
| 2021-03-15 | Custom error on literal names from other languages | Smitty | -0/+26 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -2/+25 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -22/+82 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -1/+2 |
| 2021-03-10 | Rollup merge of #82942 - m-ou-se:diagnostics-hardcoded-prelude-v1, r=estebank | Yuki Okushi | -1/+1 |
| 2021-03-09 | Don't hardcode the `v1` prelude in diagnostics. | Mara Bos | -1/+1 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -1/+2 |
| 2021-03-07 | diagnostics: Don't mention external crates when hitting import errors on crat... | Manish Goregaokar | -1/+3 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -1/+11 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -4/+10 |
| 2021-03-05 | Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebank | Mara | -12/+20 |
| 2021-03-04 | Rollup merge of #82717 - estebank:issue-70152, r=lcnr | Yuki Okushi | -8/+21 |
| 2021-03-03 | reworded message | Esteban Küber | -4/+8 |
| 2021-03-02 | Account for macros when suggesting adding lifetime | Esteban Küber | -8/+17 |
| 2021-03-02 | use outer_expn_data() instead of outer_expn().expn_data() | klensy | -1/+1 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-25 | Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk | bors | -2/+79 |
| 2021-02-25 | Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk | Dylan DPC | -20/+8 |
| 2021-02-25 | fix review | klensy | -57/+54 |
| 2021-02-25 | Add a cache for rustc_legacy_const_generics | Amanieu d'Antras | -14/+29 |
| 2021-02-25 | Address review comments | Amanieu d'Antras | -39/+49 |
| 2021-02-24 | Properly reject non-const arguments | Amanieu d'Antras | -2/+50 |
| 2021-02-24 | replaced some map_or with map_or_else | klensy | -54/+57 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+4 |
| 2021-02-23 | Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis | Dylan DPC | -2/+7 |
| 2021-02-19 | Support `pub` on `macro_rules` | Vadim Petrochenkov | -2/+7 |
| 2021-02-19 | Rollup merge of #82259 - osa1:issue82156, r=petrochenkov | Dylan DPC | -6/+5 |
| 2021-02-18 | Fix popping singleton paths in when generating E0433 | Ömer Sinan Ağacan | -6/+5 |
| 2021-02-18 | ast: Keep expansion status for out-of-line module items | Vadim Petrochenkov | -4/+4 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -15/+23 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -14/+26 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-15 | Fix E0657. | Camille GILLOT | -12/+20 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -3/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -3/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -2/+3 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -2/+3 |
| 2021-02-13 | Fix ICE caused by suggestion with no code substitutions | Esteban Küber | -20/+8 |
| 2021-02-11 | resolve: Reduce scope of `pub_use_of_private_extern_crate` deprecation lint | Vadim Petrochenkov | -12/+20 |
| 2021-02-10 | resolve: Remove visibility hacks for enum variants and trait items | Vadim Petrochenkov | -96/+11 |
| 2021-02-10 | resolve: Cleanup visibility resolution in enums and traits | Vadim Petrochenkov | -63/+42 |
| 2021-02-07 | Feature gate macro attributes in `#[derive]` output | Vadim Petrochenkov | -0/+30 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -65/+83 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -62/+18 |
| 2021-02-05 | Small refactor with Iterator::reduce | Cameron Steffen | -3/+2 |
| 2021-02-03 | Refactor out PrimitiveTypeTable | Cameron Steffen | -62/+18 |