| Age | Commit message (Expand) | Author | Lines |
| 2021-09-03 | Detect bare blocks with type ascription that were meant to be a `struct` literal | Esteban Kuber | -0/+10 |
| 2021-08-31 | some low hanging clippy::perf fixes | Matthias Krüger | -3/+5 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -3/+3 |
| 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 | -3/+7 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -3/+7 |
| 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-13 | move Constness into TraitPredicate | Deadbeef | -1/+1 |
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -7/+45 |
| 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-09 | Fix the ICE described in #83693 | Fabian Wolff | -3/+2 |
| 2021-06-28 | Fix garbled suggestion for missing lifetime specifier | Fabian Wolff | -0/+2 |
| 2021-06-07 | Remove lifetime hack | Cameron Steffen | -9/+1 |
| 2021-05-13 | Auto merge of #85041 - mibac138:suggest-generics, r=estebank | bors | -5/+14 |
| 2021-05-13 | Auto merge of #83759 - SkiFire13:fix-diag, r=estebank | bors | -6/+28 |
| 2021-05-12 | Fix diagnostics spans for missing lifetimes in edge cases | Giacomo Stevanato | -6/+28 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -1/+1 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -18/+114 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -1/+1 |
| 2021-05-10 | More minor fixes suggested by @jackh726 | Fabian Wolff | -2/+4 |
| 2021-05-09 | Implement @jackh726's suggestions | Fabian Wolff | -76/+64 |
| 2021-05-07 | Fix suggestions for missing return type lifetime parameters | Fabian Wolff | -150/+216 |
| 2021-05-07 | Fix impl type parameter suggestion involving consts | mibac138 | -1/+8 |
| 2021-05-05 | Suggest adding a type parameter for impls | mibac138 | -4/+6 |
| 2021-05-02 | add suggestion for unit enum variant when matched with a patern | Aliénore Bouttefeux | -12/+31 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -1/+8 |
| 2021-04-21 | More review changes | Jack Huey | -85/+59 |
| 2021-04-21 | Review comments | Jack Huey | -7/+8 |
| 2021-04-21 | Move nested quantification check to ast_validation | Jack Huey | -66/+14 |
| 2021-04-20 | Remove TraitRefHackInner and use the concatenating functionality instead of t... | Jack Huey | -245/+176 |
| 2021-04-20 | Add BinderScopeType to replace binder_depth and from_poly_trait_ref | Jack Huey | -111/+86 |
| 2021-04-20 | A non-minimal set of TraitRefBoundarys to work on removing from_poly_trait_ref | Jack Huey | -84/+93 |
| 2021-04-20 | Precompute inverse binder depth | Jack Huey | -104/+73 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-16 | Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnr | Dylan DPC | -1/+15 |
| 2021-04-09 | Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakis | bors | -61/+132 |
| 2021-04-08 | add comments | Niko Matsakis | -1/+23 |
| 2021-04-07 | Rollup merge of #83634 - JohnTitor:proc-macro-ice, r=varkor | Dylan DPC | -1/+3 |
| 2021-04-06 | Fix a couple resolve bugs from binder refactor | Jack Huey | -1/+15 |