about summary refs log tree commit diff
path: root/tests/ui/consts
AgeCommit message (Expand)AuthorLines
2025-03-03Tweak error code for sized checks of const/staticMichael Goulet-0/+6
2025-03-01Rollup merge of #136503 - estebank:const-panic, r=RalfJungMatthias Krüger-481/+317
2025-03-01Rollup merge of #137045 - BoxyUwU:defer_repeat_expr_checks, r=compiler-errorsMatthias Krüger-4/+9
2025-02-28Shorten span of panic failures in const contextEsteban Küber-481/+317
2025-02-27BlessBoxy-4/+9
2025-02-27make `simd_insert` and `simd_extract` `const fn`sFolkert de Vries-16/+1
2025-02-27remove most `simd_` intrinsic declaration in testsFolkert de Vries-5/+11
2025-02-23rename sub_ptr 😅bendn-1/+1
2025-02-23Rollup merge of #137121 - bend-n:master, r=NoratriebMatthias Krüger-18/+14
2025-02-21More sophisticated span trimmingMichael Goulet-3/+2
2025-02-17stabilize (const_)ptr_sub_ptrbendn-18/+14
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