about summary refs log tree commit diff
path: root/src/test/ui/rust-2018
AgeCommit message (Expand)AuthorLines
2022-01-27Improve suggestion for escaping reserved keywordsNoah Lev-2/+2
2022-01-23Remove deduplication of early lintsAaron Hill-14/+269
2021-12-01Improve suggestion for extern crate self error messageMichael-4/+20
2021-11-20Clarify error messages caused by re-exporting `pub(crate)` visibility to outsideKen Matsui-2/+2
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-4/+4
2021-10-25Edit error messages for rustc_resolve::AmbiguityKind variantspierwill-10/+20
2021-10-17Rollup merge of #89738 - eddyb:extern-crate-recursion, r=nagisaMatthias Krüger-0/+66
2021-10-15Bless testsCameron Steffen-2/+2
2021-10-10ty::pretty: prevent infinite recursion for `extern crate` paths.Eduard-Mihai Burtescu-0/+66
2021-09-02Bless tests.Camille GILLOT-2/+4
2021-08-11Modify structured suggestion outputEsteban Küber-137/+205
2021-06-25Address PR feedbackRyan Levick-139/+135
2021-06-25Change how edition based future compatibility warnings are handledRyan Levick-107/+107
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-2/+2
2021-05-04Auto merge of #83213 - rylev:update-lints-to-errors, r=nikomatsakisbors-40/+4
2021-04-23Tweak suggestion outputEsteban Küber-0/+6
2021-04-16Fix testsRyan Levick-40/+4
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-04-23Moving more build-pass tests to check-passVal Markovic-7/+7
2020-04-11rustc: Add a warning count upon completionRoccoDev-0/+10
2020-03-07resolve: `directive` -> `import`Vadim Petrochenkov-2/+2
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+4
2020-01-24Normalise notes with the/isvarkor-19/+19
2020-01-09Update testsVadim Petrochenkov-3/+42
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-10/+20
2019-11-04Use check-pass in ui tests where appropriateTomasz Miąsko-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+69
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-1/+1
2019-09-30Fixed grammar in one diagnostic and blessed tests.Alexander Regueiro-3/+3
2019-09-09Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petrochenkovMazdak Farrokhzad-4/+4
2019-09-08Give method not found a primary span labelEsteban Küber-3/+3
2019-09-08Always emit unresolved import errors and hide unused import lintEsteban Küber-4/+4
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-10/+10
2019-08-09Deprecate `try!` macroBO41-1/+3
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-14/+7
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-8/+8
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-16/+16
2019-06-18Improve the explicit_outlives_requirements lintMatthew Jasper-413/+3194
2019-04-25Do not suggest use over extern crate w/ alias.David Wood-18/+20
2019-04-22Update ui testsvarkor-5/+0
2019-04-22Remove double trailing newlinesvarkor-5/+0
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-04-14Rollup merge of #59675 - SimonSapin:stable-alloc, r=alexcrichtonMazdak Farrokhzad-6/+4
2019-04-12Stabilize the `alloc` crate.Simon Sapin-6/+4
2019-04-10clarify what the item is in "not a module" errorAndy Russell-1/+1
2019-03-30Replace REDUNDANT_IMPORT with UNUSED_IMPORTSFabian Drinck-56/+10
2019-03-30Edit ui testsFabian Drinck-0/+1
2019-03-30Bless testsFabian Drinck-0/+46
2019-03-23Tweak spans for E0599Esteban Küber-3/+1
2019-03-16resolve: Account for new importable entitiesVadim Petrochenkov-0/+42