| Age | Commit message (Expand) | Author | Lines |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -0/+1 |
| 2020-11-24 | Swap note for help | mendess | -1/+1 |
| 2020-11-24 | Requested changes | mendess | -1/+1 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+1 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -9/+20 |
| 2020-11-23 | Rollup merge of #79236 - lcnr:mcg-resolve-dsb, r=eddyb | Jonas Schievink | -1/+6 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -9/+20 |
| 2020-11-20 | update bug message for cg | Bastian Kauschke | -1/+1 |
| 2020-11-20 | const_generics: assert resolve hack causes an error | Bastian Kauschke | -0/+5 |
| 2020-11-20 | rustc_expand: Mark inner `#![test]` attributes as soft-unstable | Vadim Petrochenkov | -15/+14 |
| 2020-11-19 | resolve/expand: Misc cleanup | Vadim Petrochenkov | -5/+1 |
| 2020-11-19 | resolve: Centralize some error reporting for unexpected macro resolutions | Vadim Petrochenkov | -40/+58 |
| 2020-11-19 | resolve: Introduce a separate `NonMacroAttrKind` for legacy derive helpers | Vadim Petrochenkov | -18/+12 |
| 2020-11-18 | Rollup merge of #78999 - petrochenkov:deprid, r=eddyb | Mara Bos | -0/+1 |
| 2020-11-15 | Rollup merge of #79034 - petrochenkov:mrscopes3, r=eddyb | Jonas Schievink | -36/+21 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -3/+2 |
| 2020-11-14 | rustc_resolve: Make `macro_rules` scope chain compression lazy | Vadim Petrochenkov | -36/+21 |
| 2020-11-13 | Auto merge of #78826 - petrochenkov:mrscopes2, r=eddyb | bors | -29/+69 |
| 2020-11-12 | stability: More precise location for deprecation lint on macros | Vadim Petrochenkov | -0/+1 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -3/+1 |
| 2020-11-08 | Rollup merge of #78860 - petrochenkov:resolvefmt, r=Mark-Simulacrum | Mara Bos | -38/+13 |
| 2020-11-08 | rustc_resolve: Use `#![feature(format_args_capture)]` | Vadim Petrochenkov | -38/+13 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -3/+2 |
| 2020-11-07 | resolve: Collapse `macro_rules` scope chains on the fly | Vadim Petrochenkov | -29/+69 |
| 2020-11-06 | Revert "Revert "resolve: Avoid "self-confirming" import resolutions in one mo... | Mark Rousskov | -2/+11 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -3/+2 |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -22/+0 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -27/+55 |
| 2020-10-30 | Add back missing comments | Joshua Nelson | -0/+1 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -169/+91 |
| 2020-10-29 | Auto merge of #78508 - wesleywiser:optimize_visit_scopes, r=petrochenkov | bors | -4/+3 |
| 2020-10-29 | Rollup merge of #78224 - lcnr:repeat-expr, r=varkor | Yuki Okushi | -18/+70 |
| 2020-10-28 | [resolve] Use `unwrap_or_else` instead of `unwrap_or` in a hot path | Wesley Wiser | -4/+3 |
| 2020-10-26 | Suggest calling associated `fn` inside `trait`s | Esteban Küber | -27/+55 |
| 2020-10-26 | resolve: private fields in tuple struct ctor diag | David Wood | -44/+61 |
| 2020-10-25 | Rollup merge of #77984 - Aaron1011:fix/macro-mod-weird-parent, r=petrochenkov | Yuki Okushi | -7/+41 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -4/+4 |
| 2020-10-24 | Compute proper module parent during resolution | Aaron Hill | -7/+41 |
| 2020-10-24 | resolve: Relax macro resolution consistency check to account for any errors | Vadim Petrochenkov | -4/+4 |
| 2020-10-22 | min_const_generics: allow ty param in repeat expr | Bastian Kauschke | -18/+70 |
| 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 | -81/+131 |
| 2020-10-18 | Rollup merge of #78048 - blyxxyz:e0424-improve-self-placement, r=lcnr | Yuki Okushi | -3/+5 |
| 2020-10-17 | Suggest correct place to add `self` parameter when inside closure | Jan Verbeek | -3/+5 |
| 2020-10-17 | resolve: Do not put nonexistent crate `meta` into prelude | Vadim Petrochenkov | -3/+0 |
| 2020-10-17 | Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia... | Yuki Okushi | -62/+88 |
| 2020-10-17 | Rollup merge of #75209 - Hirrolot:suggest-macro-imports, r=estebank | Yuki Okushi | -0/+11 |
| 2020-10-15 | resolve: improve "try using tuple struct" message | David Wood | -11/+11 |
| 2020-10-15 | resolve: suggest variants with placeholders | David Wood | -60/+86 |