about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-05-24Auto merge of #50943 - oli-obk:cleanups, r=estebankbors-42/+0
2018-05-22Tweak `main` type arguments and where clause spansEsteban Küber-1/+1
2018-05-22Fix a typo in a commentOliver Schneider-1/+1
2018-05-22Report let bindings and statements as unstableOliver Schneider-29/+55
2018-05-21Move a test to ui tests so we can observe the output changes betterOliver Schneider-42/+0
2018-05-20Auto merge of #50851 - eddyb:the-only-constant, r=nikomatsakisbors-0/+43
2018-05-20Auto merge of #50803 - varkor:never-transmute-never, r=eddybbors-0/+33
2018-05-19rustc: introduce {ast,hir}::AnonConst to consolidate so-called "embedded cons...Eduard-Mihai Burtescu-0/+43
2018-05-19Auto merge of #50760 - petrochenkov:legimp, r=nikomatsakisbors-8/+2
2018-05-18Auto merge of #50653 - oli-obk:bad_const, r=cramertjbors-11/+8
2018-05-17Fix an ICE when attempting to transmute an uninhabited typevarkor-0/+33
2018-05-17Rename trans to codegen everywhere.Irina Popa-5/+5
2018-05-16Auto merge of #48557 - matthewjasper:allow-trvial-bounds, r=nikomatsakisbors-5/+4
2018-05-15Update existing tests for trivial bounds changesMatthew Jasper-5/+4
2018-05-15Auto merge of #50351 - varkor:vestigial-never-conversion, r=nikomatsakisbors-3/+2
2018-05-15Auto merge of #50011 - varkor:partialord-opt-ii, r=Manishearthbors-30/+0
2018-05-15Turn deprecation lint `legacy_imports` into a hard errorVadim Petrochenkov-8/+2
2018-05-12rustc: Only suggest deleting `extern crate` if it worksAlex Crichton-0/+30
2018-05-12rustc: Allow an edition's feature on that editionAlex Crichton-0/+16
2018-05-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-11/+8
2018-05-08Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakisbors-2/+0
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-06resolved conflict with upstream commitBrad Gibson-125/+186
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-02lint: deny incoherent_fundamental_impls by defaultHoàng Đức Hiếu-2/+0
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-01Test is no longer "accepted"Niko Matsakis-1/+1
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-145/+0
2018-05-01Fix coerce-to-bang testvarkor-3/+2
2018-04-30fixed some and added more testsBrad Gibson-0/+64
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