about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-61897/+0
2018-08-14rustc_resolve: fix special-case for one-segment import paths.Eduard-Mihai Burtescu-12/+12
2018-08-11Feature gate arbitrary tokens in non-macro attributes with a separate gateVadim Petrochenkov-19/+15
2018-08-10Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakisbors-1/+1
2018-08-08Auto merge of #53053 - petrochenkov:custattr, r=alexcrichtonbors-9/+5
2018-08-07Add feature gate checksOliver Schneider-0/+2
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-2/+2
2018-08-07Special case error message for thread-local statics.David Wood-1/+1
2018-08-06Address review commentsVadim Petrochenkov-3/+3
2018-08-06Enable macro modularization implicitly if one of "advanced" macro features is...Vadim Petrochenkov-5/+1
2018-08-06Support custom attributes when macro modularization is enabledVadim Petrochenkov-1/+1
2018-08-06Auto merge of #53115 - davidtwco:issue-52739, r=nikomatsakisbors-2/+2
2018-08-06Disable some nice region errors in NLL mode.David Wood-2/+2
2018-08-06Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboatsbors-226/+227
2018-08-06Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal...bors-3/+3
2018-08-05Fix 2018 edition testsvarkor-9/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-1/+1
2018-08-05Convert unknown_features lint into an errorvarkor-3/+5
2018-08-05Fix test/compile-failvarkor-213/+221
2018-08-03Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJungbors-1/+1
2018-08-02Auto merge of #52841 - petrochenkov:premacro, r=alexcrichtonbors-37/+2
2018-08-02Second field of ScalarPair can be undef in some casesOliver Schneider-1/+1
2018-08-01Rollup merge of #52930 - eddyb:issue-52489, r=cramertjPietro Albini-0/+30
2018-08-01resolve: Implement prelude search for macro pathsVadim Petrochenkov-37/+2
2018-08-01rustc_resolve: record single-segment extern crate import resolutions.Eduard-Mihai Burtescu-0/+30
2018-07-31rustc: Handle linker diagnostic from LLVMAlex Crichton-0/+52
2018-07-29resolved upstream merge conflictsBrad Gibson-13534/+1053
2018-07-29Move a test that depends on the arch bitwidth to compile-failOliver Schneider-0/+89
2018-07-29Sanity-check all constantsOliver Schneider-2/+1
2018-07-28Auto merge of #52546 - nikomatsakis:issue-52050, r=pnkfelixbors-0/+42
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-67/+0
2018-07-26move mir_check_* to ui tests, add adjusted referencesNiko Matsakis-120/+0
2018-07-22Point at internal span in format stringEsteban Küber-67/+0
2018-07-21dead-code lint: say "constructed" for structsZack M. Davis-3/+3
2018-07-21do not overwrite child def-id in place but rather remove/insertNiko Matsakis-0/+42
2018-07-20Update tests for new NLL mutability errorsMatthew Jasper-5/+5
2018-07-17Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obkbors-12817/+4
2018-07-16Return tests that have platform dependant outputEsteban Küber-0/+102
2018-07-16ExprKindcsmoe-1/+1
2018-07-15Fix testsEsteban Küber-0/+106
2018-07-15Move some `compile-fail` tests to `ui`Esteban Küber-13021/+0
2018-07-14structured suggestion for renamed-and-removed-lintsZack M. Davis-4/+4
2018-07-14Auto merge of #52318 - TheDarkula:master, r=oli-obkbors-0/+17
2018-07-14Removed the promotable field from CheckCrateVisitor and replaced it with the ...Meade Kincke-0/+17
2018-07-11Rollup merge of #52207 - RalfJung:unsafety-errors, r=estebankMark Rousskov-71/+28
2018-07-11Rollup merge of #52231 - lqd:error_mesg, r=GuillaumeGomezGuillaume Gomez-79/+79
2018-07-11Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelixbors-0/+24
2018-07-11add test for #52213Ariel Ben-Yehuda-0/+24
2018-07-10Fix typo in error message E0277Rémy Rakic-79/+79
2018-07-10Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichtonbors-0/+101