about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-01-12Ignore CTFE errors while lowering patternsSeiichi Uchida-0/+21
2018-01-11Don't track local_needs_drop separately in qualify_consts (fixes #47351).Alexander Regueiro-0/+10
2018-01-11Add tests to fixed issues.Seiichi Uchida-0/+16
2018-01-10Modify message to match labelEsteban Küber-1/+1
2018-01-10Updated other tests affected by change.David Wood-12/+12
2018-01-09Treat #[path] files as mod.rs filesTaylor Cramer-16/+0
2018-01-07Assignment to immutable argument: diagnostic tweakEsteban Küber-2/+2
2018-01-07`struct` pattern parsing and diagnostic tweaksEsteban Küber-1/+1
2018-01-07Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakisbors-0/+98
2018-01-05Auto merge of #46907 - varkor:contrib-8, r=nagisabors-0/+8
2018-01-04Auto merge of #47124 - estebank:loan-paths, r=nikomatsakisbors-7/+9
2018-01-03Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakisbors-1/+0
2018-01-03Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytmbors-0/+7
2018-01-03Support `extern` in pathsVadim Petrochenkov-0/+98
2018-01-03Rollup merge of #47104 - matthewjasper:dont-panic-on-generic-drop, r=estebankkennytm-0/+24
2018-01-02Be ambiguous when type cannot be properly mentionedEsteban Küber-3/+6
2018-01-02Auto merge of #47105 - matthewjasper:dont-panic-for-mut-in-static, r=estebankbors-0/+21
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+7
2018-01-02Auto merge of #47111 - rkruppe:repr-transparent, r=estebankbors-45/+0
2018-01-01Move reason for move to labelEsteban Küber-7/+6
2018-01-01Check all repr hints together when checking for mis-applied attributesRobin Kruppe-45/+0
2018-01-01Delay panic for aliasing violation for static items.matthewjasper-0/+21
2018-01-01Delay panic from incoherent drop implementationmatthewjasper-0/+24
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-24Make killing of out-of-scope borrows a pre-statement effectAriel Ben-Yehuda-1/+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