| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiser | Matthias Krüger | -0/+49 |
| 2022-12-02 | Auto merge of #104863 - nnethercote:reduce-lint-macros, r=cjgillot | bors | -70/+8 |
| 2022-12-02 | return when expr has error | Takayuki Maeda | -0/+49 |
| 2022-12-02 | Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8Ki | Matthias Krüger | -12/+3 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -70/+8 |
| 2022-11-28 | Change multiline span ASCII art visual order | Esteban Küber | -3/+3 |
| 2022-11-25 | Use "must be init" instead of "must not be uninit" everywhere | Oli Scherer | -11/+11 |
| 2022-11-25 | Add a `because` to errors derived from fields | Oli Scherer | -12/+12 |
| 2022-11-25 | Don't show fields from other crates | Oli Scherer | -34/+4 |
| 2022-11-25 | Reinstate the previous compact form of "in this field" errors | Oli Scherer | -42/+21 |
| 2022-11-25 | Compute layout instead of manually procesisng the layout restriction attributes | Oli Scherer | -0/+63 |
| 2022-11-25 | Print a trace through types to show how to get to the problematic type | Oli Scherer | -13/+36 |
| 2022-11-23 | lint: do not warn unused parens around higher-ranked function pointers | Michael Howell | -0/+18 |
| 2022-11-19 | Use `type_ascribe!` in many UI tests | Nilstrieb | -12/+3 |
| 2022-11-19 | Refactor `must_use` lint into two parts | Nilstrieb | -33/+56 |
| 2022-11-17 | Rollup merge of #104433 - TaKO8Ki:fix-104392, r=estebank | Matthias Krüger | -0/+38 |
| 2022-11-15 | Rollup merge of #104296 - compiler-errors:opaque-ty-ffi-normalization-cycle, ... | Matthias Krüger | -0/+56 |
| 2022-11-15 | return when expr has errors | Takayuki Maeda | -0/+38 |
| 2022-11-15 | Normalize types before looking for opaques | Michael Goulet | -0/+56 |
| 2022-11-14 | Rollup merge of #104229 - compiler-errors:overlap-full-path, r=davidtwco | Matthias Krüger | -12/+12 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -0/+97 |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -0/+97 |
| 2022-11-10 | Fix tests after rebase | Esteban Küber | -2/+2 |
| 2022-11-10 | review comments | Esteban Küber | -4/+4 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -30/+78 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -39/+39 |
| 2022-11-10 | Don't print full paths in overlap errors | Michael Goulet | -12/+12 |
| 2022-11-04 | Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-10-31 | Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisa | Dylan DPC | -0/+45 |
| 2022-10-29 | Run rustfix test for 103317 case | Kitsu | -3/+18 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-10-24 | fix parentheses surrounding spacing issue in parser | yukang | -5/+27 |
| 2022-10-24 | Port `dead_code` lints to be translatable. | Charles Lew | -4/+4 |
| 2022-10-24 | fix #103435, unused lint won't produce invalid code | yukang | -0/+75 |
| 2022-10-23 | Fix wrapped valid-range handling in ty_find_init_error | Josh Triplett | -51/+69 |
| 2022-10-22 | Note scope of TAIT more accurately | Michael Goulet | -2/+2 |
| 2022-10-22 | Rollup merge of #102635 - lcnr:incoherent_auto_trait_objects, r=jackh726 | Matthias Krüger | -0/+42 |
| 2022-10-21 | Fix unreachable_pub suggestion for enum with fields | Kitsu | -0/+30 |
| 2022-10-20 | Elaborate supertrait bounds when triggering unused_must_use on impl Trait | Michael Goulet | -0/+26 |
| 2022-10-17 | `order_dependent_trait_objects` to `ReportNow` | lcnr | -0/+42 |
| 2022-10-15 | Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillot | bors | -2/+11 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -1/+1 |
| 2022-10-09 | fixup lint name | Maybe Waffle | -1/+1 |
| 2022-10-09 | `for_loop_over_fallibles`: fix suggestion for "remove `.next()`" case | Maybe Waffle | -3/+2 |
| 2022-10-09 | Add a test for the `for_loop_over_fallibles` lint | Maybe Waffle | -0/+145 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -83/+43 |
| 2022-10-05 | Fix opaque_hidden_inferred_bound lint ICE | Michael Goulet | -0/+22 |
| 2022-10-05 | change might_permit_raw_init to fully detect LLVM UB, but not more than that | Ralf Jung | -26/+51 |
| 2022-10-04 | Rollup merge of #102489 - compiler-errors:issue-102074, r=oli-obk | Dylan DPC | -2/+11 |
| 2022-10-04 | Rollup merge of #102639 - nnethercote:improve-spans-splitting, r=Aaron1011 | Matthias Krüger | -1/+1 |