summary refs log tree commit diff
path: root/tests/ui/nll
AgeCommit message (Expand)AuthorLines
2024-03-14eagerly instantiate binders to avoid relying on `sub`lcnr-39/+12
2024-03-10Ignore tests w/ current/next revisions from compare-mode=next-solverMichael Goulet-0/+1
2024-02-29Make nll higher ranked equate use bidirectional subtyping in invariant contextSantiago Pastorino-2/+25
2024-02-18Improve wording of static_mut_refObei Sideg-7/+7
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-172/+172
2024-02-14Continue compilation after check_mod_type_wf errorsOli Scherer-2/+15
2024-02-13Check normalized call signature for WF in mir typeckMichael Goulet-0/+74
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-3/+35
2024-01-09Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwcoGuillaume Gomez-3/+19
2024-01-09Auto merge of #118968 - aliemjay:canon-static, r=lcnrbors-1/+1
2024-01-07Update test for `E0796` and `static_mut_ref` lintObei Sideg-3/+19
2023-12-19rename to verbose-internalsjyn-34/+34
2023-12-15unify query canonicalization modeAli MJ Al-Nasrawy-1/+1
2023-12-14update use of feature flagslcnr-1/+1
2023-12-07recurse into refs when comparing tys for diagnosticsjyn-8/+8
2023-12-05Add print_trait_sugaredMichael Goulet-4/+4
2023-12-01add tests from crater for liveness causing scope differencesRémy Rakic-0/+46
2023-11-24Manual find replace updatesNilstrieb-1/+1
2023-11-24Show number in error message even for one errorNilstrieb-136/+136
2023-11-14review + fix CIlcnr-1/+1
2023-11-14finish `RegionKind` renamelcnr-4/+4
2023-11-13rename `ReLateBound` to `ReBound`lcnr-15/+15
2023-11-04add test for issue 117146Rémy Rakic-0/+100
2023-10-24Auto merge of #116300 - cjgillot:split-move, r=petrochenkovbors-1/+1
2023-10-23Rollup merge of #116960 - lqd:applied-member-constraints-scope, r=matthewjasperMatthias Krüger-0/+105
2023-10-21Do not report errors from move path builder.Camille GILLOT-1/+1
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-2/+2
2023-10-20s/generator/coroutine/Oli Scherer-14/+14
2023-10-20s/Generator/Coroutine/Oli Scherer-3/+3
2023-10-19add non-regression test for issue 116657Rémy Rakic-0/+105
2023-10-08remove trailing dotsAli MJ Al-Nasrawy-31/+31
2023-10-08always show and explain sub regionAli MJ Al-Nasrawy-17/+114
2023-10-08improve the suggestion of generic_bound_failureAli MJ Al-Nasrawy-12/+20
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+13
2023-09-24Remove span from BrAnon.Camille GILLOT-15/+15
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-1/+1
2023-08-30add test for issue 114907Rémy Rakic-0/+119
2023-08-06Remove FIXME about NLL diagnostic that is already improvedMartin Nordholts-3/+1
2023-07-29Change default panic handler message format.Mara Bos-1/+2
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-57/+57
2023-07-10Do not set up wrong span for adjustmentsMichael Goulet-43/+43
2023-06-30resolve typerelative ctors to adtEric Mark Martin-1/+1
2023-06-21Print def_id on EarlyBoundRegion debugSantiago Pastorino-2/+2
2023-06-15Rollup merge of #112654 - aliemjay:closure-output-normalize, r=compiler-errorsGuillaume Gomez-0/+49
2023-06-15normalize closure output before relationAli MJ Al-Nasrawy-0/+49
2023-06-12Adjust UI tests for `unit_bindings`许杰友 Jieyou Xu (Joe)-3/+3
2023-06-05Resolve vars in result from scrape_region_constraintsMichael Goulet-0/+2
2023-05-21Rename `drop_ref` lint to `dropping_references`Urgau-1/+1
2023-05-21Rename `drop_copy` lint to `dropping_copy_types`Urgau-1/+1
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-0/+4