about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-06-22Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche...bors-0/+13
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-136/+165
2018-06-21Support future deprecation for rustc_deprecatedvarkor-0/+13
2018-06-20Simply joint lifetime/type iterationvarkor-1/+1
2018-06-19Update message for `!Sized` typesEsteban Küber-80/+82
2018-06-19Fix tidy and remove unused methodEsteban Küber-3/+3
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-135/+162
2018-06-19Update the existing compile-fail tests to reflect diagnostic changes in NLL.Felix S. Klock II-1/+8
2018-06-19updates to compile-fail tests for changes to NLL.Felix S. Klock II-3/+3
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-0/+12
2018-06-15Moving allow statemate to the function blockSebastian Malton-1/+1
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-4/+1
2018-06-11Remove some '#[feature]' attributes for stabilized featuresSimon Sapin-10/+0
2018-06-11Stablize the alloc module without changing stability of its contents.Simon Sapin-0/+7
2018-06-11Auto merge of #51480 - dtolnay:lifetime, r=kennytmbors-1/+1
2018-06-10Enable fall through past $:lifetime matcherDavid Tolnay-1/+1
2018-06-10Fix error codesGuillaume Gomez-4/+4
2018-06-08Rollup merge of #51401 - estebank:warn-repr, r=cramertjMark Rousskov-1/+2
2018-06-08Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakisMark Rousskov-22/+0
2018-06-08Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebankMark Rousskov-62/+1
2018-06-08Built, corrected, and run tests. Added expected stderr files.Crazycolorz5-1/+1
2018-06-08rename `irrefutable_let_pattern` to `irrefutable_let_patterns`Niko Matsakis-6/+6
2018-06-08Rollup merge of #51368 - varkor:panic_implementation-closures, r=eddybkennytm-0/+21
2018-06-06Use consistent span for repr attr suggestionEsteban Küber-1/+2
2018-06-05Properly report transitive errorsOliver Schneider-0/+3
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-41/+30
2018-06-05Rollup merge of #51343 - glaubitz:sparc64-tests, r=shepmasterMark Simulacrum-0/+6
2018-06-05Implementation of RFC 2086 - Allow Irrefutable Let patternsSebastian Malton-0/+49
2018-06-05Fix the use of closures within #[panic_implementation]varkor-0/+21
2018-06-05Fix testsFabian Zaiser-2/+4
2018-06-04Changed a few tests, and changed the folder of a few of them.Crazycolorz5-62/+1
2018-06-04test: Ignore some problematic tests on sparc and sparc64John Paul Adrian Glaubitz-0/+6
2018-06-04Merge branch 'master' into stabilise/termination-testDylan DPC-8/+255
2018-06-03add more testsJorge Aparicio-0/+73
2018-06-03reject `fn panic_impl<T>(_: &PanicInfo) -> !`Jorge Aparicio-0/+23
2018-06-03implement #[panic_implementation]Jorge Aparicio-7/+157
2018-06-02Stabilize unit tests with non-`()` return typedylan_DPC-22/+0
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-1/+2
2018-05-30rustc: don't visit lifetime parameters through visit_lifetime.Eduard-Mihai Burtescu-1/+0
2018-05-27Auto merge of #48309 - mark-i-m:anon_param_lint, r=nikomatsakisbors-4/+4
2018-05-27Make anon params lint warn-by-defaultMark Mansi-4/+4
2018-05-27Address comments in pull request #51084.Simon Martin-12/+0
2018-05-27Auto merge of #51084 - simartin:issue_51022, r=estebankbors-0/+12
2018-05-27Issue #51022: Improve E0131 message when lifetimes are involved.Simon Martin-0/+12
2018-05-26Rollup merge of #51070 - est31:fix_break_const_ice, r=estebankkennytm-0/+1
2018-05-26Fail typecheck if we encounter a bogus breakest31-0/+1
2018-05-26Auto merge of #50070 - toidiu:ak-2093-outlives, r=nikomatsakisbors-25/+0
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-25/+0
2018-05-25Auto merge of #50986 - estebank:main-start-span, r=nikomatsakisbors-1/+1
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-2/+2