summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-05-06Fix assertion message generationShotaro Yamada-0/+19
2018-04-30Do not ICE on generics mismatch with non-local traitsShotaro Yamada-0/+11
2018-04-25Warn on all erroneous constantsOliver Schneider-60/+64
2018-04-25Only warn on erroneous promoted constantsOliver Schneider-34/+0
2018-04-21Bring back old fallback semantics: Without feature(never_type), fallback to `...Felix S. Klock II-0/+4
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+16
2018-04-20Disallow `impl Trait` in unsupported positionShotaro Yamada-0/+38
2018-03-29Auto merge of #49291 - tejom:check-for-known-but-incorrect-attributes, r=petr...bors-0/+48
2018-03-29Stabilize underscore lifetimesTaylor Cramer-7/+0
2018-03-28Stabilize match_default_bindingsTaylor Cramer-5/+2
2018-03-27Add extra test for expressions and fix typo in messagematthew-2/+8
2018-03-26Remove an unnecessary/incorrect match in the expression check functionmatthew-3/+9
2018-03-26Check for known but incorrect attributesmatthew-0/+36
2018-03-26Remove library feature testMark Mansi-17/+0
2018-03-26Auto merge of #49255 - cramertj:stable-impl-trait, r=nikomatsakisbors-20/+2
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-18/+2
2018-03-26Stabilize universal_impl_traitTaylor Cramer-3/+1
2018-03-25Modify testsAlexander Ronald Altman-1/+1
2018-03-25Auto merge of #49141 - gnzlbg:simd_select, r=alexcrichtonbors-0/+56
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-24/+0
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-9/+17
2018-03-23Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollupAlex Crichton-4/+4
2018-03-23Rollup merge of #49160 - estebank:issue-47457-missing-fields, r=oli-obkAlex Crichton-4/+2
2018-03-23Rollup merge of #48909 - RalfJung:type_alias_bounds, r=petrochenkovAlex Crichton-3/+0
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-24/+0
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-3/+4
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-1/+1
2018-03-21Use NOTE instead of error-pattern directiveTyler Mandry-1/+2
2018-03-21termination_trait: Add () example to error messageTyler Mandry-1/+1
2018-03-20typeck: Report main return type errors on return type spanTyler Mandry-14/+0
2018-03-20rename epoch to editionKurtis Nusbaum-4/+4
2018-03-20Match against friendly error messageTyler Mandry-2/+2
2018-03-19Reduce diagnostic verbosity by removing labelsEsteban Küber-4/+2
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-29/+6
2018-03-19update compile-fail tests: fewer warnings because this is now a HIR lintRalf Jung-3/+0
2018-03-19Stabilize termination_traitTyler Mandry-4/+2
2018-03-19Split out termination_trait_test feature gateTyler Mandry-0/+22
2018-03-18add simd_select intrinsicgnzlbg-0/+56
2018-03-17AST: Make renames in imports closer to the sourceVadim Petrochenkov-2/+2
2018-03-17Rollup merge of #48983 - gnzlbg:red, r=alexcrichtonkennytm-0/+82
2018-03-16Auto merge of #48818 - michaelwoerister:issue-47309, r=eddybbors-0/+31
2018-03-16ignore emscriptengnzlbg-0/+1
2018-03-16Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkovbors-0/+38
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-5/+17
2018-03-16Rollup merge of #48875 - jcowgill:mips-test-fixes, r=sanxiynkennytm-1/+13
2018-03-16Rollup merge of #48706 - ehuss:main-not-found-in-crate, r=estebankkennytm-4/+4
2018-03-15add missing min-llvm-versiongnzlbg-0/+5
2018-03-15Auto merge of #47813 - kennytm:stable-incl-range, r=nrcbors-26/+1
2018-03-15add compile fail testsgnzlbg-0/+76
2018-03-15Auto merge of #48138 - estebank:issue-45092, r=nikomatsakisbors-31/+38