about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-10-19Rollup merge of #116908 - estebank:issue-78206, r=compiler-errorsLeón Orell Valerian Liehr-50/+52
2023-10-19Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errorsLeón Orell Valerian Liehr-0/+62
2023-10-19Rollup merge of #116663 - compiler-errors:resolve-regions, r=lcnrLeón Orell Valerian Liehr-0/+28
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-50/+52
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-0/+28
2023-10-18Bump COINDUCTIVE_OVERLAP_IN_COHERENCEMichael Goulet-0/+25
2023-10-18Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one anotherLeón Orell Valerian Liehr-0/+62
2023-10-18Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obkAli MJ Al-Nasrawy-3/+82
2023-10-18Rollup merge of #116865 - estebank:issue-46969, r=compiler-errorsAli MJ Al-Nasrawy-0/+44
2023-10-18Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errorsAli MJ Al-Nasrawy-0/+30
2023-10-18Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...Ali MJ Al-Nasrawy-0/+25
2023-10-18revert rust-lang/rust#114586Ali MJ Al-Nasrawy-3/+82
2023-10-18Auto merge of #116713 - estebank:issue-116703, r=compiler-errorsbors-52/+528
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-1/+1
2023-10-17Suggest constraining assoc types in more casesEsteban Küber-0/+44
2023-10-17Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obkbors-108/+108
2023-10-17Disable effects in libcore againOli Scherer-0/+30
2023-10-17Unify suggestion wordingEsteban Küber-123/+90
2023-10-17review comments + more testsEsteban Küber-12/+412
2023-10-17Properly account for self ty in method disambiguation suggestionEsteban Küber-0/+109
2023-10-17Rollup merge of #116717 - estebank:issue-9082, r=oli-obkMatthias Krüger-0/+267
2023-10-17Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkovMatthias Krüger-121/+746
2023-10-17disable missing_copy_implementations lint on non_exhaustive typesRyan Mehri-0/+25
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-32/+563
2023-10-16Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726Guillaume Gomez-0/+41
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-66/+66
2023-10-16Rebless.Camille GILLOT-11/+11
2023-10-16Rollup merge of #116802 - compiler-errors:anchor-opaque-wf, r=oli-obkMatthias Krüger-40/+29
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-6/+82
2023-10-16Normalize alloc-id in tests.Camille GILLOT-109/+109
2023-10-16Remove `DefiningAnchor::Bubble` from opaque wf checkMichael Goulet-40/+29
2023-10-16Fix outlives suggestion for GAT in RPITITMichael Goulet-0/+41
2023-10-16Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obkbors-199/+259
2023-10-16add oversized-ref test backRalf Jung-1/+15
2023-10-16Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebankMatthias Krüger-6/+165
2023-10-15Rollup merge of #116522 - bvanjoi:fix-115599, r=oli-obkMatthias Krüger-0/+18
2023-10-15more precise error for 'based on misaligned pointer' caseRalf Jung-7/+7
2023-10-15place evaluation: require the original pointer to be aligned if an access hap...Ralf Jung-4/+23
2023-10-15avoid re-checking the offset while iterating an array/sliceRalf Jung-0/+3
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-189/+213
2023-10-15Suggest adding `return` if the type of unused semi return value can coerce to...yukang-6/+165
2023-10-15Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstriebbors-1/+1
2023-10-15use `PatKind::error` when an ADT const value has violationbohan-0/+18
2023-10-15Duplicate `~const` bounds with a non-const one in effects desugaringDeadbeef-32/+563
2023-10-14Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJungGuillaume Gomez-0/+14
2023-10-14const-eval: allow calling functions with targat features disabled at compile ...Eduardo Sánchez Muñoz-0/+14
2023-10-14Rollup merge of #116730 - compiler-errors:unsoundness-tests-rpit, r=aliemjayMatthias Krüger-0/+134
2023-10-14Rollup merge of #116715 - Nadrieril:patkind-error, r=oli-obkMatthias Krüger-47/+10
2023-10-14Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgrbors-1/+1
2023-10-14Add some unsoundness tests for opaques capturing hidden regions not in substsMichael Goulet-0/+134