about summary refs log tree commit diff
path: root/src/test/ui/reachable
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1372/+0
2022-12-11Move testsCaio-0/+107
2022-11-19Use `type_ascribe!` in many UI testsNilstrieb-5/+5
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2021-11-21Replace ! with * in ui test of unary expr reachabilityDavid Tolnay-7/+7
2021-11-21Simplify for loop desugarCameron Steffen-8/+1
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-1/+9
2021-10-15Bless testsCameron Steffen-9/+9
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-2/+2
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-9/+9
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-9/+9
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+25
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+2
2020-03-22Normalize wording of privacy access labelsEsteban Küber-1/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-8/+8
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-8/+8
2020-01-24Normalise notes with the/isvarkor-27/+27
2020-01-16resolve: Point at the private item definitions in privacy errorsVadim Petrochenkov-1/+7
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-22/+29
2019-11-21Gate fallback via `#![feature(never_type_fallback)]`.Mazdak Farrokhzad-3/+4
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-32/+24
2019-10-15Organize `never_type` testsMazdak Farrokhzad-0/+295
2019-09-21Do not trigger unreachable lint in async body and Use span labelsEsteban Küber-226/+122
2019-09-18Some formatting cleanupAaron Hill-1/+1
2019-09-18Make note better when all arms in a `match` divergeAaron Hill-6/+6
2019-09-18Point at original span when emitting unreachable lintAaron Hill-0/+217
2019-09-07Reduce span to function name in unreachable callsShiqing-5/+5
2019-07-06Enforce 'cond: bool' in while-expr + improve reachability diags.Mazdak Farrokhzad-23/+19
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-2/+2
2019-05-10Various test changesMazdak Farrokhzad-6/+16
2019-03-11Update testsVadim Petrochenkov-24/+24
2018-12-25Remove licensesMark Rousskov-259/+54
2018-10-16Remove outdated testvarkor-19/+6
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-5/+16
2018-05-16Remove empty filesJane Lusby-0/+0
2018-05-11unary op filter, dereference hintRoman Stoliar-3/+1
2018-05-11added missing implementation hintRoman Stoliar-0/+2
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-7/+7
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-2/+2
2018-03-14Fix ui test errorsAndrew Cann-1/+1
2018-03-14Make coerce_never lint an errorAndrew Cann-28/+11
2018-03-14stabilise feature(never_type)Andrew Cann-54/+37
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-57/+57
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-12-10Add must-compile-successfully comment to appropriate ui tests.Tommy Ip-0/+4
2017-11-30make coercions to `!` in unreachable code a hard errorAriel Ben-Yehuda-6/+23
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-11/+11
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-49/+50
2017-11-20address review commentsAlex Burka-11/+11