summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
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
2018-04-04Regression test for #46314Valentine Valyaeff-0/+53
2018-04-04Formattinglloydmeta-1/+13
2018-04-04Add a test for the fix to issue #43058lloydmeta-0/+26
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-8/+6
2018-03-23add test for issue-48238csmoe-0/+30
2018-03-15Rollup merge of #48988 - bobtwinkles:add_48070_test, r=nikomatsakiskennytm-0/+35
2018-03-14update testsGuillaume Gomez-41/+41
2018-03-13Move 48070 test to uibobtwinkles-0/+35
2018-03-13add regression tests for various MIR bugs that get fixedNiko Matsakis-0/+106
2018-03-12address code review commentsgaurikholkar-2/+2
2018-03-11fix tidy issuesgaurikholkar-1/+1
2018-03-11add ui test for E0594gaurikholkar-0/+31
2018-03-09tidy: Add a check for stray `.stderr` and `.stdout` files in UI test directoriesVadim Petrochenkov-45/+0
2018-03-06Make causal tracking lazySantiago Pastorino-0/+2
2018-03-06Remove nll-dump-cause flag and always track causesSantiago Pastorino-33/+38
2018-03-01Make explain borrow work for Universal lifetimesSantiago Pastorino-12/+84
2018-02-28Do not report _#nr lifetimes names in errorsSantiago Pastorino-0/+83
2018-02-26Fix rebaseVadim Petrochenkov-121/+121
2018-02-26Update UI testsVadim Petrochenkov-34/+34
2018-02-26Update UI testsVadim Petrochenkov-609/+609
2018-02-25Update ui testsGuillaume Gomez-0/+35
2018-02-23update tests and reference filesNiko Matsakis-406/+406
2018-02-11Auto merge of #48092 - eddyb:discriminate-the-void, r=nikomatsakisbors-2/+15
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-2/+15
2018-02-07Update trait-associated-const test to new formatbobtwinkles-20/+8
2018-02-06mir: Fix DefiningTy::Constbobtwinkles-0/+94
2018-01-27Fix new test from rebase.David Wood-1/+1
2018-01-27Updated tests with fixed span location.David Wood-10/+10
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-0/+35
2018-01-15Add NLL test for #45045Christopher Vittal-0/+41
2018-01-15Rollup merge of #47368 - chrisvittal:nll-tests, r=nikomatsakiskennytm-0/+75