about summary refs log tree commit diff
path: root/src/test/ui/deprecation
AgeCommit message (Expand)AuthorLines
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-06-15Use last segmenthi-rustin-3/+2
2021-06-15shrinking the deprecated method spanhi-rustin-59/+93
2021-06-04Added a new test demonstrating the issue requiring revertRich Kadel-0/+18
2021-06-04Revert "shrinking the deprecated method span"Rich Kadel-94/+66
2021-05-24shrinking the deprecated method spanhi-rustin-66/+94
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-05-07shrinking the deprecated method spanhi-rustin-32/+70
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-129/+126
2021-02-10Inherit `#[stable(..)]` annotations in enum variants and fields from its itemEsteban Küber-10/+8
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-7/+18
2020-11-02Improve deprecation attribute diagnostic messages.Mara Bos-9/+5
2020-11-01Add test for #[deprecated] attribute on trait impl block.Mara Bos-1/+18
2020-11-01Use the right span for errors about #[deprecated] attributes.Mara Bos-5/+11
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+2
2020-07-26report kind of deprecated item in messageAndy Russell-309/+309
2020-04-23Moving more build-pass tests to check-passVal Markovic-2/+2
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+8
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-2/+2
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-2/+2
2020-01-24Normalise notes with the/isvarkor-6/+6
2020-01-12Fix formatting ellipses at the end of some diagnosticsvarkor-1/+1
2020-01-12Add backticks in appropriate placesvarkor-8/+6
2019-11-15find_deprecation: deprecation attr may be ill-formed meta.Mazdak Farrokhzad-0/+19
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-0/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+1
2019-10-11test: extend derive_on_deprecated to include more derivationsDan Aloni-0/+6
2019-10-01Update ui testsGuillaume Gomez-1/+1
2019-09-30update ui testsGuillaume Gomez-1/+1
2019-09-08Update test stderr with results of enabling unused lintsMark Rousskov-1/+1
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-1/+1
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-2/+2
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-4/+4
2019-06-05Reblessed tests.Alexander Regueiro-1/+1
2019-06-05Addressed points raised in review.Alexander Regueiro-2/+2
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-3/+11
2019-04-23Update ui testsvarkor-1/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-2/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-24replace redundant note in deprecation warningAndy Russell-5/+71
2019-03-16Don't report deprecation lints in derive expansionsOliver Scherer-0/+18
2019-03-15rustc: provide DisambiguatedDefPathData in ty::print.Eduard-Mihai Burtescu-2/+2
2019-03-11Update testsVadim Petrochenkov-100/+100
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-57/+95
2019-02-13Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkovMazdak Farrokhzad-4/+34
2019-02-11Add a test for rustc_deprecatedvarkor-0/+29
2019-02-11Do not apply future deprecation warning for #[deprecated]varkor-57/+66
2019-02-05allow shorthand syntax for deprecation reasonAndy Russell-4/+34
2019-01-30Add suggestions to deprecation lintsOliver Scherer-0/+34
2018-12-25Remove licensesMark Rousskov-244/+144