| Age | Commit message (Expand) | Author | Lines |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -12/+8 |
| 2021-11-09 | Rollup merge of #89561 - nbdd0121:const_typeck, r=nikomatsakis | Matthias Krüger | -1/+1 |
| 2021-11-08 | Rollup merge of #90652 - matthiaskrgr:unnnec_filter_map, r=jyn514 | Guillaume Gomez | -20/+8 |
| 2021-11-07 | Auto merge of #90668 - matthiaskrgr:clippy_nov7, r=jyn514 | bors | -15/+11 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -15/+11 |
| 2021-11-07 | ast: Fix naming conventions in AST structures | Vadim Petrochenkov | -3/+1 |
| 2021-11-07 | Give inline const separate DefKind | Gary Guo | -1/+1 |
| 2021-11-06 | Replace some uses of vec.drain(..) with vec.into_iter() | The8472 | -5/+5 |
| 2021-11-06 | use filter(|x| matches!(..)) instead of filter_map(|x| match x ... => Some(xy)) | Matthias Krüger | -20/+8 |
| 2021-10-26 | Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i... | Jakob Degen | -0/+1 |
| 2021-10-21 | Revert "Auto merge of #89100 - petrochenkov:localbind, r=cjgillot" | Mark Rousskov | -2/+1 |
| 2021-10-20 | Auto merge of #89100 - petrochenkov:localbind, r=cjgillot | bors | -1/+2 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+1 |
| 2021-10-18 | resolve: Use `NameBinding` for local variables and generic parameters | Vadim Petrochenkov | -1/+2 |
| 2021-10-17 | Some "parenthesis" and "parentheses" fixes | r00ster91 | -1/+1 |
| 2021-10-16 | Update the syn crate and adopt let_else in three more places | est31 | -3/+1 |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -1/+1 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -2/+36 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -2/+36 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -0/+3 |
| 2021-09-27 | suggest path for tuple struct | Takayuki Maeda | -1/+7 |
| 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-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -0/+1 |
| 2021-09-04 | Skip single use lifetime lint for generated opaque types | Stefano Buliani | -1/+22 |
| 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-12 | Use smaller spans for some structured suggestions | Esteban Kuber | -11/+6 |
| 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 |