| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-22 | Suggest importing the right kind of macro. | Mara Bos | -3/+1 |
| 2021-08-21 | Remove `NonMacroAttr.mark_used` | Aaron Hill | -10/+4 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -9/+12 |
| 2021-08-18 | review comment: use newtype to deduplicate logic | Esteban Kuber | -32/+70 |
| 2021-08-18 | review comment: reduce duplication | Esteban Kuber | -24/+27 |
| 2021-08-18 | Use more accurate spans when proposing adding lifetime to item | Esteban Kuber | -7/+32 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -1/+1 |
| 2021-08-15 | Auto merge of #87975 - m-ou-se:unused-import-attributes, r=nagisa | bors | -1/+1 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -1/+1 |
| 2021-08-12 | Include attributes in removal span for unused imports. | Mara Bos | -1/+1 |
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -26/+88 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+6 |
| 2021-07-26 | Actually infer args in visitors | kadmin | -1/+3 |
| 2021-07-25 | Auto merge of #86438 - FabianWolff:issue-83693, r=jackh726 | bors | -3/+2 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -1/+1 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -18/+11 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+4 |
| 2021-07-17 | Compute a better `lint_node_id` during expansion | Aaron Hill | -10/+6 |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -59/+84 |