about summary refs log tree commit diff
path: root/src/test/ui/feature-gate
AgeCommit message (Expand)AuthorLines
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-0/+4
2018-12-25Remove licensesMark Rousskov-435/+265
2018-11-11Fix typos.Bruce Mitchener-1/+1
2018-11-07Removed `#[rustc_error]` from tests that are all `// compile-pass`.Felix S. Klock II-14/+4
2018-11-07Replaced use of `#[rustc_error]` with `// skip-codegen`.Felix S. Klock II-15/+9
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-132/+121
2018-09-10Feature gate non-builtin attributes in inner attribute positionVadim Petrochenkov-0/+2
2018-08-05Convert unknown_features lint into an errorvarkor-225/+219
2018-08-05Turn the duplicate feature lint into an errorvarkor-15/+9
2018-08-05Add a test for feature attribute consistencyvarkor-0/+41
2018-08-05Add test for duplicate featuresvarkor-0/+40
2018-08-05Add a test for unknown featuresvarkor-0/+29
2018-07-14Lint the use of async as an identifierOliver Schneider-14/+14
2018-06-06Do not account for inner/outer attrEsteban Küber-2/+2
2018-06-06Use consistent span for repr attr suggestionEsteban Küber-2/+2
2018-06-06Change repr documentation linkEsteban Küber-6/+6
2018-06-06Add `transparent` as valid `repr` hintEsteban Küber-6/+6
2018-06-06Turn warning into lintEsteban Küber-214/+226
2018-06-06Expand output and suggestions, fix testsEsteban Küber-142/+192
2018-05-01Fix an error from "unused" lint + Fix rebaseVadim Petrochenkov-81/+73
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-267/+213
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-82/+73
2018-04-27Allow #[inline] on closuresAmanieu d'Antras-18/+18
2018-04-15don't see issue #0Zack M. Davis-0/+27
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-1/+1
2018-03-16Update testsJohn Kåre Alsaker-0/+4
2018-03-14Add backticks to `main` not found errors.Eric Huss-6/+6
2018-03-14Add suggestion where to add main function.Eric Huss-0/+4
2018-03-14Add empty main() to tests where it is missing.Eric Huss-27/+20
2018-03-14Add crate name to "main function not found" error message.Eric Huss-8/+8
2018-03-14update testsGuillaume Gomez-9/+9
2018-02-26Update UI testsVadim Petrochenkov-1/+1
2018-02-26Update UI testsVadim Petrochenkov-883/+883
2018-02-25Update ui testsGuillaume Gomez-0/+9
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-01-13rustc: Refactor attribute checking to operate on HIRAlex Crichton-2/+2
2018-01-07Remove deprecated unstable attribute `#[simd]`Robin Kruppe-466/+411
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-3/+3
2017-12-09Resolve type on return type suggestionEsteban Küber-1/+1
2017-12-07Migrate a few feature gate tests to uiest31-0/+2947