summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-01-16rustc: Fix bugs in renamed and removed lints and re-add raw_pointer_deriveBrian Anderson-0/+110
2016-01-12Add test for "malformed macro lhs" and change back span_bug to span_fatalGuillaume Gomez-0/+17
2016-01-12Merge pull request #30847 from nikomatsakis/issue-29857-betaBrian Anderson-5/+60
2016-01-12The lint warnings are not reported since we report the errors first and then ...Felix S. Klock II-2/+0
2016-01-12updated test to reflect loosening of check (for issue #30379).Felix S. Klock II-2/+6
2016-01-11permit coercions if `[error]` is found in either typeNiko Matsakis-1/+1
2016-01-11Change error scheme so that if projection fails we generate `A::B` instead of...Niko Matsakis-5/+60
2015-12-07Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatchbors-1/+19
2015-12-06Auto merge of #30241 - Manishearth:diag-30236, r=eddybbors-0/+18
2015-12-06Correct span for unused type parameter error in type alias (fixes #30236)Manish Goregaokar-0/+18
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-18/+9
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-18/+9
2015-12-05fix const index feature-gate regressionOliver Schneider-1/+19
2015-12-05Auto merge of #30102 - jFransham:feature/better-lifetime-errors, r=Manishearthbors-1/+5
2015-12-04Auto merge of #30084 - oli-obk:const_fn, r=pnkfelixbors-2/+3
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-0/+203
2015-12-02Auto merge of #30133 - jseyfried:fix_regression, r=alexcrichtonbors-0/+22
2015-12-01Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakisbors-1/+60
2015-12-01Update lifetime compile testsJack Fransham-1/+5
2015-12-01Add test for #30089Jeffrey Seyfried-0/+22
2015-11-30Added test for attributes on parens hir folderMarvin Löbel-0/+34
2015-11-30Added a test for #[cfg] on non-optional positionsMarvin Löbel-0/+18
2015-11-28Auto merge of #29383 - petrochenkov:empstr, r=pnkfelixbors-46/+85
2015-11-27Auto merge of #30064 - fhartwig:macro-suggestions, r=sanxiynbors-0/+14
2015-11-27implement calling of `const fn`-methods in true constantsOliver Schneider-2/+3
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-0/+151
2015-11-26fix tidyAriel Ben-Yehuda-2/+2
2015-11-26Add '!' to macro name suggestion, use fileline_help instead of span_helpFlorian Hartwig-1/+1
2015-11-26Auto merge of #30015 - petrochenkov:staged, r=brsonbors-20/+0
2015-11-26Add test for macro suggestionsFlorian Hartwig-0/+14
2015-11-25Add a testJonas Schievink-0/+17
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-7/+0
2015-11-25Remove `#[staged_api]`Vadim Petrochenkov-13/+0
2015-11-25Auto merge of #30011 - jonas-schievink:macro-context, r=nrcbors-1/+53
2015-11-24Fix test failuresJonas Schievink-5/+5
2015-11-24Auto merge of #29934 - arielb1:constrained-projection-2, r=nikomatsakisbors-0/+30
2015-11-24Auto merge of #30000 - Manishearth:unreachable-call, r=nrcbors-0/+32
2015-11-24Fix unreachable code in libsyntaxManish Goregaokar-5/+0
2015-11-24Auto merge of #30001 - Detegr:master, r=Manishearthbors-0/+17
2015-11-24Make unreachable_code lint warn on diverging call arguments as wellManish Goregaokar-0/+37
2015-11-23Auto merge of #29952 - petrochenkov:depr, r=brsonbors-29/+29
2015-11-23Print the macro context name on incomplete parseJonas Schievink-1/+53
2015-11-23Add compile-fail test for issue #10969Antti Keränen-0/+17
2015-11-23Auto merge of #29530 - jseyfried:resolve, r=nikomatsakisbors-6/+6
2015-11-22Look up macro names as well when suggesting replacements for function resolve...Manish Goregaokar-0/+13
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-29/+29
2015-11-20Auto merge of #29534 - oli-obk:fix/const_fn_eval, r=dotdashbors-0/+24
2015-11-20add feature gate `const_indexing`Oliver Schneider-0/+4
2015-11-19constrained_type_params: make projections depend on their trait-refAriel Ben-Yehuda-0/+30
2015-11-19Add special case for `UnitVariant(..)` patternsVadim Petrochenkov-3/+5