about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2018-08-05Closes #52413: Provide structured suggestion instead of labelPramod Bisht-3/+3
2018-08-05Use span of the closure args in free region errorsMatthew Jasper-4/+5
2018-08-05Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelixbors-20/+686
2018-08-05Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelixbors-16/+31
2018-08-03Update tests for new spans for nll errors involving closuresMatthew Jasper-20/+20
2018-08-03Tests for closure spansMatthew Jasper-0/+666
2018-08-03Auto merge of #52973 - davidtwco:issue-52663-lifetimes-not-included-in-span, ...bors-1/+44
2018-08-03update error messages -- in some cases maybe we should investigateNiko Matsakis-16/+31
2018-08-02Explicitly label any named lifetimes mentioned in error messages.David Wood-1/+44
2018-08-01Rollup merge of #52834 - matthewjasper:allow-zst-conflicts, r=pnkfelixPietro Albini-0/+23
2018-08-01Rollup merge of #52907 - pnkfelix:issue-52877-original-source-should-precede-...Pietro Albini-9/+20
2018-08-01Rollup merge of #52904 - pnkfelix:issue-51167-sort-by-span, r=petrochenkovPietro Albini-254/+254
2018-08-01Rollup merge of #52878 - mikhail-m1:master, r=kennytmPietro Albini-1/+1
2018-08-01Rollup merge of #52810 - matthewjasper:more-immutablity, r=pnkfelixPietro Albini-0/+9
2018-07-31Allow borrow conflicts for promoted length 0 arraysMatthew Jasper-0/+23
2018-07-31NLL: On "cannot move out of type" error, print original source before rewrite.Felix S. Klock II-9/+20
2018-07-31Blindly update the `#[rustc_region]` tests which got touched by the NLL diagn...Felix S. Klock II-254/+254
2018-07-30Fix wrong issue number in the test nameMikhail Modin-1/+1
2018-07-29Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakisbors-46/+139
2018-07-29fix issues #51351 and #52133Mikhail Modin-46/+139
2018-07-28Don't make "fake" match variables mutableMatthew Jasper-0/+9
2018-07-28Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakisbors-12/+184
2018-07-27Region inference error messages no longer start with 'free region'David Wood-2/+2
2018-07-27Improved mechanism for naming regions in non-annotated types.David Wood-10/+10
2018-07-27Change label from closure to function where appropriate.David Wood-15/+15
2018-07-27Update affected tests.David Wood-14/+14
2018-07-26Use better spans for cannot-move errorsMatthew Jasper-0/+175
2018-07-26Use better spans for dummy accesses used in matchesMatthew Jasper-12/+9
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-9/+9
2018-07-26move mir_check_* to ui tests, add adjusted referencesNiko Matsakis-0/+188
2018-07-26fix reference fileNiko Matsakis-1/+1
2018-07-25Nit: improve comment in hr-fn-aau-eq-abu.rsNiko Matsakis-10/+10
2018-07-25improve heuristics for what makes an interesting constraintNiko Matsakis-15/+15
2018-07-25add regression test for #48071Niko Matsakis-0/+38
2018-07-25introduce new subtypingNiko Matsakis-0/+108
2018-07-25remove unnecessary `blame_span` from `report_region_errors`Niko Matsakis-14/+24
2018-07-23Don't match on region kinds when reporting NLL errorsMatthew Jasper-9/+9
2018-07-22Auto merge of #52564 - pnkfelix:issue-52126-lhs-of-assign-op-is-invariant, r=...bors-1/+1
2018-07-22Fallback to general error handling in ICE cases.David Wood-10/+17
2018-07-21Auto merge of #51959 - tmandry:make-implied-outlives-query, r=nikomatsakisbors-0/+37
2018-07-21add regression test for #52078Niko Matsakis-0/+37
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-1/+232
2018-07-20For some reason, on my linux box, using `-Zverbose` here is causing a linker ...Felix S. Klock II-1/+1
2018-07-13Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelixbors-0/+28
2018-07-12Bless tests and update ERRORashtneoi-5/+6
2018-07-12span_suggestioncsmoe-0/+27
2018-07-13compute region values using SCCs not iterative flowNiko Matsakis-15/+15
2018-07-06Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakisMark Rousskov-12/+12
2018-07-06Auto merge of #52021 - nikomatsakis:nll-region-errors, r=estebankbors-81/+109
2018-07-05update testcsmoe-12/+12