about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-01-18Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrcbors-109/+1
2016-01-18simplify E0308 message for primitive typeskalita.alexey-109/+1
2016-01-17Expand the macro in variance-btree-invariant-types.rs to make compiletest rec...Jonathan S-36/+43
2016-01-17Fix and test variance of BTreeMap and its companion structs.Jonathan S-0/+56
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-3/+8
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-0/+19
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+8
2016-01-16Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturonbors-46/+150
2016-01-16Add regression tests for #29859. However #29859 is not fully fixed.Niko Matsakis-0/+84
2016-01-16Implement a hacky version of the DAG support we ultimately want, leavingNiko Matsakis-3/+2
2016-01-16Detect cycles and specialize error reporting for Sized. It is importantNiko Matsakis-44/+65
2016-01-16Auto merge of #30930 - oli-obk:fix/30887, r=arielb1bors-7/+90
2016-01-16Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichtonbors-29/+107
2016-01-15Auto merge of #30878 - brson:raw-pointer-derive, r=brsonbors-0/+110
2016-01-15Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats...bors-8/+127
2016-01-15Auto merge of #30773 - fhahn:test-fix, r=alexcrichtonbors-11/+13
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-29/+107
2016-01-15move const block checks before lowering stepOliver Schneider-7/+90
2016-01-14Support generic associated constsMichael Wu-8/+127
2016-01-14rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-0/+110
2016-01-13s/HARD ERROR/hard error/ -- perhaps the warning is enoughNiko Matsakis-43/+43
2016-01-12Fix test cases accordinglyNiko Matsakis-1/+43
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-0/+19
2016-01-11Rollup merge of #30694 - pnkfelix:issue-25658-real-first-follow, r=nrcSimonas Kazlauskas-20/+8
2016-01-11Rollup merge of #30538 - oli-obk:kill_unsigned_unary_negation, r=pnkfelixSimonas Kazlauskas-15/+115
2016-01-11Auto merge of #30676 - nikomatsakis:issue-29857, r=arielb1bors-7/+192
2016-01-11Auto merge of #30753 - pnkfelix:downgrade-29383-struct-warnings-to-errors, r=...bors-4/+6
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-15/+115
2016-01-08permit coercions if `[error]` is found in either typeNiko Matsakis-2/+2
2016-01-08Change error scheme so that if projection fails we generate `A::B` instead of...Niko Matsakis-8/+35
2016-01-08Make coherence more tolerant of error types.Niko Matsakis-0/+158
2016-01-08Rollup merge of #30584 - GuillaumeGomez:new_handles, r=pnkfelixSteve Klabnik-0/+12
2016-01-08The lint warnings are not reported since we report the errors first and then ...Felix S. Klock II-2/+0
2016-01-08Add new help messages for E0425Guillaume Gomez-0/+12
2016-01-08update test to reflect other sources of brokenness in it under newFelix S. Klock II-1/+6
2016-01-07updated test to reflect loosening of check (for issue #30379).Felix S. Klock II-2/+6
2016-01-07After RFC amendment 1384, FOLLOW(pat) includes `|`, so update tests accordingly.Felix S. Klock II-1/+0
2016-01-07Updated future-proofing test, removed outdated test, and addedFelix S. Klock II-18/+2
2016-01-07Fix tests that used `// | help:` annotationsFlorian Hahn-11/+13
2016-01-07Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r...bors-0/+19
2016-01-07Auto merge of #30723 - nrc:macro-err-bug, r=Manishearthbors-0/+26
2016-01-06Auto merge of #30654 - nrc:panictry, r=brsonbors-2/+1
2016-01-06Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mwbors-0/+354
2016-01-06Fix dependency graph test cases to have correct commments and use -Z incr-compNiko Matsakis-6/+22
2016-01-06Fix tidy errorsNiko Matsakis-3/+2
2016-01-05Add assert-dep-graph testing mechanism and testsNiko Matsakis-0/+339
2016-01-05convert from hard error to future-incompatible lintNiko Matsakis-0/+17
2016-01-06Cancel an error before it panicsNick Cameron-0/+26
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-0/+2
2016-01-04Add test for "malformed macro lhs" and change back span_bug to span_fatalGuillaume Gomez-0/+17