summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
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-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
2018-07-05Auto merge of #51964 - matthewjasper:unused-mut-mir-generation, r=nikomatsakisbors-0/+138
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-81/+109
2018-07-03Fix various nll unused mut errorsMatthew Jasper-0/+138
2018-07-01Updated affected tests after rebase.David Wood-5/+5
2018-07-01Ensure that changed errors are lower case.David Wood-37/+37
2018-07-01Updated affected tests.David Wood-61/+59
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-30/+30
2018-06-29Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakisbors-0/+270
2018-06-28Also point to free named region on lifetime errorsEsteban Küber-9/+9
2018-06-28Extend support to `get_generics` for all `NodeItem`sEsteban Küber-15/+15
2018-06-28Point to lifetime in fn definition on lifetime error noteEsteban Küber-6/+6
2018-06-27Update tests for grouped nll move errorsMatthew Jasper-0/+270
2018-06-27Fix the error of selecting obligation by not running the borrow checker.Vytautas Astrauskas-6/+31
2018-06-27Move regression test from `compile-fail/` to `ui/` test directory.Felix S. Klock II-0/+36
2018-06-26Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakisPietro Albini-5/+5
2018-06-23add `dyn` to display of dynamic (trait) type namesZack M. Davis-5/+5
2018-06-22Fix erroneous error note when using field after moveSantiago Pastorino-0/+32
2018-06-20Fix variable name in E0502 double borrow errorSantiago Pastorino-0/+55
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-1/+1