about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2016-10-25Auto merge of #37111 - TimNN:sized-enums, r=nikomatsakisbors-23/+73
2016-10-25adapt testsTim Neumann-2/+2
2016-10-25Add identifier to unused import warningsTaylor Cramer-8/+8
2016-10-25Auto merge of #37360 - jseyfried:fix_label_scope, r=nrcbors-0/+3
2016-10-24Rollup merge of #37324 - GuillaumeGomez:trait_error_message, r=jonathandturnerJonathan Turner-34/+37
2016-10-24add new test caseTim Neumann-0/+68
2016-10-24adapt existing testsTim Neumann-23/+5
2016-10-23Make error E0221 more helpfulMikhail Modin-11/+21
2016-10-22Fix label scopes.Jeffrey Seyfried-0/+3
2016-10-22Reword error when data-less enum variant called as functionEsteban Küber-2/+6
2016-10-21Auto merge of #37174 - mikhail-m1:dnlle, r=jonathandturnerbors-1186/+0
2016-10-21Improve E0277 help messageGuillaume Gomez-34/+37
2016-10-21Auto merge of #37290 - petrochenkov:pnp, r=jseyfriedbors-8/+93
2016-10-20improve "Doesn't live long enough" errorMikhail Modin-1186/+0
2016-10-20Tweak path parsing logicVadim Petrochenkov-8/+93
2016-10-19Future proof `#[no_link]`.Jeffrey Seyfried-1/+1
2016-10-19Rollup merge of #37202 - petrochenkov:pretty, r=nrcEduard-Mihai Burtescu-20/+0
2016-10-19Rollup merge of #37193 - zackmdavis:pluralization_of_expected_type_arguments,...Eduard-Mihai Burtescu-5/+5
2016-10-19Rollup merge of #37117 - pnkfelix:may-dangle-attr, r=nikomatsakisEduard-Mihai Burtescu-1/+40
2016-10-18Fix some pretty printing testsVadim Petrochenkov-20/+0
2016-10-17Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakisbors-1/+1
2016-10-17Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree.Felix S. Klock II-306/+0
2016-10-17Fix Subst construction: use subst from adt_def rather than Drop impl's subst.Felix S. Klock II-0/+73
2016-10-17Auto merge of #37162 - matklad:static-mut-lint, r=jseyfriedbors-2/+5
2016-10-17Use one message for uppercase global lintAleksey Kladov-2/+2
2016-10-15correct erroneous pluralization of '1 type argument' error messagesZack M. Davis-5/+5
2016-10-14Rollup merge of #36307 - faebser:E0408_new_error_format, r=GuillaumeGomezJonathan Turner-6/+8
2016-10-14Lint against lowercase static mutAleksey Kladov-0/+3
2016-10-13Changed error message E0408 to new formatFabian Frei-6/+8
2016-10-12Rollup merge of #37084 - jseyfried:cleanup_expanded_macro_use_scopes, r=nrcAlex Crichton-12/+9
2016-10-12Rollup merge of #36995 - nrc:stable, r=@nikomatsakisAlex Crichton-36/+9
2016-10-12tests for `#[may_dangle]` attribute.Felix S. Klock II-0/+207
2016-10-12Fix bug in test for E0199 and add test for E0198.Felix S. Klock II-1/+20
2016-10-12Require destructors using `#[may_dangle]` to use `unsafe impl`.Felix S. Klock II-0/+46