Vadim Petrochenkov
fff01ccfa8
Do not abort compilation if expansion produces errors
...
Fix a number of uncovered deficiencies in diagnostics
2018-12-27 15:51:36 +03:00
Mark Rousskov
2a663555dd
Remove licenses
2018-12-25 21:08:33 -07:00
Felix S. Klock II
a2e090624e
Removed #[rustc_error] from tests that are all // compile-pass.
...
I also added `// skip-codegen` to each one, to address potential concerns
that this change would otherwise slow down our test suite spending time
generating code for files that are really just meant to be checks of
compiler diagnostics.
(However, I will say: My preference is to not use `// skip-codegen` if
one can avoid it. We can use all the testing of how we drive LLVM that
we can get...)
(Updated post rebase.)
2018-11-07 13:09:52 +01:00
bors
fa45602b71
Auto merge of #54929 - csmoe:cfg_lint, r=petrochenkov
...
Suggest to remove prefix `b` in cfg attribute lint string
Closes #54926
r? @estebank
2018-10-26 21:46:13 +00:00
Matthias Krüger
4972beaf65
fix typos in various places
2018-10-23 15:56:25 +02:00
Esteban Kuber
81a609bd4c
add expected error comment
...
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-23 09:03:35 +08:00
Esteban Kuber
82b86e53e0
add expected error comment
...
Co-Authored-By: csmoe <csmoe@msn.com>
2018-10-23 09:03:11 +08:00
csmoe
a76690f6a4
optimize unsupported literal diag message
2018-10-22 20:28:37 +08:00
csmoe
fb7c76bad5
update meta item checking test
2018-10-20 11:11:31 +08:00
varkor
f5b89062f6
Unused result warning: "X which must" ↦ "X that must"
2018-10-14 18:25:30 +01:00
Havvy (Ryan Scheel)
35e6c65628
cfg_attr_multi: Feature gate
2018-10-07 02:08:24 -07:00
Havvy (Ryan Scheel)
1a867dc346
cfg_attr_multi: Basic implementation
...
Does not implement the warning or a feature flag.
2018-10-05 17:29:17 -07:00
Havvy (Ryan Scheel)
9568ec6bef
Move conditional configuration related UI tests into their own directory
2018-10-05 00:13:23 -07:00