about summary refs log tree commit diff
path: root/tests/ui/impl-trait/normalize-tait-in-const.stderr
AgeCommit message (Expand)AuthorLines
2025-07-08Constify `Fn*` traitsOli Scherer-30/+2
2025-06-29Fix the span of trait bound modifier `[const]`León Orell Valerian Liehr-4/+4
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-10/+10
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-8/+8
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2/+30
2025-01-15fix known-bug link in normalize-tait-in-constRalf Jung-3/+3
2025-01-08Implement const Destruct in old solverMichael Goulet-17/+2
2024-12-10Tweak wording of non-const traits used as const boundsEsteban Küber-2/+7
2024-12-07Mention type parameter in more cases and don't suggest ~const bound already t...Esteban Küber-4/+0
2024-12-07reword trait bound suggestion message to include the boundsEsteban Küber-1/+1
2024-12-01Adjust HostEffect error spans correctly to point at argsMichael Goulet-2/+10
2024-11-25Constify Drop and DestructMichael Goulet-23/+6
2024-10-26Pass constness with span into lower_poly_trait_refMichael Goulet-8/+8
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0
2024-10-24Implement const effect predicate in new solverMichael Goulet-1/+17
2024-09-15also stabilize const_refs_to_cellRalf Jung-4/+4
2024-07-10Improve error messageMichael Goulet-5/+38
2024-07-10Reorder modifiers and polarity to be *after* binder in trait boundsMichael Goulet-37/+4
2024-06-21bless testsDeadbeef-1/+7
2024-06-12Require any function with a tait in its signature to actually constrain a hid...Oli Scherer-5/+5
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-2/+2
2024-04-24Fix tests and blessGary Guo-3/+3
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-1/+4
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-1/+25
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-1/+1
2023-09-20bless the known-bug testsDeadbeef-7/+1
2023-09-20Enable effects for libcoreDeadbeef-18/+7
2023-08-02Remove constness from `TraitPredicate`Deadbeef-2/+15
2023-07-27update tests, adding known-bugDeadbeef-5/+9
2023-02-22Normalize line+col in normalize-tait-in-const testAlan Egerton-1/+1
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+8