| Age | Commit message (Expand) | Author | Lines |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -0/+3 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -43/+4 |
| 2021-02-03 | Refactor out PrimitiveTypeTable | Cameron Steffen | -43/+4 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -0/+1 |
| 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/+10 |
| 2021-01-18 | Improve unknown external crate error | Ryan Levick | -4/+10 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -64/+63 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-12 | Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obk | Yuki Okushi | -2/+2 |
| 2021-01-11 | resolve: Simplify collection of traits in scope | Vadim Petrochenkov | -64/+63 |
| 2021-01-10 | Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasper | bors | -18/+29 |
| 2021-01-10 | resolve: Simplify built-in macro table | Vadim Petrochenkov | -2/+2 |
| 2021-01-10 | Rollup merge of #80850 - m-ou-se:rustc-builtin-macro-name, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-01-09 | Allow #[rustc_builtin_macro = "name"]. | Mara Bos | -2/+2 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -8/+13 |
| 2021-01-08 | Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=... | Yuki Okushi | -8/+32 |
| 2021-01-07 | resolve: Scope visiting doesn't need an `Ident` | Vadim Petrochenkov | -18/+29 |
| 2021-01-07 | Add pointing const identifier when emitting E0435 | Daiki Ihara | -8/+32 |
| 2021-01-06 | Rename to `nearest_parent_mod` | Camelid | -17/+25 |
| 2021-01-06 | Document `ModuleData` | Camelid | -6/+14 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -3/+3 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -3/+3 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -8/+7 |
| 2020-12-27 | rustc_span: Remove `Symbol::with` | Vadim Petrochenkov | -1/+4 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -2/+10 |
| 2020-12-12 | Resolve enum field visibility correctly | Camelid | -0/+1 |
| 2020-11-20 | const_generics: assert resolve hack causes an error | Bastian Kauschke | -0/+5 |
| 2020-11-14 | rustc_resolve: Make `macro_rules` scope chain compression lazy | Vadim Petrochenkov | -10/+17 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -14/+23 |
| 2020-11-08 | rustc_resolve: Use `#![feature(format_args_capture)]` | Vadim Petrochenkov | -0/+1 |
| 2020-11-07 | resolve: Collapse `macro_rules` scope chains on the fly | Vadim Petrochenkov | -14/+23 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -50/+30 |
| 2020-10-28 | [resolve] Use `unwrap_or_else` instead of `unwrap_or` in a hot path | Wesley Wiser | -4/+3 |
| 2020-10-22 | Auto merge of #78134 - bugadani:arena-nodrop, r=lcnr | bors | -7/+5 |
| 2020-10-20 | Resolve: Use dropless arena for types that don't need drop | Dániel Buga | -7/+5 |
| 2020-10-19 | Calculate visibilities once in resolve | Vadim Petrochenkov | -9/+16 |
| 2020-10-17 | resolve: Do not put nonexistent crate `meta` into prelude | Vadim Petrochenkov | -3/+0 |
| 2020-10-11 | `min_const_generics` diagnostics improvements | Ethan Brierley | -1/+1 |
| 2020-10-03 | Replace "non trivial" with "non-trivial" | varkor | -1/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-20 | use if let instead of single match arm expressions to compact code and reduce... | Matthias Krüger | -5/+2 |
| 2020-09-15 | This commit introduces the following changes: | Hameer Abbasi | -5/+9 |
| 2020-09-13 | review, improve note span | Bastian Kauschke | -18/+16 |
| 2020-09-13 | allow concrete self types in consts | Bastian Kauschke | -9/+20 |
| 2020-09-11 | Auto merge of #76499 - guswynn:priv_des, r=petrochenkov | bors | -1/+6 |
| 2020-09-11 | Give better diagnostic when using a private tuple struct constructor | Gus Wynn | -1/+6 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -0/+2 |