about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-01-02Add more testsFlorian Hahn-0/+80
2016-01-01Show similar trait implementations if no matching impl is foundFlorian Hahn-0/+39
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-2/+1
2015-12-30Move pub-{item,methd}-macro.rs to the parse-fail subdir as wellest31-62/+0
2015-12-30Move pub-macro-rules.rs test to parse-fail directoryest31-27/+0
2015-12-30Custom help message for people trying to make macro publicest31-0/+27
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-17/+14
2015-12-23Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearthbors-6/+8
2015-12-21Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearthbors-0/+60
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-0/+144
2015-12-18Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1bors-203/+157
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-245/+438
2015-12-18Do not substitute type aliases during error reportingVadim Petrochenkov-5/+6
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-203/+157
2015-12-18Require exact type equality + add testsVadim Petrochenkov-0/+129
2015-12-18Auto merge of #30286 - oli-obk:const_error_span, r=nikomatsakisbors-0/+18
2015-12-18Add more systematic testsVadim Petrochenkov-429/+402
2015-12-18Prohibit public glob reexports of private variantsVadim Petrochenkov-2/+20
2015-12-18Substitute type aliases before checking for privacyVadim Petrochenkov-16/+15
2015-12-18Use lint instead of warningVadim Petrochenkov-25/+96
2015-12-18Report errors not caught by the old visitor as warningsVadim Petrochenkov-14/+18
2015-12-18Prohibit private variant reexportsVadim Petrochenkov-1/+16
2015-12-18Approximate type aliases as public when determining impl publicityVadim Petrochenkov-0/+19
2015-12-18Update error messages and error descriptionsVadim Petrochenkov-32/+32
2015-12-18Fix the falloutVadim Petrochenkov-5/+5
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-0/+93
2015-12-17rustc_resolve: fix a bug in which unused imports can get wrongly marked as us...Jeffrey Seyfried-1/+5
2015-12-16Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakisbors-0/+307
2015-12-16Auto merge of #29962 - aturon:coherence-errors, r=nmatsakisbors-7/+49
2015-12-16unit test for new error help.Felix S. Klock II-0/+60
2015-12-16Provide overlapping types for coherence errorsAaron Turon-7/+49
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-0/+15
2015-12-16Auto merge of #30269 - sanxiyn:no-mangle-generic, r=Aatchbors-3/+5
2015-12-16Rollup merge of #30388 - DanielJCampbell:macro-ident-spans, r=nrcManish Goregaokar-0/+23
2015-12-16Rollup merge of #30320 - nrc:err-names, r=@nikomatsakisManish Goregaokar-44/+51
2015-12-16Modify the Levenshtein-based suggestions to include importsRavi Shankar-6/+8
2015-12-16Auto merge of #30206 - petrochenkov:newdepr, r=brsonbors-1/+495
2015-12-16Auto merge of #30141 - oli-obk:fix/30117, r=arielb1bors-0/+39
2015-12-15Regression tests for Issue 29793.Felix S. Klock II-0/+307
2015-12-15Generated code spans now point to callsite parameters (where applicable)Daniel Campbell-0/+23
2015-12-14Auto merge of #30321 - sanxiyn:E0170, r=alexcrichtonbors-0/+26
2015-12-13Auto merge of #30314 - fhahn:issue-30299-missing-fields, r=pnkfelixbors-1/+1
2015-12-12Address the review commentsVadim Petrochenkov-1/+7
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-0/+488
2015-12-11Partially undo the fix of issue #30159 in PR #30294 to avoid breakage.Jeffrey Seyfried-4/+0
2015-12-11Do not include generics in suggestion to qualify enum variantsSeo Sanghyeon-0/+26
2015-12-11Make name resolution errors non-fatalNick Cameron-44/+51
2015-12-11Auto merge of #30294 - jseyfried:fix_shadowed_use_visibility, r=nrcbors-0/+26
2015-12-11Auto merge of #30307 - pnkfelix:fix-issue-26656, r=alexcrichtonbors-0/+52
2015-12-11Add name of initializer to missing field message, closes #30299Florian Hahn-1/+1