about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
2025-01-28Properly check that array length is valid type during built-in unsizing in indexMichael Goulet-0/+41
2025-01-23Handle parenthesised infer argsBoxy-0/+12
2025-01-23Bless and add testsBoxy-9/+7
2025-01-22Auto merge of #135896 - matthiaskrgr:rollup-g6rv7za, r=matthiaskrgrbors-1/+1
2025-01-22Rollup merge of #135596 - compiler-errors:stack, r=oli-obkMatthias Krüger-1/+1
2025-01-22Refactor dyn-compatibility error and suggestionsTaylor Cramer-37/+44
2025-01-21Auto merge of #133830 - compiler-errors:span-key, r=lcnrbors-4/+4
2025-01-18Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk"Rémy Rakic-23/+0
2025-01-16Properly note when query stack is being cut offMichael Goulet-1/+1
2025-01-15Rework trait expansion to happen once explicitlyMichael Goulet-4/+4
2025-01-14Make sure we can produce ConstArgHasWrongType errors for valtree constsMichael Goulet-0/+107
2025-01-13Rollup merge of #135390 - ranger-ross:readd-test-122638, r=BoxyUwUJacob Pratt-0/+78
2025-01-12re-added regression test for #122638Ross Sullivan-0/+78
2025-01-11Remove a bunch of diagnostic stashing that doesn't do anythingMichael Goulet-5/+22
2025-01-09Always take the `Ok` path in `lit_to_const` and produce error constants insteadOli Scherer-48/+91
2025-01-06Add derived causes for host effect predicatesMichael Goulet-0/+18
2025-01-03Rollup merge of #135044 - compiler-errors:better-infer-suggestions-in-const, ...Matthias Krüger-24/+46
2025-01-02Make suggestion verbose and tweak error messageMichael Goulet-26/+40
2025-01-02More refined spans for placeholder error in const/staticMichael Goulet-24/+26
2025-01-02Remove diagnostic_only_typeck and fix placeholder suggestion for const/staticMichael Goulet-2/+8
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-4/+4
2024-12-27Simplify or delete normalize directives that don't care about bit-widthZalathar-17/+16
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-3/+3
2024-12-18add testslcnr-0/+33
2024-12-17add testslcnr-0/+23
2024-12-15Check for array lengths that aren't actually `usize`Scott McMurray-0/+23
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-1/+0
2024-12-12Tweak multispan renderingEsteban Küber-7/+2
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-14/+0
2024-12-09fix ICE on type error in promotedRalf Jung-14/+0
2024-12-07Use trait name instead of full constraint in suggestion messageEsteban Küber-2/+2
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-2/+2
2024-12-06Remove polymorphizationBen Kimock-46/+0
2024-12-04Add comment to testBoxy-1/+2
2024-12-03Rollup merge of #133779 - BoxyUwU:array_const_arg_infer_hir_id, r=compiler-er...Matthias Krüger-0/+12
2024-12-03Use correct `hir_id` for array const arg infersBoxy-0/+12
2024-12-02Rollup merge of #133704 - RalfJung:promoted-size-overflow-ice, r=compiler-errorsGuillaume Gomez-0/+14
2024-12-02Move `Const::{from_anon_const,try_from_lit}` to hir_ty_loweringNoah Lev-4/+21
2024-12-01fix ICE when promoted has layout size overflowRalf Jung-0/+14
2024-11-30Make compare_impl_item into a queryMichael Goulet-4/+4
2024-11-28add testslcnr-36/+352
2024-11-27Rollup merge of #133518 - compiler-errors:structurally-resolve-never, r=lcnrMatthias Krüger-35/+44
2024-11-27Bless tests due to extra error reporting due to normalizing types that are no...Michael Goulet-35/+44
2024-11-26Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwUMichael Goulet-0/+64
2024-11-26Rollup merge of #133394 - compiler-errors:dyn-more-errors, r=lcnrMichael Goulet-76/+3
2024-11-25fix gce typing_mode mismatchlcnr-0/+64
2024-11-24Simplify array length mismatch error reportingMichael Goulet-9/+4
2024-11-23Dont create trait object if it has errors in itMichael Goulet-76/+3
2024-11-21Stop being so bail-y in candidate assemblyMichael Goulet-23/+38