about summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
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
2024-09-12Re-enable `ConstArgKind::Path` lowering by defaultNoah Lev-71/+27
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-19/+20
2024-09-10generalize: track relevant info in cache keylcnr-7/+7
2024-09-07Add missing quotation markscuishuang-1/+1
2024-09-05stabilize `-Znext-solver=coherence`lcnr-20/+19
2024-08-31elided_named_lifetimes: bless & add testsPavel Grigorenko-1/+20
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-4/+4
2024-08-24Rollup merge of #129246 - BoxyUwU:feature_gate_const_arg_path, r=cjgillotMatthias Krüger-123/+251
2024-08-20Auto merge of #127672 - compiler-errors:precise-capturing, r=spastorinobors-3/+3
2024-08-19Retroactively feature gate `ConstArgKind::Path`Boxy-123/+251
2024-08-18Fix order of normalization and recursion in const folding.Luca Versari-0/+25
2024-08-17Bless test falloutMichael Goulet-3/+3
2024-08-16Special-case alias ty in `try_from_lit`Jaic1-0/+18
2024-08-10Rollup merge of #128910 - estebank:assoc-fn, r=compiler-errorsGuillaume Gomez-10/+10
2024-08-10Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwUbors-1/+201
2024-08-10Differentiate between methods and associated functionsEsteban Küber-10/+10
2024-08-05WF-check struct field types at construction siteNoah Lev-1/+201
2024-08-05interpret: move nullary-op evaluation into operator.rsRalf Jung-1/+1
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-4/+1
2024-08-03Revert "Rollup merge of #126618 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-1/+0
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-2/+0
2024-08-01Do not underline suggestions for code that is already thereEsteban Küber-4/+0
2024-07-29Detect non-lifetime binder params shadowing item paramsMichael Goulet-6/+16
2024-07-26Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er...Trevor Gross-0/+134
2024-07-24Rollup merge of #122192 - oli-obk:type_of_opaque_for_const_checks, r=lcnrMatthias Krüger-2/+0
2024-07-24Do not try to reveal hidden types when trying to prove Freeze in the defining...Oli Scherer-2/+0
2024-07-23Suppress lint type_alias_bounds for ty aliases containing const projections u...León Orell Valerian Liehr-0/+134
2024-07-22Revert suggestion verbosity changeEsteban Küber-56/+27