about summary refs log tree commit diff
path: root/src/test/ui/feature-gate/issue-43106-gating-of-builtin-attrs.stderr
AgeCommit message (Expand)AuthorLines
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-01-24Normalise notes with the/isvarkor-2/+2
2020-01-12Fix formatting ellipses at the end of some diagnosticsvarkor-1/+1
2020-01-12Add backticks in appropriate placesvarkor-2/+2
2019-11-02Update error annotations in tests that successfully compileTomasz Miąsko-201/+201
2019-10-17Plugins deprecation: don’t suggest simply removing the attributeSimon Sapin-12/+12
2019-10-03plugin_registrary: use normal deprecation instead of hard coded warning.Mazdak Farrokhzad-203/+239
2019-09-14Warn on no_start, crate_id attribute useMark Rousskov-0/+14
2019-07-31Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]`Vadim Petrochenkov-197/+197
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-1/+1
2019-07-21normalize use of backticks in compiler messages for librustc_lintSamy Kacimi-35/+35
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-06-16compiletest: Remove `skip-codegen`Vadim Petrochenkov-200/+204
2019-05-14Update ui testsOliver Scherer-6/+0
2019-04-15Update testJohn Kåre Alsaker-179/+185
2019-03-11Update testsVadim Petrochenkov-14/+14
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-503/+376
2018-12-25Remove licensesMark Rousskov-214/+214
2018-11-07Replaced use of `#[rustc_error]` with `// skip-codegen`.Felix S. Klock II-7/+1
2018-10-06rustc: Allow `#[no_mangle]` anywhere in a crateAlex Crichton-131/+121
2018-08-05Convert unknown_features lint into an errorvarkor-214/+214
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-213/+223
2018-06-06Expand output and suggestions, fix testsEsteban Küber-142/+187
2018-05-01Fix an error from "unused" lint + Fix rebaseVadim Petrochenkov-81/+73
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-247/+213
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-81/+73
2018-03-16Update testsJohn Kåre Alsaker-0/+2
2018-02-26Update UI testsVadim Petrochenkov-829/+829
2018-01-07Remove deprecated unstable attribute `#[simd]`Robin Kruppe-447/+411
2017-12-09Resolve type on return type suggestionEsteban Küber-1/+1
2017-12-07Migrate a few feature gate tests to uiest31-0/+1354