| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-08-12 | Silence non_fmt_panic from external macros. | Mara Bos | -2/+13 |
| 2021-08-12 | Adjust `#[no_mangle]`-related checks and lints for `impl` items | hyd-dev | -24/+70 |
| 2021-08-09 | Link to edition guide instead of issues for 2021 lints. | Mara Bos | -2/+2 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -2/+0 |
| 2021-08-04 | Fix lint capitalization and ignoring, test with include_str | asquared31415 | -1/+1 |
| 2021-08-04 | Lint against named asm labels | asquared31415 | -0/+4 |
| 2021-08-04 | Auto merge of #87026 - FabianWolff:issue-86948, r=estebank | bors | -0/+8 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -21/+23 |
| 2021-08-03 | Use a multipart suggestion for the parentheses | Fabian Wolff | -3/+6 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -2/+2 |
| 2021-07-31 | Require parentheses to avoid confusions around labeled break and loop express... | Fabian Wolff | -0/+5 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -21/+23 |
| 2021-07-31 | Fix ICE in `improper_ctypes_definitions` lint with all-ZST transparent types | Fabian Wolff | -2/+8 |
| 2021-07-31 | Apply review suggestion | Yuki Okushi | -10/+7 |
| 2021-07-31 | Add a hint that the expressions produce a value | Yuki Okushi | -1/+12 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+6 |