about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
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
2024-12-30Auto merge of #134757 - RalfJung:const_swap, r=scottmcmbors-14/+11
2024-12-27Rollup merge of #134798 - compiler-errors:err-auto, r=jackh726Matthias Krüger-0/+28
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-60/+60
2024-12-27Simplify or delete normalize directives that don't care about bit-widthZalathar-4/+3
2024-12-26Make ty::Error implement auto traitsMichael Goulet-0/+28
2024-12-25stabilize const_swapRalf Jung-14/+11
2024-12-24Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmeaseStuart Cook-29/+29
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-29/+29
2024-12-23core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse...Ralf Jung-0/+3
2024-12-14Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=davidtwco,R...bors-1/+3
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+0
2024-12-12Tweak multispan renderingEsteban Küber-33/+4
2024-12-10Rollup merge of #134094 - estebank:const-trait-errors, r=compiler-errorsLeón Orell Valerian Liehr-20/+60
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-96/+23
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-20/+60