about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2022-02-24Remove in-band lifetimesMichael Goulet-6/+4
2022-02-16Fix inconsistent symbol mangling with -ZverboseTomasz Miąsko-5/+5
2022-02-12Update chalk testsMatthew Jasper-29/+30
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-22/+21
2022-02-11Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk"Oli Scherer-27/+0
2022-02-08Improve opaque type higher-ranked region error message under NLLAaron Hill-0/+27
2022-02-07Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakisbors-21/+22
2022-02-06Fix tracking issue for `const_fn_trait_bound`Ruby Lazuli-1/+1
2022-02-02blessOli Scherer-5/+5
2022-02-02Lazily resolve type-alias-impl-trait defining usesOli Scherer-16/+17
2022-01-21Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgrbors-43/+28
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-43/+28
2022-01-21Override rustc version in ui and mir-opt tests to get stable hashesThe 8472-3/+3
2022-01-15Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakisMatthias Krüger-5/+5
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-43/+28
2021-12-29Refactor variance diagnostics to work with more typesAaron Hill-0/+11
2021-12-22When obligation is a sized predicate, prefer projection or object candidates ...Jack Huey-5/+5
2021-12-17Fix typo in "new region bound" suggestionEsteban Kuber-1/+1
2021-12-13Include rustc version in `rustc_span::StableCrateId`pierwill-3/+3
2021-12-10Tweak wordingEsteban Kuber-1/+1
2021-11-21Simplify for loop desugarCameron Steffen-4/+2
2021-11-18Move some tests to more reasonable directoriesCaio-0/+91
2021-11-17Rollup merge of #90667 - rukai:improve_static_lifetime_diagnostics, r=estebankMatthias Krüger-9/+12
2021-11-14Move some tests to more reasonable directoriesCaio-0/+149
2021-11-14Improve diagnostics when a static lifetime is expectedLucas Kent-9/+12
2021-10-21Add test for issue #78561samlich-0/+23
2021-10-15simplify constrain_opaque_typesNiko Matsakis-11/+15
2021-10-13Remove textual span from diagnostic stringOli Scherer-18/+18
2021-10-09Show detailed expected/found types in error message when trait paths are the ...rhysd-2/+2
2021-10-05Note specific regions involved in 'borrowed data escapes' errorAaron Hill-7/+76
2021-10-04Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakisManish Goregaokar-84/+24
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-84/+24
2021-10-03Add regression test for spurious const error with NLLAaron Hill-0/+20
2021-09-30Auto merge of #89250 - Aaron1011:keep-bound-region-names, r=estebankbors-4/+4
2021-09-30Auto merge of #89110 - Aaron1011:adjustment-span, r=estebankbors-100/+37
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-5/+5
2021-09-25Don't anonymize bound region names during typeckAaron Hill-4/+4
2021-09-25Use larger span for adjustments on method callsAaron Hill-100/+37
2021-09-25Bless testsGary Guo-1/+1
2021-09-20Auto merge of #88708 - Aaron1011:aggregate-usage, r=oli-obkbors-14/+14
2021-09-19Auto merge of #89028 - Aaron1011:coercion-cause, r=nagisabors-3/+3
2021-09-16Propagate coercion cause into `try_coerce`Aaron Hill-3/+3
2021-09-16Add `ConstraintCategory::Usage` for handling aggregate constructionAaron Hill-14/+14
2021-09-15Point to closure when emitting 'cannot move out' for captured variableFabian Wolff-1/+4
2021-08-31Auto merge of #88467 - sexxi-goose:issue-88431, r=nikomatsakisbors-1/+1
2021-08-292229: Drop any deref in move closureAman Arora-1/+1
2021-08-29Suggestion for call on immutable binding of mutable typeEsteban Küber-6/+22
2021-08-25Fix debugger stepping behavior around `match` expressionsWesley Wiser-24/+26
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-18Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakisbors-22/+47