about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
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
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-0/+28
2024-11-12Handle infer vars in anon consts on stableBoxy-0/+52
2024-11-12Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgrbors-129/+80
2024-11-12Consolidate type system const evaluation under `traits::evaluate_const`Boxy-129/+80
2024-11-05Check for both `StmtKind::MacCall` and `ExprKind::MacCall`Boxy-0/+425
2024-11-03Yeet effects featureMichael Goulet-8/+7
2024-11-02On long E0277 primary span label, move it to a `help`Esteban Küber-1/+2
2024-11-02Add trait diff highlighting logic and use it in E0277Esteban Küber-8/+16
2024-10-29Remove detail from label/note that is already available in other noteEsteban Küber-10/+10
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-21/+21
2024-10-24Implement const effect predicate in new solverMichael Goulet-18/+0
2024-10-21Rollup merge of #131697 - ShE3py:rt-arg-lifetimes, r=AmanieuJubilee-1/+1
2024-10-15stabilize `-Znext-solver=coherence`lcnr-20/+19
2024-10-14`rt::Argument`: elide lifetimesLieselotte-1/+1
2024-10-11Don't assume traits used as type are trait objsVulnBandit-73/+28
2024-10-10Rollup merge of #131475 - fmease:compiler-mv-obj-safe-dyn-compat-2, r=jieyouxuMatthias Krüger-14/+14
2024-10-10UI tests: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-14/+14
2024-10-04Bless ui tests.Camille GILLOT-8/+8
2024-10-01Auto merge of #126839 - obeis:mpmc, r=Amanieubors-1/+1