| Age | Commit message (Expand) | Author | Lines |
| 2021-09-24 | resolve: Rename some expansion def scope methods | Vadim Petrochenkov | -23/+19 |
| 2021-09-24 | resolve: Cleanup module allocation | Vadim Petrochenkov | -56/+73 |
| 2021-09-24 | resolve: Do not cache nearest parent mod in `ModuleData` | Vadim Petrochenkov | -57/+36 |
| 2021-09-25 | change the order of path suggestions | Takayuki Maeda | -0/+6 |
| 2021-09-21 | Rollup merge of #89078 - camsteffen:map-ref, r=cjgillot | the8472 | -2/+1 |
| 2021-09-19 | Rollup merge of #88966 - tmiasko:block-label-shadowing, r=petrochenkov | Yuki Okushi | -1/+5 |
| 2021-09-18 | Remove needless hir Map ref | Cameron Steffen | -2/+1 |
| 2021-09-18 | Auto merge of #88650 - sapessi:issue-77175-fix, r=estebank | bors | -1/+22 |
| 2021-09-15 | Check for shadowing issues involving block labels | Tomasz Miąsko | -1/+5 |
| 2021-09-13 | Auto merge of #87915 - estebank:fancy-spans, r=oli-obk | bors | -11/+6 |
| 2021-09-12 | Rollup merge of #88677 - petrochenkov:exportid, r=davidtwco | Manish Goregaokar | -6/+6 |
| 2021-09-11 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -11/+25 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-10 | rustc: Remove local variable IDs from `Export`s | Vadim Petrochenkov | -6/+6 |
| 2021-09-10 | Record call_site parent for macros. | Camille GILLOT | -1/+11 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -0/+10 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -0/+1 |
| 2021-09-10 | Keep def_spans collected by resolution. | Camille GILLOT | -10/+3 |
| 2021-09-06 | Move `confused_type_with_std_module` to `ResolverOutputs` | Aaron Hill | -3/+7 |
| 2021-09-04 | Skip single use lifetime lint for generated opaque types | Stefano Buliani | -1/+22 |
| 2021-09-04 | Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiser | bors | -0/+26 |
| 2021-09-03 | Auto merge of #88597 - cjgillot:lower-global, r=petrochenkov | bors | -4/+49 |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+26 |
| 2021-09-02 | Auto merge of #88516 - matthiaskrgr:clippy_perf_end_august, r=jyn514,Guillaum... | bors | -3/+5 |
| 2021-09-01 | Compute proc_macros in resolutions. | Camille GILLOT | -0/+12 |
| 2021-09-01 | Compute all_traits_impls during resolution. | Camille GILLOT | -2/+13 |
| 2021-09-01 | Compute item_generics_num_lifetimes during resolution. | Camille GILLOT | -2/+24 |
| 2021-08-31 | some low hanging clippy::perf fixes | Matthias Krüger | -3/+5 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -2/+9 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -9/+6 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -8/+4 |
| 2021-08-29 | Rollup merge of #88411 - Aaron1011:remove-session-if-let, r=estebank | Guillaume Gomez | -1/+0 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -0/+1 |
| 2021-08-27 | Remove `Session.if_let_suggestions` | Aaron Hill | -1/+0 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -19/+16 |
| 2021-08-23 | Rollup merge of #88232 - m-ou-se:macro-name-imported-but-not-macro, r=estebank | Mara Bos | -0/+52 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -5/+5 |
| 2021-08-23 | Improve wording of macro-not-found-but-name-exists note. | Mara Bos | -8/+18 |
| 2021-08-23 | Show what things are, but also what they are not. | Mara Bos | -1/+7 |
| 2021-08-23 | Don't confuse the user with notes about tool modules. | Mara Bos | -5/+5 |
| 2021-08-23 | Clarify what attribute and derive macros look like. | Mara Bos | -1/+2 |
| 2021-08-23 | Say what things are, instead of what they are not. | Mara Bos | -10/+9 |
| 2021-08-23 | Silence confusing 'unused import' warnings. | Mara Bos | -0/+3 |
| 2021-08-23 | Look for macro names in all namespaces for diagnostics. | Mara Bos | -19/+34 |
| 2021-08-23 | Add note to 'macro not found' to point to identically-named imports. | Mara Bos | -1/+19 |
| 2021-08-22 | Rollup merge of #88238 - m-ou-se:used-imports-no-track-namespace, r=estebank | Guillaume Gomez | -17/+14 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Stop tracking namespce in used_imports. | Mara Bos | -17/+14 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |