| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-02-02 | Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkov | Jack Huey | -2/+2 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -15/+24 |
| 2021-02-02 | Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkov | bors | -10/+16 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -10/+16 |
| 2021-02-01 | Directly use `Option<&[T]>` instead of converting from `Option<&Vec<T>>` late... | LingMan | -2/+2 |
| 2021-02-01 | Remove unneeded `mut` variable | LingMan | -8/+1 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -15/+24 |
| 2021-01-30 | Rollup merge of #81505 - henryboisdequin:cold_path-not-pub, r=sanxiyn | Yuki Okushi | -1/+1 |
| 2021-01-29 | fix typo | Henry Boisdequin | -1/+1 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+2 |
| 2021-01-23 | Rollup merge of #81252 - jyn514:resolve-timing, r=petrochenkov | Jonas Schievink | -10/+8 |
| 2021-01-21 | Fix clippy and comment | Esteban Küber | -1/+1 |
| 2021-01-21 | Avoid emitting redundant "unused label" lint | Esteban Küber | -1/+3 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -1/+1 |
| 2021-01-21 | Suggest `'a` when given `a` only when appropriate | Esteban Küber | -9/+19 |
| 2021-01-21 | Add more self-profile info to rustc_resolve | Joshua Nelson | -10/+8 |
| 2021-01-21 | Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank | Yuki Okushi | -4/+17 |
| 2021-01-18 | Rollup merge of #81105 - LingMan:init_directly, r=nagisa | Ashley Mannix | -12/+9 |
| 2021-01-18 | Improve unknown external crate error | Ryan Levick | -4/+17 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -127/+74 |
| 2021-01-17 | Rollup merge of #80031 - petrochenkov:builtina, r=estebank | Mara Bos | -4/+10 |
| 2021-01-17 | Initialize a few variables directly | LingMan | -12/+9 |
| 2021-01-17 | resolve: Reject ambiguity built-in attr vs different built-in attr | Vadim Petrochenkov | -4/+10 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -2/+30 |