about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-01-30Add missings NOTE and HELP annotations to testsFlorian Hahn-9/+32
2016-01-29Auto merge of #31212 - jseyfried:fix_ICE_in_resolve, r=nrcbors-0/+20
2016-01-29Auto merge of #31144 - jseyfried:remove_import_ordering_restriction, r=nrcbors-21/+0
2016-01-28Add test for #31212Jeffrey Seyfried-0/+20
2016-01-27Auto merge of #31089 - fhahn:macro-ice, r=pnkfelixbors-0/+286
2016-01-27Add NOTE test annotationsFlorian Hahn-5/+14
2016-01-27Auto merge of #31020 - regexident:fix_16884, r=brsonbors-8/+32
2016-01-26Add interpolated_or_expr_span macro and pass lo to newly added parse_dot_suffixFlorian Hahn-1/+1
2016-01-26Use interpolated token span when building spans for bigger expressionsFlorian Hahn-4/+4
2016-01-26Update testsFlorian Hahn-4/+6
2016-01-26Update expression span when transcribing macro argsFlorian Hahn-0/+275
2016-01-26Rollup merge of #31152 - durka:ty-follow-bracket, r=pnkfelixManish Goregaokar-0/+122
2016-01-26Auto merge of #31065 - nrc:ident-correct, r=pnkfelixbors-15/+38
2016-01-25Auto merge of #30899 - oli-obk:non-local-const-fn, r=pnkfelixbors-27/+0
2016-01-23thorough follow-set testsAlex Burka-0/+122
2016-01-23Rollup merge of #31031 - brson:issue-30123, r=nikomatsakisSteve Klabnik-0/+19
2016-01-23Resolve: stop requiring that use declarations precede statements in blocksJeffrey Seyfried-21/+0
2016-01-23Auto merge of #31126 - arielb1:remote-errors, r=eddybbors-0/+19
2016-01-22astconv: don't use as_local_node_id for ids in a DefAriel Ben-Yehuda-0/+19
2016-01-22Auto merge of #31087 - nikomatsakis:incr-comp-fulfillment-cache, r=arielb1bors-6/+52
2016-01-21Refined error message to truncate at 3 and hint at number of hidden patterns ...Vincent Esche-5/+6
2016-01-21resolve: Fix variant namespacingVadim Petrochenkov-2/+51
2016-01-21Indicate that trans is always dependent on typeckNiko Matsakis-4/+50
2016-01-21Revamp the fulfillment cache tracking to only cache trait-refs, whichNiko Matsakis-2/+2
2016-01-22testNick Cameron-0/+19
2016-01-22test falloutNick Cameron-15/+19
2016-01-21Auto merge of #31010 - petrochenkov:def, r=arielb1bors-8/+8
2016-01-20Auto merge of #30945 - nagisa:mir-optional-block-dest, r=nikomatsakisbors-1/+73
2016-01-20Auto merge of #30985 - alexcrichton:downgrade-jemaloc, r=brsonbors-2/+2
2016-01-20Refactor definitions of ADTs in rustc::middle::defVadim Petrochenkov-8/+8
2016-01-20Downgrade bundled jemalloc versionAlex Crichton-2/+2
2016-01-20Add tests for various diverging & converging loopsSimonas Kazlauskas-1/+73
2016-01-19Add test for #30123Brian Anderson-0/+19
2016-01-19Refined error message.Vincent Esche-8/+31
2016-01-19Improve error message for non-exhaustive patternsVincent Esche-1/+1
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-17enable cross crate and unsafe const fnOliver Schneider-27/+0
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