about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
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
2024-09-30Add multi-producer, multi-consumer channel (mpmc)Obei Sideg-1/+1
2024-09-29fix(hir_analysis/wfcheck): don't leak {type error}Barrett Ray-207/+83
2024-09-27Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-...Matthias Krüger-10/+10
2024-09-25Compiler: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-10/+10
2024-09-25Rollup merge of #130787 - compiler-errors:next-solver-gce, r=BoxyUwUMatthias Krüger-2/+18
2024-09-24Ban combination of GCE and new solverMichael Goulet-2/+18
2024-09-24Separate collection of crate-local inherent impls from error reportingMichael Goulet-15/+2
2024-09-23Rollup merge of #130714 - compiler-errors:try-structurally-resolve-const, r=B...Matthias Krüger-2/+2
2024-09-23Rollup merge of #130712 - compiler-errors:const-eval-error-reporting, r=BoxyUwUMatthias Krüger-1/+1
2024-09-23Rollup merge of #130344 - Jaic1:fix-116306, r=BoxyUwUMatthias Krüger-0/+24
2024-09-22Don't call const normalize in error reportingMichael Goulet-1/+1
2024-09-22Introduce structurally_normalize_const, use it in hir_typeckMichael Goulet-2/+2
2024-09-21Handle macro calls in anon const def creation take 2Boxy-0/+108
2024-09-21Auto merge of #127546 - workingjubilee:5-level-paging-exists, r=saethlinbors-36/+36
2024-09-20Normalize unevaluated consts in GCEMichael Goulet-44/+7
2024-09-20TL note: current means targetJubilee Young-4/+4
2024-09-20Normalize being an annoying little compile testJubilee Young-36/+36
2024-09-20handle unsized consts with type `str` in v0 symbol manglingJaic1-0/+24
2024-09-19Bless rustc_abi::obj_size_bound testsJubilee Young-4/+4
2024-09-17Remove redundant test typeid equality by subtypingSantiago Pastorino-81/+0
2024-09-16Relate receiver invariantly in method probe for Mode::PathMichael Goulet-2/+2
2024-09-15stabilize const_mut_refsRalf Jung-4/+3