about summary refs log tree commit diff
path: root/src/test/ui/borrowck
AgeCommit message (Expand)AuthorLines
2018-07-04write code to extract region names and emit new style messageNiko Matsakis-14/+36
2018-06-30Auto merge of #51862 - estebank:lifetime-spans, r=nikomatsakisbors-18/+32
2018-06-28Also point to free named region on lifetime errorsEsteban Küber-28/+8
2018-06-28Extend support to `get_generics` for all `NodeItem`sEsteban Küber-2/+2
2018-06-28Point to lifetime in fn definition on lifetime error noteEsteban Küber-1/+21
2018-06-28Point at lifetimes instead of def span for E0195Esteban Küber-13/+27
2018-06-27Update tests for grouped nll move errorsMatthew Jasper-55/+80
2018-06-22Fix erroneous error note when using field after moveSantiago Pastorino-8/+8
2018-06-21use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-0/+42
2018-06-19Update the existing UI tests to reflect diagnostic changes in NLL.Felix S. Klock II-1/+1
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-3/+5
2018-06-06Update the expected error output to reflect changes in this PR.Felix S. Klock II-38/+63
2018-06-06Drive-by: Make assignment conflict tests in borrowck-vec-pattern-nesting.rs r...Felix S. Klock II-0/+5
2018-06-05Auto merge of #51242 - ytausky:mut-ref, r=estebankbors-0/+43
2018-06-01Suggest not mutably borrowing a mutable referenceYaron Tausky-0/+43
2018-06-01also check `let` arms and nested patterns for mutable borrowsNiko Matsakis-0/+161
2018-05-31change `PointerKind::Implicit` to a noteNiko Matsakis-0/+52
2018-05-29rust-lang/rust#41962 has a new error with my new code. Incorporate that into ...Felix S. Klock II-8/+16
2018-05-25rust-lang/rust#51025: improve test robustness so that they work under NLL too.Felix S. Klock II-28/+80
2018-05-09rework causal tracking to explore outlives relationshipsNiko Matsakis-3/+12
2018-04-18Removed `.nll.stderr` files that currently match their corresponding `.stderr...Felix S. Klock II-78/+0
2018-04-18Trivial updates to `.nll.stderr` files post-rebase, reflecting s/-Znll/nll/ i...Felix S. Klock II-5/+5
2018-04-18Update the previously checkpointed (but unused by bors) tests to reflect curr...Felix S. Klock II-1/+1
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-27/+28
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+394
2018-04-11Workaround rust-lang/rust#49855 by forcing rustc_error in any mode, including...Felix S. Klock II-4/+4
2018-04-06Add test from #49736bobtwinkles-0/+49
2018-04-04two-phase borrows: support multiple activations in one statementbobtwinkles-0/+35
2018-04-03Auto merge of #49348 - bobtwinkles:extend_2pb, r=nikomatsakisbors-0/+29
2018-03-24Extend two-phase borrows to apply to method receiver autorefsbobtwinkles-0/+29
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-9/+8
2018-03-14update testsGuillaume Gomez-21/+21
2018-02-26Update UI testsVadim Petrochenkov-37/+37
2018-02-26Update UI testsVadim Petrochenkov-211/+211
2018-02-25Update ui testsGuillaume Gomez-0/+21
2018-02-09rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-1/+19
2018-01-28Point only at method signatures and point at traitEsteban Küber-16/+12
2018-01-28For named lifetimes point only at method signatureEsteban Küber-0/+110
2018-01-19Tweak wording and spans of closure lifetime errorsEsteban Küber-15/+18
2018-01-15Move diagnostic logic to its own moduleEsteban Küber-4/+165
2018-01-15Reword diagnosticEsteban Küber-3/+3
2018-01-15Custom error when moving arg outside of its closureEsteban Küber-0/+31
2018-01-10Modify message to match labelEsteban Küber-2/+2
2018-01-07Assignment to immutable argument: diagnostic tweakEsteban Küber-0/+38
2018-01-03Tweak to mir borrow in a loop diagnosticEsteban Küber-4/+1
2018-01-03Add mir test, review commentsEsteban Küber-10/+36
2018-01-02Be ambiguous when type cannot be properly mentionedEsteban Küber-26/+34
2018-01-01Address review comments: make label shorterEsteban Küber-1/+2
2018-01-01Move reason for move to labelEsteban Küber-27/+58
2017-12-22Updated existing tests.David Wood-0/+2