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