about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-04-11remove the subtyping relations from TypeVariableNiko Matsakis-3/+3
2017-04-11use obligations to propagate sub-typing instead of the TV codeNiko Matsakis-3/+2
2017-04-11remove type variable defaults codeNiko Matsakis-65/+0
2017-04-11Rollup merge of #40559 - nagisa:manually-drop, r=alexcrichtonCorey Farwell-2/+1
2017-04-11Move rvalue checking to MIRAriel Ben-Yehuda-0/+18
2017-04-10Auto merge of #40565 - estebank:binops-help, r=arielb1bors-72/+0
2017-04-10Explicit help message for binop type missmatchEsteban Küber-72/+0
2017-04-10Auto merge of #40018 - japaric:ld, r=alexcrichtonbors-0/+20
2017-04-10explain why we have a fake cfail testJorge Aparicio-0/+5
2017-04-09Fix test failuresSimonas Kazlauskas-2/+1
2017-04-08Auto merge of #41055 - Archytaus:compile-fail/const-match-pattern-arm, r=arielb1bors-0/+25
2017-04-08Auto merge of #40775 - estebank:variant-as-type, r=petrochenkovbors-0/+67
2017-04-08Fix move checking for nested union fieldsVadim Petrochenkov-0/+57
2017-04-07fake the feature-gate-linker-flavor compile fail testJorge Aparicio-1/+3
2017-04-07Move tests from ui to cfailEsteban Küber-0/+67
2017-04-07hack: add a linker_flavor feature gateJorge Aparicio-0/+13
2017-04-07Auto merge of #39987 - japaric:used, r=arielb1bors-0/+15
2017-04-06Avoid type-checking addition and indexing twice.Eduard-Mihai Burtescu-0/+32
2017-04-05Rollup merge of #41052 - topecongiro:overlapping_inherent_impls, r=estebankAriel Ben-Yehuda-62/+0
2017-04-05add tracking issue and feature-gate and run-make testsJorge Aparicio-0/+15
2017-04-05Rollup merge of #40870 - alexcrichton:stabilize-windows-subsystem, r=aturonCorey Farwell-17/+0
2017-04-04Merge branch 'master' into issue-32540Esteban Küber-277/+397
2017-04-04Move 'coherence-overlapping-inherent-impl-trait' test to uitopecongiro-16/+0
2017-04-04Move 'overlapping_inherent_impls' test to uitopecongiro-46/+0
2017-04-04Fixed ICEs with pattern matching in const fn. Fixes #38199, fixes #31577, fix...Ryan Scott-0/+25
2017-04-01rustc: Stabilize the `#![windows_subsystem]` attributeAlex Crichton-17/+0
2017-03-31Rollup merge of #40728 - topecongiro:stabilize, r=arielb1Corey Farwell-5/+0
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-7/+7
2017-03-30fix error message for issue-10176.rsNiko Matsakis-1/+1
2017-03-30fix `X as !` behaviorNiko Matsakis-0/+23
2017-03-30add test illustrating current "coerce to `!`" behaviorNiko Matsakis-0/+90
2017-03-30have coercion supply back the target typeNiko Matsakis-7/+4
2017-03-30we now get an extra unreachable code warning in this testNiko Matsakis-0/+1
2017-03-30more detailed tests around diverging type variablesNiko Matsakis-52/+1
2017-03-30rework how we handle the type of loopsNiko Matsakis-14/+17
2017-03-30do not eagerly convert `!` to a diverging variableNiko Matsakis-7/+6
2017-03-30port `return` expressions to use `CoerceMany`Niko Matsakis-8/+2
2017-03-30port the match code to use `CoerceMany`Niko Matsakis-0/+55
2017-03-30change the strategy for diverging typesNiko Matsakis-0/+26
2017-03-30Auto merge of #40597 - jseyfried:improve_span_expn_info, r=jseyfriedbors-6/+0
2017-03-29Rollup merge of #40816 - estebank:issue-38321, r=nikomatsakisCorey Farwell-182/+0
2017-03-29Rollup merge of #40841 - arielb1:immutable-blame, r=pnkfelixCorey Farwell-9/+5
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-6/+0
2017-03-29Make overlapping_inherent_impls lint a hard errortopecongiro-5/+0
2017-03-28Simplify labels and move tests to uiEsteban Küber-202/+0
2017-03-29Auto merge of #40836 - arielb1:issue-32330-copy, r=nikomatsakisbors-0/+21
2017-03-27Rollup merge of #40849 - jseyfried:finalize_trait_macro_resolutions, r=nrcAlex Crichton-0/+16
2017-03-27Auto merge of #40764 - arielb1:range-nodes, r=eddybbors-0/+16
2017-03-27Ensure that macro resolutions in trait positions get finalized.Jeffrey Seyfried-0/+16
2017-03-27borrowck: consolidate `mut` suggestionsAriel Ben-Yehuda-9/+5