about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-12-22Converted moves-based-on-type-tuple test and added MIR borrowck comparison.David Wood-18/+0
2017-12-22Auto merge of #46752 - Yoric:nll, r=arielb1bors-43/+5
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-1/+0
2017-12-21Auto merge of #46922 - kennytm:rollup, r=kennytmbors-0/+30
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-1/+0
2017-12-22Rollup merge of #46858 - QuietMisdreavus:external-doc-error, r=estebankkennytm-0/+16
2017-12-22Rollup merge of #46780 - varkor:contrib-5, r=arielb1kennytm-0/+14
2017-12-21Issue #46589 - Kill borrows on a local variable whenever we assign over this ...David Teller-43/+5
2017-12-21Add a feature gate for nested uses of `impl Trait`Taylor Cramer-2/+41
2017-12-21Auto merge of #46877 - Deewiant:gh46843, r=eddybbors-0/+22
2017-12-21Add testsvarkor-0/+8
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-4/+30
2017-12-21Auto merge of #46083 - petrochenkov:morepriv, r=nikomatsakisbors-23/+466
2017-12-21Always report private-in-public in associated types as hard errorsVadim Petrochenkov-23/+95
2017-12-21Prohibit access to private statics from other crates through macros 2.0Vadim Petrochenkov-0/+5
2017-12-21Properly check traits in type privacyVadim Petrochenkov-11/+9
2017-12-21Check associated type bindings for privacy and stabilityVadim Petrochenkov-0/+19
2017-12-21Add tests for associated item privacyVadim Petrochenkov-0/+349
2017-12-20when using feature(nll), don't warn about AST-based region errorsNiko Matsakis-3/+9
2017-12-20connect NLL machinery to the `NiceRegionError` codeNiko Matsakis-7/+7
2017-12-20Various tweaksEsteban Küber-4/+4
2017-12-20MIR: terminate unreachable blocks in construct_constMatti Niemenmaa-0/+22
2017-12-20Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1bors-3/+3
2017-12-19Implement non-mod.rs mod statementsTaylor Cramer-4/+30
2017-12-19add compile-fail error for external_doc errorsQuietMisdreavus-0/+16
2017-12-19Followup for #46112.Felix S. Klock II-12/+32
2017-12-18Add trailing newlinevarkor-1/+1
2017-12-18Fix ICE when calling non-functions within closuresvarkor-0/+14
2017-12-17remove test for issue #26194 because it is now redundantMichael Hewson-18/+0
2017-12-17update error message in test/compile-fail/issue-26194.rsMichael Hewson-1/+1
2017-12-16Auto merge of #46719 - estebank:issue-39268, r=pnkfelixbors-6/+8
2017-12-15Same change to point at borrow for mir errorsEsteban Küber-6/+8
2017-12-15make `blame_span` deterministicNiko Matsakis-3/+3
2017-12-15Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1bors-0/+246
2017-12-15Auto merge of #46641 - petrochenkov:nohelp2, r=nikomatsakisbors-7928/+22
2017-12-14Auto merge of #45047 - durka:trait-alias, r=petrochenkovbors-0/+27
2017-12-14Fix rebaseVadim Petrochenkov-0/+33
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-7745/+0
2017-12-14Remove NOTE/HELP annotations from error index testsVadim Petrochenkov-216/+22
2017-12-14error for impl trait aliasAlex Burka-1/+3
2017-12-14feature gate trait aliasesAlex Burka-2/+4
2017-12-14error on any use of trait aliasAlex Burka-0/+2
2017-12-14add trait aliases to ASTAlex Burka-0/+21
2017-12-14Auto merge of #45002 - oli-obk:miri, r=eddybbors-2/+13
2017-12-13Check activation points as the place where mutable borrows become relevant.Felix S. Klock II-11/+72
2017-12-13two-phase-reservation-sharing-interference.rs variant that is perhaps more su...Felix S. Klock II-0/+38
2017-12-13test describing a currently unsupported corner case.Felix S. Klock II-0/+46
2017-12-13tests transcribed from nikos blog post.Felix S. Klock II-0/+101
2017-12-13correct comment in testNiko Matsakis-1/+1
2017-12-13fix closure tests now that MIR typeck works properlyNiko Matsakis-5/+4