summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2025-03-14Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr"Michael Goulet-28/+61
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-3/+3
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-9/+6
2025-02-14fallout :skull_emoji:lcnr-9/+9
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-30/+44
2025-02-04Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnrMatthias Krüger-61/+28
2025-02-03Check Sizedness of return type in WFMichael Goulet-61/+28
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-12/+12
2025-01-31Rollup merge of #136325 - compiler-errors:indirectly, r=RalfJungMatthias Krüger-0/+42
2025-01-31Delay a bug when indexing unsized slicesMichael Goulet-0/+42
2025-01-30Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obkMatthias Krüger-2/+52
2025-01-30Rollup merge of #136004 - mrkajetanp:aarch64-skip-large-const-alloc-tests, r=...Matthias Krüger-3/+7
2025-01-30check the types in `ty::Value` to value conversionLukas Markeffsky-2/+52
2025-01-30Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdevbors-4/+8
2025-01-29tests: Skip const OOM tests on aarch64-unknown-linux-gnuKajetan Puchalski-3/+7
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-0/+4
2025-01-28Rollup merge of #135748 - compiler-errors:len-2, r=RalfJung,oli-obkMatthias Krüger-1/+3
2025-01-27Reapply "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=da...Michael Goulet-1/+3
2025-01-27Remove all dead files inside tests/ui/León Orell Valerian Liehr-41/+0
2025-01-25Fix typo in const stability error messageDeadbeef-15/+15
2025-01-24Rollup merge of #135926 - jieyouxu:needs-subprocess-thread, r=oli-obkMatthias Krüger-1/+1
2025-01-23Rollup merge of #135073 - joshtriplett:bstr, r=BurntSushiMatthias Krüger-5/+5
2025-01-23tests: use `needs-subprocess` instead of `ignore-{wasm32,emscripten,sgx}`许杰友 Jieyou Xu (Joe)-1/+1
2025-01-19Rollup merge of #134858 - estebank:issue-81370, r=NoratriebGuillaume Gomez-2/+8
2025-01-19Auto merge of #135709 - lqd:bring-back-len, r=compiler-errorsbors-3/+1
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-3/+1
2025-01-18Structured suggestion for "missing `feature` intrinsic"Esteban Küber-2/+8
2025-01-18const-eval: detect more pointers as definitely not-nullRalf Jung-2/+8
2025-01-15Rollup merge of #135523 - RalfJung:wrong-known-bug, r=compiler-errorsMatthias Krüger-11/+5
2025-01-15Auto merge of #135525 - jhpratt:rollup-4gu2wpm, r=jhprattbors-1/+1
2025-01-15Rollup merge of #132397 - m-ou-se:warn-missing-abi, r=NadrierilJacob Pratt-1/+1
2025-01-15remove some known-bug that do not seem to make senseRalf Jung-11/+5
2025-01-14Enforce syntactical stability of const traits in HIRMichael Goulet-25/+30
2025-01-13Auto merge of #135167 - mzacho:depth-limit-const-eval-query, r=oli-obkbors-0/+41
2025-01-11Bless new test output (new trait impls in lists of suggestions)Josh Triplett-5/+5
2025-01-11Avoid unnecessary note when type has escaping boundsEsteban Küber-1/+0
2025-01-11Avoid duplicated noteEsteban Küber-1/+0
2025-01-11Account for `for<'a>` types when checking for non-structural type in constant...Esteban Küber-0/+30
2025-01-08add test from #114192Martin Zacho-0/+23
2025-01-08Implement const Destruct in old solverMichael Goulet-81/+16
2025-01-07Update tests.Mara Bos-1/+1
2025-01-06add test from #125718Martin Zacho-0/+18
2025-01-05[generic_assert] Constify methods used by the formatting systemCaio-23/+3
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-15/+8
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-15/+8
2025-01-03Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ...Matthias Krüger-7/+24
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-4/+6
2025-01-02More refined spans for placeholder error in const/staticMichael Goulet-4/+4
2025-01-02Remove diagnostic_only_typeck and fix placeholder suggestion for const/staticMichael Goulet-2/+17
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+1