about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2016-11-09Auto merge of #37678 - eddyb:rollup, r=eddybbors-35/+30
2016-11-09Show one error for duplicated type definitionsEsteban Küber-12/+1
2016-11-10rustc_typeck: correctly track "always-diverges" and "has-type-errors".Eduard Burtescu-35/+30
2016-11-09Auto merge of #37603 - arielb1:max-slice-length, r=nikomatsakisbors-0/+24
2016-11-09Auto merge of #37670 - eddyb:rollup, r=eddybbors-291/+9
2016-11-09Rollup merge of #37428 - estebank:generic-type-error-span, r=sanxiynEduard-Mihai Burtescu-2/+2
2016-11-09Rollup merge of #37370 - estebank:signature-2-empire-strikes-back, r=nikomats...Eduard-Mihai Burtescu-203/+0
2016-11-09Auto merge of #36520 - estebank:dataless-enum, r=brsonbors-2/+6
2016-11-08Group unused import warnings per path listEsteban Küber-2/+3
2016-11-08Point to type argument span when used as traitEsteban Küber-2/+2
2016-11-09Improve "Doesn't live long enough" errorMikhail Modin-62/+0
2016-11-08Partially stabilize RFC 1506 "Clarify relationships between ADTs"Vadim Petrochenkov-85/+6
2016-11-08Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakisbors-21/+0
2016-11-06Auto merge of #37506 - jseyfried:improve_shadowing_checks, r=nrcbors-0/+37
2016-11-06Make E0243/0244 message consistent with E0107sinkuu-25/+25
2016-11-05Include type of missing trait methods in errorEsteban Küber-203/+0
2016-11-05Fix tests from the rollupAlex Crichton-1/+2
2016-11-05Merge branch 'selfgate' of https://github.com/petrochenkov/rust into rollupAlex Crichton-0/+35
2016-11-05Rollup merge of #37564 - Mark-Simulacrum:sized-ice, r=eddybAlex Crichton-0/+16
2016-11-05Rollup merge of #37501 - alexcrichton:windows-subsystem, r=brsonAlex Crichton-0/+29
2016-11-05_match: correct max_slice_length logicAriel Ben-Yehuda-0/+24
2016-11-04Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelixbors-194/+55
2016-11-03Fix invalid "ref mut mut" sugestionEsteban Küber-30/+0
2016-11-03Fix ICE when querying DefId on Def::Err.Mark-Simulacrum-0/+16
2016-11-03Add feature gate for Self and associated types in struct expressions and patt...Vadim Petrochenkov-0/+35
2016-11-03Stabilize `..` in tuple (struct) patternsVadim Petrochenkov-21/+0
2016-11-02Add regression test.Jeffrey Seyfried-0/+37
2016-11-01move compile-fail tests to ui testsNiko Matsakis-192/+0
2016-11-01update test error messagesNiko Matsakis-13/+14
2016-11-01compare-method lintNiko Matsakis-0/+2
2016-11-01cleanup error reporting and add `ui` testsNiko Matsakis-54/+0
2016-11-01elaborate `T: 'a` dependenciesNiko Matsakis-0/+66
2016-11-01introduce fn-ctxt so we can invoke regionck codeJared Roesch-0/+38
2016-11-01Improve "Doesn't live long enough" errorMikhail Modin-394/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-53/+53
2016-10-31rustc: Add knowledge of Windows subsystems.Alex Crichton-0/+29
2016-10-29Auto merge of #37378 - petrochenkov:nopat, r=eddybbors-0/+23
2016-10-28Rollup merge of #37430 - robinst:missing-crate-message-add-semicolon, r=eddybGuillaume Gomez-3/+3
2016-10-28Rollup merge of #36206 - mcarton:35755, r=pnkfelixGuillaume Gomez-0/+23
2016-10-28Fix bad error message with `::<` in typesmcarton-0/+23
2016-10-27Address comments + Fix rebaseVadim Petrochenkov-6/+44
2016-10-27Support `Self` in struct expressions and patternsVadim Petrochenkov-0/+47
2016-10-27Preparations and cleanupVadim Petrochenkov-61/+76
2016-10-27Auto merge of #36894 - petrochenkov:deny, r=nikomatsakisbors-28/+16
2016-10-27Make sufficiently old or low-impact compatibility lints deny-by-defaultVadim Petrochenkov-28/+16
2016-10-27Auto merge of #37128 - nrc:depr-attr, r=@alexcrichtonbors-1/+18
2016-10-26Auto merge of #11994 - eddyb:struct-literal-field-shorthand, r=nrcbors-0/+72
2016-10-27Add semicolon to "Maybe a missing `extern crate foo`" messageRobin Stocker-3/+3
2016-10-27review changesNick Cameron-1/+1
2016-10-26Auto merge of #36695 - arielb1:literal-match, r=eddybbors-16/+97