about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2017-06-29Move unsized_tuple_coercion behind a feature gate.Masaki Hara-0/+24
2017-06-29Add unsized tuple coercions.Masaki Hara-0/+109
2017-06-29Check explicitly that tuple initializer is Sized.Masaki Hara-0/+1
2017-06-29Change some terminology around keywords and reserved identifierspetrochenkov-2/+2
2017-06-29Make `$crate` a keywordVadim Petrochenkov-0/+68
2017-06-29Auto merge of #42887 - GuillaumeGomez:remove-err-methods, r=nikomatsakisbors-0/+31
2017-06-29Rollup merge of #42953 - estebank:fix-20729, r=petrochenkovAriel Ben-Yehuda-40/+0
2017-06-29Rollup merge of #42886 - durka:pplmm-mwe, r=petrochenkovAriel Ben-Yehuda-0/+36
2017-06-29Rollup merge of #42219 - pwoolcoc:add-allow-fail-to-libtest, r=GuillaumeGomezAriel Ben-Yehuda-0/+17
2017-06-29Add E0620Guillaume Gomez-0/+13
2017-06-29Add E0619Guillaume Gomez-0/+18
2017-06-29Auto merge of #42642 - venkatagiri:issue_42312, r=nikomatsakisbors-6/+25
2017-06-28Move type parameter shadowing test to `ui`Esteban Küber-40/+0
2017-06-28rustc_typeck: use body-id of type-checking item in need_type_infoVenkata Giri Reddy-2/+2
2017-06-28Auto merge of #42850 - estebank:unwanted-return-rotj, r=nikomatsakisbors-258/+0
2017-06-28rustc_typeck: enforce argument type is sizedVenkata Giri Reddy-4/+23
2017-06-27syntax: allow negative integer literal expression to be interpolated as patternAlex Burka-0/+36
2017-06-27tests: work around fallout from normalizing signatures separately.Eduard-Mihai Burtescu-0/+10
2017-06-27rustc_typeck: support functions in variance computation.Eduard-Mihai Burtescu-68/+4
2017-06-27rustc: move the PolyFnSig out of TyFnDef.Eduard-Mihai Burtescu-2/+2
2017-06-26Simplify `hygiene::Mark` application, andJeffrey Seyfried-2/+1
2017-06-24Add compile-fail test for the new feature gatePaul Woolcock-0/+17
2017-06-24wording improvementGuillaume Gomez-18/+14
2017-06-24Add E0607Guillaume Gomez-0/+14
2017-06-24Add E0606Guillaume Gomez-0/+13
2017-06-24Add E0605Guillaume Gomez-0/+19
2017-06-24Add E0604Guillaume Gomez-0/+13
2017-06-24Auto merge of #42724 - Mark-Simulacrum:tests, r=alexcrichtonbors-0/+288
2017-06-23Move tests to `ui`Esteban Küber-258/+0
2017-06-23Add tests for a few issues.Mark Simulacrum-0/+288
2017-06-23Rollup merge of #42833 - durka:non-constant-used-with-constant, r=Mark-Simula...Mark Simulacrum-21/+3
2017-06-23Auto merge of #42304 - Mark-Simulacrum:issue-37157, r=nikomatsakisbors-138/+13
2017-06-22Auto merge of #42614 - GuillaumeGomez:new-error-codes, r=pnkfelixbors-3/+117
2017-06-22remove duplicate E0435 testAlex Burka-19/+1
2017-06-22change span label for E0435 (fix #41871)Alex Burka-2/+2
2017-06-22Auto merge of #42634 - Zoxc:for-desugar2, r=nikomatsakisbors-0/+19
2017-06-22Auto merge of #42682 - alexcrichton:jobserver, r=michaelwoeristerbors-17/+58
2017-06-21Rollup merge of #42620 - wesleywiser:compile_error, r=brsonCorey Farwell-0/+28
2017-06-21Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichtonCorey Farwell-3/+1
2017-06-21Integrate jobserver support to parallel codegenAlex Crichton-17/+58
2017-06-21Auto merge of #42076 - alex-ozdemir:master, r=nrcbors-109/+136
2017-06-20Show type name for unused_must_use lintSeo Sanghyeon-4/+4
2017-06-19Add compile_error!Wesley Wiser-0/+28
2017-06-18Update transmute size lints.Mark Simulacrum-138/+13
2017-06-18Add tests for various issuesMalo Jaffré-0/+124
2017-06-17Auto merge of #42649 - estebank:if-cond, r=nikomatsakisbors-48/+0
2017-06-16Auto merge of #41840 - arielb1:deduplicate-selection-errors, r=nikomatsakisbors-37/+19
2017-06-16Rollup merge of #42656 - VBChunguk:struct-field-attributes, r=nikomatsakisCorey Farwell-24/+0
2017-06-16Rollup merge of #42654 - GuillaumeGomez:error-codes-new, r=QuietMisdreavusCorey Farwell-2/+22
2017-06-16Auto merge of #42568 - GuillaumeGomez:E0608, r=QuietMisdreavusbors-9/+22