summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-06-03[beta] Fix naming conventions for new lintsVadim Petrochenkov-2/+2
2018-05-07Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichtonbors-0/+7
2018-05-06in which the must-use additional messaging is tucked into a noteZack M. Davis-3/+7
2018-05-06Fix assertion message generationShotaro Yamada-0/+19
2018-05-04Make extern_absolute_paths only work on the new editionManish Goregaokar-0/+7
2018-05-04Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard...bors-0/+61
2018-05-04Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakisbors-0/+17
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-0/+20
2018-05-03Unit test for the new implicit borrow and deref within theFelix S. Klock II-0/+61
2018-05-03Auto merge of #50030 - flip1995:rfc2103, r=petrochenkovbors-0/+49
2018-05-03check if the token is a lifetime before parsingrleungx-0/+20
2018-05-03Auto merge of #50378 - varkor:repr-align-max-29, r=eddybbors-1/+4
2018-05-02Skip checking for unused mutable locals that have no nameKeith Yeung-0/+17
2018-05-02make it compile againflip1995-3/+3
2018-05-02Change Attribute::name to return the last segmentSeiichi Uchida-3/+3
2018-05-02Add tests for a new feature 'tool_attributes'Seiichi Uchida-0/+49
2018-05-01Reduce the maximum alignment to repr(align(1 << 29))varkor-1/+4
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-145/+0
2018-05-01Rollup merge of #50330 - japaric:used, r=nagisakennytm-0/+28
2018-04-30check that #[used] is used only on staticsJorge Aparicio-0/+28
2018-04-29Auto merge of #48605 - KiChjang:unused-mut-warning, r=nikomatsakisbors-18/+43
2018-04-28Track unused mutable variables across closuresKeith Yeung-18/+43
2018-04-27Don't feature gate bang macros on 'proc_macro_path_invoc'.Sergio Benitez-7/+1
2018-04-28Rollup merge of #50273 - Amanieu:issue-49532, r=alexcrichtonkennytm-5/+5
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-3/+0
2018-04-27fixed testsChristian Poveda-3/+0
2018-04-27removed dyn_trait feature from testsChristian Poveda-3/+3
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-5/+5
2018-04-27Auto merge of #50275 - kennytm:rollup, r=kennytmbors-0/+11
2018-04-27Rollup merge of #50227 - sinkuu:ice_non_local_trait, r=estebankkennytm-0/+11
2018-04-27Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichtonbors-1/+1
2018-04-26Update a compile-fail testAravind Gollakota-1/+2
2018-04-26Do not ICE on generics mismatch with non-local traitsShotaro Yamada-0/+11
2018-04-25Fix crate:: in local pathsManish Goregaokar-26/+4
2018-04-24Disable two-phase-reservation-sharing-interference[nll_beyond]Josh Stone-1/+1
2018-04-24Warn on all erroneous constantsOliver Schneider-60/+64
2018-04-23Auto merge of #49779 - oli-obk:const_err_regression, r=eddybbors-34/+0
2018-04-22Remove Alloc::oomSteven Fackler-1/+0
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-1/+1
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-0/+20
2018-04-21Auto merge of #50120 - alexcrichton:more-proc-macro-gates, r=petrochenkovbors-1/+9
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-1/+1
2018-04-21Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearthbors-2/+2
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-1/+9
2018-04-20fix two compile-fail tests that were still using -ZeditionKurtis Nusbaum-2/+2
2018-04-20Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-0/+4
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+16
2018-04-20Rollup merge of #50031 - krk:issue-46336, r=estebankkennytm-4/+7
2018-04-18Clarified E0015 message, r=estebankkrk-4/+7
2018-04-18Auto merge of #49950 - Zoxc:default-span, r=estebankbors-23/+22