summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2019-06-25Fix incorrect double assignment in MIR for while loopsMatthew Jasper-0/+11
2019-06-23Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrumbors-3/+2
2019-06-21Add test checking our behavior for assigning over a `ConstIndex` projection.Felix S. Klock II-0/+59
2019-06-21Add test that our handling of projections hasn't gone too far:Felix S. Klock II-0/+52
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-3/+2
2019-06-07Rollup merge of #61332 - kennethbgoodin:borrowck-remove-asterisk-suggestion, ...Mazdak Farrokhzad-11/+11
2019-06-06Make sure constructors functions are type checked correctlyMatthew Jasper-0/+127
2019-06-04Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelixPietro Albini-0/+205
2019-06-04Remove asterisk suggestion for move errors in borrowckKenny Goodin-11/+11
2019-06-04Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelixbors-80/+65
2019-06-04Rollup merge of #61446 - czipperz:nll-unused_mut, r=matthewjasperMazdak Farrokhzad-0/+23
2019-06-03Don't canonicalize `'static` in normalizeMatthew Jasper-0/+194
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-80/+65
2019-06-03Don't try to lower ReEmpty in NLLMatthew Jasper-0/+11
2019-06-02Use a type implementing DropChris Gregory-2/+18
2019-06-01Add testChris Gregory-0/+7
2019-06-01rustc: collect upvars from HIR, instead of during name resolution.Eduard-Mihai Burtescu-9/+9
2019-05-30Update ui and run-pass for ellipsis_inclusive_range_patterns lintmemoryruins-3/+3
2019-05-29Update ui test suite to use dynmemoryruins-5/+5
2019-05-24Move async/await tests to test/ui/async-awaitvarkor-21/+0
2019-05-21Dont show variables from desugarings in borrowck errorsMatthew Jasper-0/+69
2019-05-17Auto merge of #60171 - matthewjasper:full-nll-compare-mode, r=pnkfelixbors-526/+578
2019-05-13Rollup merge of #60176 - matthewjasper:yield-ref-to-local, r=pnkfelixMazdak Farrokhzad-9/+9
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-526/+504
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+74
2019-05-09Rollup merge of #60648 - petrochenkov:shorten2, r=Dylan-DPCMazdak Farrokhzad-2/+1
2019-05-09Skip codegen for one UI test with long file pathVadim Petrochenkov-2/+1
2019-05-09cleanup: Remove `DefIndexAddressSpace`Vadim Petrochenkov-119/+119
2019-05-03Update testsChristopher Vittal-278/+39
2019-04-26Search for incompatible universes in borrow errorsMatthew Jasper-0/+52
2019-04-22Explain error when yielding a reference to a local variableMatthew Jasper-9/+9
2019-04-22Remove double trailing newlinesvarkor-5/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-493/+169
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-30/+19
2019-04-14Rollup merge of #59708 - matthewjasper:double-closure-unused-mut, r=pnkfelixMazdak Farrokhzad-8/+11
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-123/+0
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-84/+84
2019-04-04Mark variables captured by reference as mutable correctlyMatthew Jasper-8/+11
2019-04-04Update tests for restrictive two-phase borrowsMatthew Jasper-123/+0
2019-03-31Suggest using anonymous lifetime in `impl Trait` return without hacksEsteban Küber-4/+4
2019-03-19Rollup merge of #57729 - pnkfelix:issue-55748-pat-types-are-constraints-on-bi...Mazdak Farrokhzad-0/+99
2019-03-17Updated UI test output to remove test annotations for revisionsMathias Blikstad-7/+7
2019-03-15rustc: always rely on '_ to be not printed by ty::Region itself.Eduard-Mihai Burtescu-7/+7
2019-03-13test that wildcard type `_` is not duplicated by `type Foo<X> = (X, X);` and ...Felix S. Klock II-0/+99
2019-03-13Rollup merge of #59083 - kyren:master, r=varkorMazdak Farrokhzad-29/+9
2019-03-12Rename test struct names to something more sensiblekyren-8/+8
2019-03-11Update NLL testsVadim Petrochenkov-15/+15
2019-03-11Update testsVadim Petrochenkov-282/+282
2019-03-10Fix #54822 and associated faulty testskyren-21/+1
2019-03-03Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelixbors-0/+221