about summary refs log tree commit diff
path: root/src/test/ui/unused
AgeCommit message (Expand)AuthorLines
2021-03-09Visit attributes in one go.Camille GILLOT-25/+25
2021-01-30Remove const_in_array_rep_exprkadmin-24/+9
2020-12-07Move some tests to subdirectoriesVadim Petrochenkov-0/+115
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-07-28Make closures and generators a must use typesTomasz Miąsko-2/+117
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-2/+13
2020-02-27Revert "Mark attributes consumed by `check_mod_attrs` as normal"Tomasz Miąsko-57/+0
2020-02-23Mark attributes consumed by `check_mod_attrs` as normalTomasz Miąsko-0/+57
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+2
2020-01-24Normalise notes with the/isvarkor-10/+10
2019-06-08Introduce `#[rustc_dummy]` attribute and use it in testsVadim Petrochenkov-62/+61
2019-03-11Update testsVadim Petrochenkov-28/+28
2018-12-25Remove licensesMark Rousskov-107/+37
2018-10-25List allowed tokens after macro fragmentsEsteban Küber-1/+3
2018-10-15Rollup merge of #55025 - ehuss:missing-lifetime-err-msg, r=petrochenkovManish Goregaokar-1/+1
2018-10-14Unused result warning: "X which must" ↦ "X that must"varkor-12/+12
2018-10-12Add missing lifetime fragment specifier to error message.Eric Huss-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+499