about summary refs log tree commit diff
path: root/tests/ui/regions
AgeCommit message (Expand)AuthorLines
2025-01-17new solver: prefer trivial builtin impls over where-clausesRémy Rakic-1/+7
2025-01-08Auto merge of #133858 - dianne:better-blame-constraints-for-static, r=lcnrbors-15/+37
2025-01-06`best_blame_constraint`: don't filter constraints by sup SCCdianne-15/+37
2025-01-06Normalize each signature input/output in typeck_with_fallback with its own spanMichael Goulet-6/+4
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-24Fix some typosfudancoder-1/+1
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-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-33/+0
2024-09-24be even more precise about "cast" vs "coercion"Lukas Markeffsky-6/+4
2024-08-21Point at explicit `'static` obligations on a traitEsteban Küber-0/+45
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-1/+0
2024-06-24Do not ICE when suggesting dereferencing closure argEsteban Küber-1/+156
2024-06-05Detect pub structs never constructed and unused associated constants in traitsr0cky-0/+1
2024-05-04compiletest: add enable-by-default check-cfgUrgau-0/+1
2024-04-24Modify `find_expr` from `Span` to better account for closuresEsteban Küber-0/+9
2024-04-09Split back out unused_lifetimes -> redundant_lifetimesMichael Goulet-18/+22
2024-04-09Lint redundant lifetimes in impl headerMichael Goulet-1/+12
2024-04-09Move check to wfcheckMichael Goulet-4/+50
2024-04-09Actually, just reuse the UNUSED_LIFETIMES lintMichael Goulet-61/+90
2024-03-11Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco"Oli Scherer-33/+33
2024-03-11Run a single huge `par_body_owners` instead of many small ones after each other.Oli Scherer-33/+33
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-145/+145
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+30
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-9/+96
2024-02-07Update testsr0cky-1/+1
2024-02-01Improve the diagnostics for unused generic parametersLeón Orell Valerian Liehr-2/+2
2023-12-16Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lintMichael Goulet-15/+33
2023-12-10remove redundant importssurechen-3/+0
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-8/+8
2023-11-24Show number in error message even for one errorNilstrieb-76/+76
2023-10-20s/generator/coroutine/Oli Scherer-1/+1
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-22/+22
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-16/+85
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-15/+25
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-08-30Test and note unsafe ctor to fn ptr coercionMichael Goulet-4/+0
2023-08-09Point out expectation even if we have RegionsInsufficientlyPolymorphicMichael Goulet-5/+15
2023-07-25write-long-types-to-disk: update testsMahdi Dibaiee-4/+2
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-1/+2
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-3/+6
2023-07-03update testslcnr-17/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-10Adjust tests for new drop and forget lintsUrgau-3/+5
2023-04-11remove issue-2718.rs testlcnr-327/+0
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-2/+2
2023-02-22Rollup merge of #108176 - compiler-errors:bad-lexical-region-resolve-bug, r=o...Matthias Krüger-0/+37
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-2/+2
2023-02-22Convert a hard-warning about named static lifetimes into lint "unused_lifetimes"Zhi Qi-15/+45
2023-02-17Don't delay ReError bug during lexical region resolveMichael Goulet-0/+37