| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Rollup merge of #88512 - m-ou-se:array-into-iter-deref-stuff, r=estebank | Mara Bos | -24/+30 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -15/+28 |
| 2021-08-31 | Rollup merge of #88503 - m-ou-se:array-into-inter-ambiguous, r=cjgillot | Mara Bos | -0/+2 |
| 2021-08-30 | Handle let-else initializer edge case errors | Cameron Steffen | -15/+28 |
| 2021-08-30 | Add let-else to AST | Cameron Steffen | -1/+1 |
| 2021-08-30 | Don't give invalid suggestions in array_into_iter. | Mara Bos | -1/+1 |
| 2021-08-30 | Upgrade array_into_iter lint to include Deref-to-array types. | Mara Bos | -23/+29 |
| 2021-08-30 | Warn when [T; N].into_iter() is ambiguous in the new edition. | Mara Bos | -0/+2 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -1/+1 |
| 2021-08-29 | Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa | bors | -2/+23 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -25/+1 |
| 2021-08-27 | rustc_target: require `TyAbiInterface` in `LayoutOf`. | Eduard-Mihai Burtescu | -1/+22 |
| 2021-08-27 | rustc_target: add lifetime parameter to `LayoutOf`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -2/+2 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -2/+2 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -2/+2 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -0/+3 |
| 2021-08-25 | Rollup merge of #88196 - asquared31415:named-asm-labels-refactor, r=Amanieu | Léo Lanteri Thauvin | -2/+123 |
| 2021-08-25 | Auto merge of #88242 - bonega:allocation_range, r=oli-obk | bors | -1/+1 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -2/+123 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -81/+13 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -2/+2 |
| 2021-08-22 | Use custom wrap-around type instead of Range | Andreas Liljeqvist | -1/+1 |
| 2021-08-22 | Rollup merge of #86747 - FabianWolff:issue-86653, r=GuillaumeGomez | Guillaume Gomez | -16/+20 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -81/+13 |
| 2021-08-21 | Auto merge of #88134 - rylev:force-warn-improvements, r=nikomatsakis | bors | -1/+10 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+1 |
| 2021-08-18 | Error when warnings lint group is used with force-warn | Ryan Levick | -1/+10 |
| 2021-08-18 | Remove box syntax from rustc_lint | est31 | -6/+5 |
| 2021-08-17 | Auto merge of #88083 - m-ou-se:non-fmt-panics-suggest-debug, r=estebank | bors | -13/+53 |
| 2021-08-16 | Rollup merge of #87967 - m-ou-se:non-fmt-panic-detect-fake-spans, r=cjgillot | Mara Bos | -3/+11 |
| 2021-08-16 | Show correct macro name in non_fmt_panics message. | Mara Bos | -1/+1 |
| 2021-08-16 | Improve non_fmt_panics suggestion based on trait impls. | Mara Bos | -12/+52 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -3/+239 |
| 2021-08-16 | Only run expensive calculations if the method name is recognized | Joshua Nelson | -2/+4 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -3/+237 |
| 2021-08-16 | Auto merge of #80357 - c410-f3r:new-hir-let, r=matthewjasper | bors | -5/+7 |
| 2021-08-15 | Introduce hir::ExprKind::Let - Take 2 | Caio | -5/+7 |
| 2021-08-15 | Auto merge of #87982 - m-ou-se:non-fmt-panic-assert-str, r=cjgillot | bors | -2/+15 |
| 2021-08-14 | Auto merge of #87324 - asquared31415:named-asm-labels, r=Amanieu | bors | -0/+4 |
| 2021-08-14 | Auto merge of #87375 - fee1-dead:move-constness-to-traitpred, r=oli-obk | bors | -2/+2 |
| 2021-08-13 | Auto merge of #86492 - hyd-dev:no-mangle-method, r=petrochenkov | bors | -24/+70 |
| 2021-08-13 | Use is_diagnostic_item instead of get_diagnostic_item. | Mara Bos | -3/+3 |
| 2021-08-13 | non_fmt_panic: machine app. suggestion for assert with string msg. | Mara Bos | -2/+15 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -2/+2 |
| 2021-08-12 | Rollup merge of #87965 - m-ou-se:non-fmt-panic-external, r=estebank | Manish Goregaokar | -2/+13 |
| 2021-08-12 | Detect fake spans in non_fmt_panic lint. | Mara Bos | -3/+11 |