summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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-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-04Auto merge of #37167 - nikomatsakis:jroesch-issue-18937, r=pnkfelixbors-194/+55
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
2016-10-27Implement field shorthands in struct literal expressions.Eduard Burtescu-0/+72
2016-10-27deprecation message for custom deriveNick Cameron-1/+3
2016-10-27deprecate no_debugNick Cameron-0/+15
2016-10-26Rollup merge of #37396 - mikhail-m1:e0221, r=jonathandturnerGuillaume Gomez-11/+21
2016-10-26Rollup merge of #37394 - cramertj:cramertj/unused-import-with-id, r=Guillaume...Guillaume Gomez-8/+8
2016-10-27add back test for issue #6804Ariel Ben-Yehuda-0/+34
2016-10-26flatten nested slice patterns in HAIR constructionAriel Ben-Yehuda-0/+16
2016-10-26handle mixed byte literal and byte array patternsAriel Ben-Yehuda-0/+73
2016-10-26remove StaticInliner and NaN checkingAriel Ben-Yehuda-43/+1
2016-10-26change match checking to use HAIRAriel Ben-Yehuda-4/+4
2016-10-26Prohibit patterns in trait methods without bodiesVadim Petrochenkov-0/+23
2016-10-25Auto merge of #36421 - TimNN:check-abis, r=alexcrichtonbors-2/+2
2016-10-25Auto merge of #37361 - jseyfried:fix_crate_var_regressions, r=nrcbors-0/+42
2016-10-25Avoid false positive `unused_extern_crates`.Jeffrey Seyfried-0/+2
2016-10-25Support `use $crate;` with a future compatibility warning.Jeffrey Seyfried-0/+33
2016-10-25Fix `$crate`-related regressions.Jeffrey Seyfried-0/+7