| Age | Commit message (Expand) | Author | Lines |
| 2024-05-02 | Auto merge of #123939 - WaffleLapkin:never-fallback-unsafe-lint, r=compiler-e... | bors | -0/+228 |
| 2024-05-02 | Add proper support for all kinds of unsafe ops to the lint | Waffle Lapkin | -5/+175 |
| 2024-05-02 | Add a lint against never type fallback affecting unsafe code | Maybe Waffle | -0/+58 |
| 2024-05-02 | Auto merge of #124529 - compiler-errors:select, r=lcnr | bors | -0/+9 |
| 2024-05-01 | Rewrite select to use a ProofTreeVisitor | Michael Goulet | -0/+9 |
| 2024-05-01 | Rollup merge of #124566 - lcnr:normalizes-to-proof-tree, r=compiler-errors | Matthias Krüger | -2/+59 |
| 2024-05-01 | Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnr | bors | -0/+38 |
| 2024-05-01 | Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnr | bors | -15/+15 |
| 2024-04-30 | Auto merge of #117164 - fmease:orphan-norm, r=lcnr | bors | -1/+594 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -15/+15 |
| 2024-04-30 | fix `NormalizesTo` proof tree issue | lcnr | -2/+59 |
| 2024-04-30 | Normalize trait ref before orphan check & consider ty params in alias types t... | León Orell Valerian Liehr | -1/+594 |
| 2024-04-30 | Auto merge of #124547 - matthiaskrgr:rollup-9tv8upg, r=matthiaskrgr | bors | -10/+10 |
| 2024-04-30 | Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, r=oli-obk | Matthias Krüger | -10/+10 |
| 2024-04-30 | Auto merge of #124507 - Zalathar:coverage-level, r=compiler-errors | bors | -8/+5 |
| 2024-04-30 | Auto merge of #124398 - klensy:trailing-ws, r=compiler-errors | bors | -47/+47 |
| 2024-04-29 | Consider inner modules to be local in the `non_local_definitions` lint | Urgau | -0/+38 |
| 2024-04-29 | Rollup merge of #124488 - est31:arbitrary_expressions_error, r=pnkfelix | Matthias Krüger | -0/+31 |
| 2024-04-29 | Rollup merge of #124522 - blyxyas:refactor-is-loaded, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-04-29 | Rollup merge of #124504 - gurry:123710-union-ICE, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+51 |
| 2024-04-29 | Rollup merge of #124484 - GKFX:offset_of_must_use, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -17/+40 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -10/+10 |
| 2024-04-29 | [Refactor] Rename Lint and LintGroup\'s is_loaded to is_externally_loaded | blyxyas | -2/+2 |
| 2024-04-29 | Change wording | est31 | -8/+8 |
| 2024-04-29 | coverage: Replace boolean options with a `CoverageLevel` enum | Zalathar | -8/+5 |
| 2024-04-29 | Auto merge of #124505 - Enselic:aux-bin-fix, r=jieyouxu | bors | -1/+1 |
| 2024-04-29 | Typo fix: exec:ing -> exec'ing | Martin Nordholts | -1/+1 |
| 2024-04-29 | Prohibit const prop of unions in `KnownPanicsLint` | Gurinder Singh | -0/+51 |
| 2024-04-28 | Update mir-opt tests, add proper regression test | George Bateman | -8/+30 |
| 2024-04-28 | Add a note to the ArbitraryExpressionInPattern error | est31 | -0/+31 |
| 2024-04-28 | Fix #124478 - offset_of! returns a temporary | George Bateman | -24/+25 |
| 2024-04-28 | try to fix tests on windows where the "file not found" error is different fro... | Matthias Krüger | -1/+1 |
| 2024-04-28 | add test for ice expected-type-of-closure-body-to-be-a-closure-or-coroutine-i... | Matthias Krüger | -0/+91 |
| 2024-04-28 | add test for ice future has no bound vars. | Matthias Krüger | -0/+29 |
| 2024-04-28 | add test for const generic ty's with lifetimes cause opaque types to ICE | Matthias Krüger | -0/+29 |
| 2024-04-28 | add test for ICE failed to resolve instance for <[f32; 2] as CrossProduct | Matthias Krüger | -0/+18 |
| 2024-04-28 | add test for Inconsistent rustc_transmute::is_transmutable(...) result, got Yes | Matthias Krüger | -0/+71 |
| 2024-04-28 | add test for ICE: tcx.resolutions(()) is not supported for local crate -Zunpr... | Matthias Krüger | -0/+17 |
| 2024-04-27 | Rollup merge of #124425 - saethlin:ceci-nest-pas-une-ice, r=compiler-errors | Matthias Krüger | -0/+52 |
| 2024-04-27 | Rollup merge of #124394 - gurry:123863-ice-unexpected-region, r=lcnr | Matthias Krüger | -0/+47 |
| 2024-04-27 | Rollup merge of #124370 - ShE3py:substitution-part-offset, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-04-27 | tests: remove some trailing ws | klensy | -47/+47 |
| 2024-04-27 | Rollup merge of #124427 - gurry:122191-unhandled-type, r=matthiaskrgr | Matthias Krüger | -0/+76 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -22/+22 |
| 2024-04-27 | Add missing tests for an ICE | Gurinder Singh | -0/+76 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -0/+47 |
| 2024-04-26 | Do not ICE on invalid consts when walking mono-reachable blocks | Ben Kimock | -0/+52 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -28/+84 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -116/+96 |
| 2024-04-25 | Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgr | bors | -12/+148 |