about summary refs log tree commit diff
path: root/src/test/ui/stability-attribute
AgeCommit message (Collapse)AuthorLines
2020-04-24Remove redundant `descr`/`descriptive_variant` methods from HIR.Eduard-Mihai Burtescu-2/+2
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2020-02-06Forbid using `0` as issue numberYuki Okushi-2/+3
2020-01-30clarify "incorrect issue" errorAndy Russell-4/+6
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-12/+12
2019-12-13Require stable/unstable annotations for the constness of all stable ↵Oliver Scherer-8/+7
functions with a `const` modifier
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-1/+1
2019-09-28Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebankMazdak Farrokhzad-6/+8
Add E0734 and its long explanation Part of https://github.com/rust-lang/rust/issues/61137
2019-09-27Update ui testsGuillaume Gomez-6/+8
2019-09-26Add test for E0543Guillaume Gomez-8/+18
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-2/+2
https://github.com/rust-lang/rust/issues/60532
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-18/+18
- Handle empty `cfg_attr` attribute - Reword empty `derive` attribute error - Use consistend error message: "malformed `attrname` attribute input" - Provide suggestions when possible - Move note/help to label/suggestion - Use consistent wording "ill-formed" -> "malformed" - Move diagnostic logic out of parser
2019-04-23Update ui testsvarkor-2/+2
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+2
2019-04-11Reword tracking issue noteEsteban Küber-2/+2
2019-04-10Tweak unstable diagnostic outputEsteban Küber-4/+6
2019-03-11Update testsVadim Petrochenkov-34/+34
2019-02-07Improve the error messages for missing stability attributesvarkor-6/+21
This makes the capitalisation consistent and provides more context (especially for missing top-level attributes).
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-90/+99
2018-12-25Remove licensesMark Rousskov-116/+36
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+483