about summary refs log tree commit diff
path: root/src/test/ui/nll
AgeCommit message (Expand)AuthorLines
2019-01-19Don't ignore `_` in type casts and ascriptionsMatthew Jasper-0/+78
2019-01-19Type check unnanotated constant items with NLLMatthew Jasper-0/+79
2019-01-19Handle lifetime annotations in unreachable codeMatthew Jasper-2/+140
2019-01-17fix compat-mode ui testMark Mansi-1/+1
2019-01-17Update testsMark Mansi-91/+86
2019-01-16Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakisbors-2/+1
2019-01-13Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakisMazdak Farrokhzad-0/+100
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-2/+1
2019-01-07Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakisbors-0/+43
2019-01-05Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAuskennytm-2/+2
2019-01-04Improve diagnostic labels and add note.David Wood-2/+6
2019-01-04Make conflicting borrow description more robust.David Wood-0/+96
2019-01-03Fix bug in associated constant type annotations.David Wood-0/+43
2019-01-02Wf-check the output type of a function in MIR-typeckMatthew Jasper-0/+38
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-2/+2
2018-12-30Guarantee `rustc_dump_user_substs` error order.David Wood-8/+8
2018-12-30Support user type annotations in `ref` bindings.David Wood-0/+19
2018-12-30Refactor `UserTypeAnnotation`.David Wood-11/+11
2018-12-29add non-copy note to stderrcsmoe-8/+8
2018-12-27retrieve ty info from place_tycsmoe-2/+2
2018-12-25Remove licensesMark Rousskov-1889/+412
2018-12-25Auto merge of #57088 - euclio:non-camel-case-early-lint, r=estebankbors-18/+18
2018-12-25Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelixbors-12/+6
2018-12-24make non_camel_case_types an early lintAndy Russell-18/+18
2018-12-22Update migrate warning wording.David Wood-3/+2
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-31/+57
2018-12-19FIXME(45827) remove comment since errors are reportedNiv Kaminer-12/+6
2018-12-17Kill borrows from a projection after assignment.David Wood-47/+7
2018-12-13Make determining the discriminant a normal Shallow readMatthew Jasper-5/+29
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-1/+1
2018-12-07Fix ICE in region naming.David Wood-0/+79
2018-12-06Add test for #46589.David Wood-0/+66
2018-12-05Rollup merge of #56372 - wildarch:issue-55314-second-borrow-ref, r=davidtwcoPietro Albini-2/+2
2018-12-04Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelixbors-0/+42
2018-12-04Update testsOliver Scherer-49/+79
2018-12-03Propagate all closure requirements to the callerMatthew Jasper-0/+42
2018-11-30Refer to the second borrow as the "second borrow".Daan de Graaf-2/+2
2018-11-26Put all existential ty vars in the `ROOT` universescalexm-1/+1
2018-11-25Auto merge of #55921 - scalexm:placeholders, r=nikomatsakisbors-2/+2
2018-11-25Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakisbors-4/+4
2018-11-24Fix NLL ui testscalexm-2/+2
2018-11-19Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddybPietro Albini-0/+37
2018-11-18remove "approx env bounds" if we already know from traitNiko Matsakis-0/+37
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-4/+4
2018-11-15Rollup merge of #55781 - pnkfelix:issue-54382-more-precise-spans-for-temps-an...Pietro Albini-0/+63
2018-11-13Fix ui testsscalexm-6/+6
2018-11-11Auto merge of #55657 - davidtwco:issue-55651, r=pnkfelixbors-0/+38
2018-11-11Rollup merge of #55822 - davidtwco:issue-55394, r=pnkfelixPietro Albini-0/+37
2018-11-09Fix ICE and find correct return span.David Wood-0/+37
2018-11-08Revise the temp creation for blocks in `stmt_expr` to setup `BlockTailInfo`.Felix S. Klock II-0/+2