summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-11-14Backported merge of #45890 - arielb1:self-first, r=eddybbors-0/+35
2017-11-14Backported merge of #45785 - arielb1:unsafe-fixes, r=eddybbors-0/+34
2017-10-08Auto merge of #45016 - pnkfelix:mir-borrowck-gather-and-signal-move-errors, r...bors-13/+60
2017-10-08Auto merge of #45020 - MaloJaffre:needs-test, r=alexcrichtonbors-0/+92
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-17/+28
2017-10-06Improve resolution of associated types in macros 2.0Vadim Petrochenkov-0/+101
2017-10-04Fix some E-needstest issues.Malo Jaffré-0/+92
2017-10-04Unit tests for gathering and reporting move-errors from mir-borrowck.Felix S. Klock II-13/+60
2017-10-03Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelixbors-5/+44
2017-10-03Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturonbors-0/+18
2017-10-02Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebankbors-2/+2
2017-10-01make non_snake_case lint allow extern no-mangle functionsZack M. Davis-0/+18
2017-10-01Auto merge of #44945 - petrochenkov:fixtyrec, r=arielb1bors-3/+22
2017-09-30code suggestions for unused-mut, while-true lints; UI testZack M. Davis-1/+1
2017-09-30code suggestion for deprecated-attribute lintZack M. Davis-1/+1
2017-09-30Do not require semantic types for all syntactic types when there are type errorspetrochenkov-3/+22
2017-09-29Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1Mark Simulacrum-1/+1
2017-09-29Auto merge of #44866 - mdevlamynck:impl-trait, r=eddybbors-0/+38
2017-09-29mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...Basile Desloges-5/+44
2017-09-29Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1bors-37/+150
2017-09-28Auto merge of #44806 - KiChjang:mir-err-notes-2, r=pnkfelixbors-5/+18
2017-09-27Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomezbors-29/+0
2017-09-27Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkovbors-6/+22
2017-09-26Add span label to E0384 for MIR borrowckKeith Yeung-5/+18
2017-09-26mir-borrowck: Edit compile-fail tests with E0506 error to also test on MIR bo...Basile Desloges-37/+150
2017-09-26remove random newlines from error messages, fix compile-fail testNiko Matsakis-1/+1
2017-09-26impl Trait in argument position desugaring:Matthias Devlamynck-0/+38
2017-09-25Fix bug in collecting trait and impl items with derives.Jeffrey Seyfried-0/+28
2017-09-25Auto merge of #44279 - smaeul:crt_static-deps, r=alexcrichtonbors-2/+2
2017-09-24Point at parameter type on E0301Esteban Küber-29/+0
2017-09-24fix testAriel Ben-Yehuda-2/+2
2017-09-24move unsafety checking to MIRAriel Ben-Yehuda-6/+29
2017-09-23Auto merge of #44633 - petrochenkov:priv2, r=nikomatsakisbors-3/+21
2017-09-23Auto merge of #44055 - zackmdavis:condensed_non-ADT_derive_error, r=jseyfriedbors-26/+3
2017-09-23Use recorded types in rustc_privacyVadim Petrochenkov-3/+4
2017-09-23Record semantic types for all syntactic types in bodiesVadim Petrochenkov-0/+17
2017-09-22dotdoteq_in_patterns feature gateBadel2-0/+16
2017-09-22Add support for `..=` syntaxAlex Burka-6/+6
2017-09-22Auto merge of #44691 - cramertj:underscore-lifetimes, r=nikomatsakisbors-6/+94
2017-09-21only set non-ADT derive error once per attribute, not per traitZack M. Davis-26/+3
2017-09-21Add tests for underscore lifetimes in impl headers and struct definitionsTaylor Cramer-0/+5
2017-09-21Add tests for multiple underscore and non-underscore lifetimesTaylor Cramer-0/+17
2017-09-21Auto merge of #44627 - zackmdavis:the_capgate_perogative, r=nrcbors-0/+22
2017-09-20Implement underscore lifetimesTaylor Cramer-6/+72
2017-09-20Implement `Copy`/`Clone` for closuresscalexm-0/+88
2017-09-19Adjust dependency-resolution errors to be more consistentSamuel Holland-2/+2
2017-09-19Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnikbors-0/+14
2017-09-16Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddybAlex Crichton-0/+8
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-44/+5
2017-09-16`--cap-lints allow` switches off `can_emit_warnings`Zack M. Davis-0/+22