| Age | Commit message (Expand) | Author | Lines |
| 2024-02-20 | Rollup merge of #121352 - malobre:patch-1, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-20 | Rollup merge of #121350 - compiler-errors:resolve, r=oli-obk | Matthias Krüger | -16/+29 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -173/+300 |
| 2024-02-20 | Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obk | Matthias Krüger | -2/+37 |
| 2024-02-20 | Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnr | Matthias Krüger | -1/+30 |
| 2024-02-20 | Rollup merge of #121277 - reitermarkus:generic-nonzero-convert-num, r=dtolnay | Matthias Krüger | -367/+325 |
| 2024-02-20 | Rollup merge of #119203 - farnoy:simd-masked-intrinsic-docfix, r=RalfJung | Matthias Krüger | -4/+6 |
| 2024-02-20 | docs: add missing "the" to `str::strip_prefix` doc | Malobre | -2/+2 |
| 2024-02-20 | Move the peeling function for weak alias types | León Orell Valerian Liehr | -28/+34 |
| 2024-02-20 | Use expand_weak_alias_tys when collecting constrained generics params in impls | León Orell Valerian Liehr | -40/+25 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -25/+26 |
| 2024-02-20 | Introduce expand_weak_alias_tys | León Orell Valerian Liehr | -41/+165 |
| 2024-02-20 | Rename some normalization-related items | León Orell Valerian Liehr | -40/+51 |
| 2024-02-20 | Auto merge of #121345 - Nilstrieb:rollup-reb0xge, r=Nilstrieb | bors | -302/+355 |
| 2024-02-20 | Correct the simd_masked_{load,store} intrinsic docs | Jakub Okoński | -4/+6 |
| 2024-02-20 | Fix stray trait mismatch in resolve_associated_item for AsyncFn | Michael Goulet | -16/+29 |
| 2024-02-20 | Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils... | Nilstrieb | -4/+59 |
| 2024-02-20 | Rollup merge of #121302 - GrigorenkoPV:refmutl, r=bjorn3 | Nilstrieb | -26/+3 |
| 2024-02-20 | Rollup merge of #121291 - heiher:revert-medium-cmodel, r=Nilstrieb | Nilstrieb | -4/+3 |
| 2024-02-20 | Rollup merge of #121286 - gurry:constprop-lint-rename, r=oli-obk | Nilstrieb | -17/+19 |
| 2024-02-20 | Rollup merge of #121278 - Nilstrieb:no-more-codegen, r=clubby789 | Nilstrieb | -49/+17 |
| 2024-02-20 | Rollup merge of #121241 - reitermarkus:generic-nonzero-traits, r=dtolnay | Nilstrieb | -183/+220 |
| 2024-02-20 | Rollup merge of #121196 - Nilstrieb:the-clever-solution, r=saethlin | Nilstrieb | -1/+8 |
| 2024-02-20 | Rollup merge of #121167 - petrochenkov:unload2, r=wesleywiser | Nilstrieb | -18/+26 |
| 2024-02-20 | Auto merge of #120863 - saethlin:slice-get-checked, r=the8472 | bors | -367/+67 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -848/+1037 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -512/+643 |
| 2024-02-20 | Auto merge of #121327 - Nilstrieb:rollup-zxcwwwy, r=Nilstrieb | bors | -1524/+1290 |
| 2024-02-20 | Rollup merge of #121319 - compiler-errors:err, r=oli-obk | Nilstrieb | -95/+54 |
| 2024-02-20 | Rollup merge of #121311 - Nilstrieb:is-it-overlapping, r=saethlin | Nilstrieb | -0/+1 |
| 2024-02-20 | Rollup merge of #121310 - GrigorenkoPV:doc-smallfix, r=Nilstrieb | Nilstrieb | -4/+2 |
| 2024-02-20 | Rollup merge of #121308 - kadiwa4:test_103369, r=TaKO8Ki | Nilstrieb | -0/+53 |
| 2024-02-20 | Rollup merge of #121307 - estebank:drive-by, r=compiler-errors | Nilstrieb | -18/+32 |
| 2024-02-20 | Rollup merge of #121256 - Jarcho:visitor2, r=oli-obk | Nilstrieb | -769/+959 |
| 2024-02-20 | Rollup merge of #121233 - Zalathar:extra-directives, r=oli-obk | Nilstrieb | -49/+43 |
| 2024-02-20 | Rollup merge of #121205 - nnethercote:fix-stable-mir-CompilerError, r=oli-obk | Nilstrieb | -11/+13 |
| 2024-02-20 | Rollup merge of #121195 - D0liphin:master, r=ehuss | Nilstrieb | -15/+29 |
| 2024-02-20 | Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr | Nilstrieb | -563/+104 |
| 2024-02-20 | Auto merge of #120692 - Nadrieril:move-column-analysis-to-placeinfo, r=compil... | bors | -74/+90 |
| 2024-02-20 | test | Michael Goulet | -0/+26 |
| 2024-02-20 | Don't use raw parameter types in find_builder_fn | Michael Goulet | -2/+11 |
| 2024-02-20 | Auto merge of #120628 - workingjubilee:reimpl-meaningful-test-name-lint, r=co... | bors | -9/+4462 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -395/+502 |
| 2024-02-20 | Simply do not ICE | Michael Goulet | -1/+30 |
| 2024-02-20 | Rename `ConstPropLint` to `KnownPanicsLint` | Gurinder Singh | -17/+19 |
| 2024-02-19 | Add more inline(always) to fix opt-level=z test on wasm32 | Ben Kimock | -2/+2 |
| 2024-02-19 | Convert debug_assert_nounwind to intrinsics::debug_assertions | Ben Kimock | -365/+65 |
| 2024-02-20 | Auto merge of #121296 - madsmtm:fix-mac-catalyst-deployment-target, r=shepmaster | bors | -72/+53 |
| 2024-02-19 | return ty::Error when equating ty::Error | Michael Goulet | -95/+54 |
| 2024-02-20 | trigger `unsafe_code` on `global_asm!` invocations | Kalle Wachsmuth | -4/+59 |