| Age | Commit message (Expand) | Author | Lines |
| 2020-12-28 | Rollup merge of #80411 - petrochenkov:nosymwith, r=matthewjasper | Dylan DPC | -1/+4 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -11/+8 |
| 2020-12-27 | rustc_span: Remove `Symbol::with` | Vadim Petrochenkov | -1/+4 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -7/+15 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -11/+8 |
| 2020-12-20 | Move std_path construction into condition | Dániel Buga | -5/+4 |
| 2020-12-20 | Inline a single-use closure | Dániel Buga | -2/+2 |
| 2020-12-20 | Create closure outside of the loop | Dániel Buga | -4/+4 |
| 2020-12-20 | Add missing semicolon | Dániel Buga | -1/+1 |
| 2020-12-20 | Remove unnecessary cloned | Dániel Buga | -1/+1 |
| 2020-12-20 | Precompute vector length in smart_resolve_path_fragment | Dániel Buga | -1/+2 |
| 2020-12-20 | Clean up with_generic_param_rib, avoid double hashing | Dániel Buga | -24/+17 |
| 2020-12-17 | Enhance error message when misspelled label to value in break expression | Daiki Ihara | -0/+20 |
| 2020-12-12 | Resolve enum field visibility correctly | Camelid | -1/+11 |
| 2020-12-02 | Tweak diagnostics on shadowing lifetimes/labels | Yuki Okushi | -1/+1 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -1/+1 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -28/+33 |
| 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 |