about summary refs log tree commit diff
path: root/src/test/ui/keyword
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-168/+0
2022-10-07Rewrite representabilityCameron Steffen-3/+1
2022-07-01Shorten def_span for more items.Camille GILLOT-3/+2
2022-05-25suggest `extern crate foo` when failing to resolve `use foo`Takayuki Maeda-0/+2
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-2/+6
2022-01-27Improve suggestion for escaping reserved keywordsNoah Lev-4/+4
2021-10-19Explain why `Self` is invalid in generic parametersHirochika Matsumoto-13/+22
2021-08-11Modify structured suggestion outputEsteban Küber-2/+2
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+34
2020-03-26parse: recover on `const fn()` / `async fn()`.Mazdak Farrokhzad-4/+4
2020-03-14resolve: Fix regression in resolution of raw keywords in pathsVadim Petrochenkov-1/+9
2020-01-12Diagnostics should not end with a full stopvarkor-6/+6
2019-11-18Surround types with backticks in type errorsEsteban Küber-2/+2
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-6/+0
2019-10-28Rollup merge of #65640 - estebank:recover-missing-semi, r=CentrilMazdak Farrokhzad-1/+1
2019-10-28Tweak unexpected token wordingEsteban Küber-1/+1
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-2/+2
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+2
2019-09-25update ui testsGuillaume Gomez-0/+1
2019-08-27recover on 'mut ' and improve recovery for keywords.Mazdak Farrokhzad-3/+7
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-03-11Update testsVadim Petrochenkov-10/+10
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-14/+48
2018-12-31Improve type mismatch error messagesYuning Zhang-2/+2
2018-12-25Remove licensesMark Rousskov-66/+6
2018-11-30Updated ui tests.Alexander Regueiro-3/+2
2018-11-30Removed feature gate.Alexander Regueiro-10/+1
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-8/+8
2018-09-13introduce SelfCtorF001-2/+12
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+140