about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-4/+4
2018-04-11Update compile-fail testsvarkor-4/+14
2018-04-12Rollup merge of #49856 - varkor:no_mangle-statics-unlinted, r=michaelwoeristerkennytm-0/+3
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-0/+11
2018-04-10Add ok-wrapping to catch blocks, per RFCScott McMurray-9/+11
2018-04-10Do not uppercase-lint no_mangle staticsvarkor-0/+3
2018-04-10Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakisbors-1/+1
2018-04-10Disallow `impl Trait` in unsupported positionShotaro Yamada-0/+38
2018-04-07modify the error message- CR Commentsgaurikholkar-2/+2
2018-04-06Auto merge of #49392 - retep007:nll-issue-48962, r=nikomatsakisbors-0/+38
2018-04-05Merge branch 'master' of https://github.com/rust-lang/rust into e0389gaurikholkar-287/+449
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-0/+42
2018-04-05Auto merge of #49684 - kennytm:rollup, r=kennytmbors-0/+28
2018-04-05Rollup merge of #49345 - davidtwco:issue-44109, r=nikomatsakiskennytm-0/+28
2018-04-05Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakisbors-5/+3
2018-04-05Stabilize attributes on generic parametersVadim Petrochenkov-5/+3
2018-04-05Rollup merge of #49547 - Phlosioneer:44831-borrowck-remove-ignore, r=arielb1kennytm-1/+0
2018-04-04Rollup merge of #49179 - varkor:future-deprecation, r=QuietMisdreavus,Guillau...kennytm-0/+8
2018-04-04Auto merge of #48333 - aidanhs:aphs-no-place-for-placement, r=nikomatsakisbors-62/+0
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+42
2018-04-03Auto merge of #49447 - pnkfelix:remove-cfg-const-pat-hack-47295, r=nikomatsakisbors-0/+35
2018-04-03Auto merge of #49348 - bobtwinkles:extend_2pb, r=nikomatsakisbors-18/+31
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-62/+0
2018-04-02Checking location and syntax of non_exhaustive attribute.David Wood-0/+28
2018-03-31Unignore borrowck testPhlosioneer-1/+0
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-28Remove adjacent all-const match arm hack.Felix S. Klock II-0/+35
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-26Add tests for items deprecated in the futurevarkor-0/+8
2018-03-26fixes internal compiler error:Peter Hrvola-0/+38
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-24Extend two-phase borrows to apply to method receiver autorefsbobtwinkles-18/+31
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