about summary refs log tree commit diff
path: root/tests/ui/nll
AgeCommit message (Expand)AuthorLines
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
2023-05-10Adjust tests for new drop and forget lintsUrgau-0/+4
2023-05-09Rollup merge of #111021 - c410-f3r:dqewdas, r=petrochenkovMatthias Krüger-0/+253
2023-05-08Move testsCaio-0/+253
2023-05-05tweak spans for `ref mut` suggestionEzra Shaw-1/+1
2023-05-05tweak "make mut" spans (No. 3)Ezra Shaw-1/+1
2023-05-05tweak "make mut" spans when assigning to localsEzra Shaw-1/+1
2023-04-25vars are ?Michael Goulet-199/+199
2023-04-19Extend and use `hir::Node::body_id`Maybe Waffle-8/+30
2023-04-12Split out a separate feature gate for impl trait in associated typesOli Scherer-1/+1
2023-04-06Remove index from BrAnonJack Huey-15/+15
2023-04-05Fix a debuginfo test with a hard-coded hashThom Chiovoloni-1/+1
2023-04-05Bless testsThom Chiovoloni-3/+3
2023-03-31allow ReError in CanonicalUserTypeAnnotationAli MJ Al-Nasrawy-0/+40
2023-03-07Auto merge of #108691 - aliemjay:closure-subject, r=jackh726bors-16/+94
2023-03-04tweak debug output and bless testsAli MJ Al-Nasrawy-16/+16
2023-03-03ignore bivariant regions in opaque typesAli MJ Al-Nasrawy-20/+2
2023-03-03smarter algorithm for finding an equal regionAli MJ Al-Nasrawy-14/+2
2023-03-03promote subject even if it has unnamed regionsAli MJ Al-Nasrawy-33/+4
2023-03-03add known-bug testsAli MJ Al-Nasrawy-0/+137
2023-03-03Label opaque type for 'captures lifetime' error messageMichael Goulet-4/+17
2023-02-22diagnostics: update test cases to refer to assoc fn with `self` as methodMichael Howell-2/+2
2023-02-17Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkovMatthias Krüger-0/+111
2023-02-16Move testsCaio-0/+111
2023-02-15Rollup merge of #105300 - aliemjay:member-lower, r=oli-obkDylan DPC-0/+254
2023-02-09Cleanup free_region_relations a bitJack Huey-2/+2
2023-01-30Tweak use of trimmed pathsEsteban Küber-1/+1
2023-01-30Do not mention lifetime names in force trimmed pathsEsteban Küber-4/+4
2023-01-30Don't show `for<'lt>` in force trimmed pathsEsteban Küber-4/+4
2023-01-17rework min_choice algorithm of member constraintsAli MJ Al-Nasrawy-0/+254