about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2020-04-30Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasperDylan DPC-5/+104
2020-04-28Suggest `;` or assignment to drop borrows in tail exprsEsteban Küber-13/+60
2020-04-16reserve variable for empty root regionNiko Matsakis-0/+31
2020-04-16enforce that R1: R2 requires univ(R1) <= univ(R2)Niko Matsakis-5/+73
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-03-30bless output of ui test nll/user-annotations/closure-substs.rsRemy Rakic-1/+1
2020-03-30bless output of ui test nll/outlives-suggestion-simple.rsRemy Rakic-4/+6
2020-03-24Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakisMazdak Farrokhzad-14/+14
2020-03-23Remove `ReClosureBound`Matthew Jasper-14/+14
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-6/+50
2020-03-12update testsMark Mansi-5/+5
2020-03-11Rollup merge of #69591 - matthewjasper:query-response-relate, r=nikomatsakisMazdak Farrokhzad-0/+33
2020-03-08Rollup merge of #69120 - spunit262:invalid-sugar-suggest, r=matthewjasperMazdak Farrokhzad-4/+1
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-29Use TypeRelating for instantiating query responsesMatthew Jasper-0/+33
2020-02-22update some testsMark Mansi-5/+5
2020-02-13Check types of statics in MIR typeckMatthew Jasper-0/+81
2020-02-13Check `Copy` lifetimes bounds when copying from a projectionMatthew Jasper-0/+26
2020-02-12Don't give invalid suggestion on desugared span.spunit262-4/+1
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-60/+60
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-2/+2
2020-02-06don't mention specific region numbers in the ~ERROR messageNiko Matsakis-2/+2
2020-02-03Tweak borrow error on `FnMut` when `Fn` is expectedEsteban Küber-60/+60
2020-02-02Add a resume type parameter to `Generator`Jonas Schievink-1/+1
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-5/+5
2020-01-25Use better bound names in `-Zverbose` modeEsteban Küber-16/+16
2020-01-24Normalise notes with the/isvarkor-3/+3
2020-01-24Normalise diagnostics with respect to "the X is declared/defined here"varkor-2/+2
2020-01-23Use check-pass mode for nll testsTomasz Miąsko-15/+15
2020-01-12Diagnostics should start lowercasevarkor-99/+99
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-1/+1
2019-12-06add subset relations test using poloniusRemy Rakic-0/+44
2019-12-06bless polonius output due to lacking the 'static special-casingRemy Rakic-0/+60
2019-12-06bless polonius output of test ui/nll/outlives-suggestion-simple.rsRemy Rakic-0/+121
2019-12-06Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasperbors-307/+99
2019-12-03Include a span in more `expected...found` notesAaron Hill-24/+56
2019-11-30rustc_mir: use nicer path printing for #[rustc_regions] NLL tests.Eduard-Mihai Burtescu-307/+99
2019-11-30rustc: don't just show raw DefIndex's in BrNamed's fmt::Debug impl.Eduard-Mihai Burtescu-20/+20
2019-11-25Tweak move error due to non-CopyEsteban Küber-12/+2
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-2/+2
2019-11-19Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPCMazdak Farrokhzad-2/+8
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-0/+451
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-18Update ui testsGuillaume Gomez-2/+8
2019-11-11Evaluate borrow and struct expressions in `into`Matthew Jasper-2/+2
2019-11-07Rollup merge of #66087 - tmiasko:ui-mode, r=CentrilMazdak Farrokhzad-25/+25
2019-11-05rustc: remove "GlobalMetaData" dead code from hir::map::definitions.Eduard-Mihai Burtescu-104/+104
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-25/+25
2019-10-27update testsMark Mansi-183/+95
2019-10-27add test for complex suggestionsMark Mansi-0/+128