summary refs log tree commit diff
path: root/tests/ui/const-generics
AgeCommit message (Expand)AuthorLines
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
2024-07-22On generic and lifetime removal suggestion, do not leave behind stray `,`Esteban Küber-5/+5
2024-07-22Change suggestion message wordingEsteban Küber-10/+10
2024-07-22Use verbose suggestion for "wrong # of generics"Esteban Küber-27/+56
2024-07-21Rollup merge of #128020 - compiler-errors:nlb-no-const, r=BoxyUwUJubilee-2/+9
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-364/+818
2024-07-20Just totally fully deny late-bound constsMichael Goulet-2/+9
2024-07-17Split part of `adt_const_params` into `unsized_const_params`Boxy-364/+818
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-84/+83
2024-07-11Account for `let foo = expr`; to suggest `const foo: Ty = expr;`Esteban Küber-2/+2
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-2/+5
2024-07-11Auto merge of #127311 - oli-obk:do_not_count_errors, r=compiler-errorsbors-32/+7
2024-07-11Avoid follow-up errors and ICEs after missing lifetime errors on data structuresOli Scherer-32/+7
2024-07-11Always use a colon in `//@ normalize-*:` headersZalathar-3/+3
2024-07-09Automatically taint when reporting errors from ItemCtxtOli Scherer-245/+66
2024-07-05Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelixMichael Goulet-0/+2
2024-07-04Improve dead code analysismu001999-0/+2
2024-07-04Better suggestion span for missing type parameterEsteban Küber-2/+10
2024-07-03Rollup merge of #127245 - BoxyUwU:gce_hang_test, r=NilstriebJacob Pratt-0/+32
2024-07-02add testBoxy-0/+32
2024-07-02Add testBoxy-0/+69
2024-07-01Auto merge of #126996 - oli-obk:do_not_count_errors, r=nnethercotebors-79/+267
2024-07-01Auto merge of #127176 - fee1-dead-contrib:fx-requires-next-solver, r=compiler...bors-12/+53
2024-06-30Migrate tests to use `-Znext-solver`Deadbeef-12/+53
2024-06-30Update test commentBoxy-10/+14
2024-06-29Auto merge of #120639 - fee1-dead-contrib:new-effects-desugaring, r=oli-obkbors-58/+16
2024-06-28Don't inline drop shims with unsubstituted generic consts in MIR inlinerMichael Goulet-261/+1
2024-06-28Failing test for computing drop shim that has const paramMichael Goulet-0/+278
2024-06-28bless tests part 1Deadbeef-58/+15