about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
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
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-15/+15
2018-06-14Fix typo DebrujinIndex -> DebruijnIndexFabian Drinck-15/+15
2018-06-14Add DEBUG_FORMAT for DebruijnIndexFabian Drinck-15/+15
2018-06-14Declare DebruijnIndex via newtype_index macroFabian Drinck-15/+15
2018-06-09update some tests affected by some of the prior tweaksNiko Matsakis-8/+6
2018-05-31Register outlives predicates from queries the right way around.Matthew Jasper-0/+75
2018-05-28change to 0-based indicesNiko Matsakis-15/+15
2018-05-17Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakisbors-14/+100
2018-05-16Remove empty filesJane Lusby-0/+0
2018-05-10fix nll reference harderNiko Matsakis-14/+14
2018-05-10WIP patch test stderrNiko Matsakis-7/+49
2018-05-09ignore the point where the outlives requirement was addedNiko Matsakis-8/+52
2018-04-27updated stderr files and removed feature-gate test for dyn_traitChristian Poveda-116/+116
2018-04-27removed dyn_trait feature from testsChristian Poveda-12/+0
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-146/+146
2018-04-17Rollup merge of #49931 - csmoe:end_span, r=estebankkennytm-1/+1
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-146/+146
2018-04-14fix error spancsmoe-1/+1
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-12/+12
2018-04-11Auto merge of #49875 - kennytm:rollup, r=kennytmbors-0/+63
2018-04-11Auto merge of #49861 - pnkfelix:compare-mode-nll-followup-2, r=nikomatsakisbors-0/+51
2018-04-11Rollup merge of #49781 - Robbepop:master, r=nikomatsakiskennytm-0/+63
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+51
2018-04-09add regression test for issue #16223: fixed by NLLHero-0/+63
2018-04-07modify the error message- CR Commentsgaurikholkar-2/+2
2018-04-06fix ui testgaurikholkar-2/+2
2018-04-06fix ui testgaurikholkar-1/+1
2018-04-05Merge branch 'master' of https://github.com/rust-lang/rust into e0389gaurikholkar-96/+309
2018-04-05Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakisbors-4/+2
2018-04-05Stabilize attributes on generic parametersVadim Petrochenkov-4/+2
2018-04-05Rollup merge of #49641 - valff:decl-macro-illegal-copy, r=nikomatsakiskennytm-0/+53