summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-02-11rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-16/+47
2018-01-12Treat #[path] files as mod.rs filesTaylor Cramer-16/+0
2018-01-01Auto merge of #47098 - estebank:immutable-field, r=nagisabors-2/+2
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-9/+5
2017-12-31Reword trying to operate in immutable fieldsEsteban Küber-2/+2
2017-12-31Removed unnecessary output of linker options when linker is not installedFelix Schütt-1/+1
2017-12-31Auto merge of #47044 - topecongiro:fixed-ices, r=estebankbors-0/+111
2017-12-30Add tests on fixed ICEsSeiichi Uchida-0/+111
2017-12-30Remove excessive trailing newlines.kennytm-4/+0
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-5/+5
2017-12-28Auto merge of #47031 - topecongiro:issue-41719, r=jseyfriedbors-0/+18
2017-12-28Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkovbors-0/+23
2017-12-28Auto merge of #47017 - topecongiro:issue-33469, r=estebankbors-0/+19
2017-12-27Auto merge of #47014 - topecongiro:fixed-ices, r=estebankbors-0/+79
2017-12-28Report an error when resolving non-ident macro path failedtopecongiro-0/+18
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-3/+23
2017-12-26Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1bors-1/+103
2017-12-26Do not panic on interpolated token inside quote macroSeiichi Uchida-0/+19
2017-12-26Adds termination_trait feature gateBastian Köcher-0/+15
2017-12-26Fixes testsBastian Köcher-12/+2
2017-12-26Implements RFC 1937: `?` in `main`Bastian Köcher-0/+15
2017-12-26Add tests to fixed ICEsSeiichi Uchida-0/+79
2017-12-26Do not expand a derive invocation when derive is not allowedSeiichi Uchida-0/+23
2017-12-25Auto merge of #46949 - davidtwco:issue-46631, r=arielb1bors-18/+0
2017-12-24Auto merge of #46888 - cramertj:nested-impl-trait-error, r=nikomatsakisbors-2/+41
2017-12-23Give MIR borrowck a better understanding of inline asmMatthew Jasper-1/+103
2017-12-23Auto merge of #46864 - estebank:closure-type-err-sp, r=nikomatsakisbors-4/+4
2017-12-22Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebankbors-12/+32
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-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