| Age | Commit message (Expand) | Author | Lines |
| 2024-05-04 | Rollup merge of #124718 - compiler-errors:record-impl-args, r=lcnr | Matthias Krüger | -0/+47 |
| 2024-05-04 | Rollup merge of #124717 - compiler-errors:do-not-recomment-next-solver, r=lcnr | Matthias Krüger | -0/+58 |
| 2024-05-04 | Rollup merge of #124713 - Urgau:check-cfg-update-cargo-diagnostics, r=jieyouxu | Matthias Krüger | -21/+21 |
| 2024-05-04 | Record impl args in the proof tree | Michael Goulet | -0/+47 |
| 2024-05-04 | Implement do_not_recommend in the new solver | Michael Goulet | -0/+58 |
| 2024-05-04 | Only consider ambiguous goals when finding best obligation for ambiguities | Michael Goulet | -11/+13 |
| 2024-05-04 | Update Cargo diagnostics in check-cfg | Urgau | -21/+21 |
| 2024-05-04 | Auto merge of #124703 - matthiaskrgr:rollup-2lljptd, r=matthiaskrgr | bors | -0/+62 |
| 2024-05-04 | Rollup merge of #124692 - workingjubilee:document-no-double-pointer-coercion-... | Matthias Krüger | -0/+62 |
| 2024-05-04 | Auto merge of #124345 - Urgau:compiletest-check-cfg, r=jieyouxu | bors | -205/+264 |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -57/+89 |
| 2024-05-04 | compiletest: add no-auto-check-cfg directive | Urgau | -119/+148 |
| 2024-05-04 | tests/ui: prepare some tests for --check-cfg by default | Urgau | -29/+27 |
| 2024-05-03 | Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxu | Michael Goulet | -230/+46 |
| 2024-05-03 | Rollup merge of #124418 - compiler-errors:better-cause, r=lcnr | Michael Goulet | -62/+271 |
| 2024-05-03 | We do not coerce &mut &mut T -> *mut mut T | Jubilee Young | -0/+62 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -13/+13 |
| 2024-05-03 | Rollup merge of #124510 - linyihai:raw-ident-in-typo-suggestion, r=fmease | Matthias Krüger | -0/+29 |
| 2024-05-02 | Higher ranked goal source, do overflow handling less badly | Michael Goulet | -64/+73 |
| 2024-05-02 | Use a proof tree visitor to refine the Obligation for error reporting | Michael Goulet | -59/+259 |
| 2024-05-02 | Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...` | Martin Nordholts | -230/+46 |
| 2024-05-02 | Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwco | Matthias Krüger | -4/+1 |
| 2024-05-02 | Rollup merge of #124597 - cuviper:x86-64-v3, r=workingjubilee | Guillaume Gomez | -23/+28 |
| 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 | Use an outlandish target feature for the negative case | Josh Stone | -3/+3 |
| 2024-05-01 | Add inline comments why we're forcing the target cpu | Josh Stone | -19/+22 |
| 2024-05-01 | Use an explicit x86-64 cpu in tests that are sensitive to it | Josh Stone | -21/+23 |
| 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 |