summary refs log tree commit diff
path: root/src/librustc_resolve/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2020-07-09Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche...Manish Goregaokar-35/+33
2020-07-09Reduce indentationEsteban Küber-35/+33
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-10/+68
2020-06-24Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkovDylan DPC-8/+20
2020-06-23Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkovManish Goregaokar-4/+4
2020-06-23Review fixesDan Aloni-2/+7
2020-06-23Add re-exports to use suggestionsDan Aloni-8/+15
2020-06-21Move remaining `NodeId` APIs from `Definitions` to `Resolver`marmeladema-4/+4
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-22/+43
2020-06-10Rollup merge of #73023 - ayushmishra2005:remove_noisy_suggestion, r=davidtwcoDylan DPC-1/+3
2020-06-10Rollup merge of #72789 - petrochenkov:impcand, r=davidtwcoDylan DPC-1/+9
2020-06-09Remove noisy suggestion of hash_map #72642Ayush Kumar Mishra-1/+3
2020-06-02Improve E0433, so that it suggests missing importsPatryk Wychowaniec-4/+7
2020-05-30resolve: Do not suggest imports from the same module in which we are resolvingVadim Petrochenkov-2/+6
2020-05-30resolve: Pass parent scope to the function providing import suggestionsVadim Petrochenkov-0/+4
2020-05-19Alter wording for `use foo::self` helpmibac138-2/+2
2020-05-19Suggest fixes for `use foo::self`mibac138-7/+34
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+2
2020-05-07reword "possible candidate" import suggestionAndy Russell-8/+11
2020-05-02fix rustdoc warningsTshepang Lekhonkhobe-2/+2
2020-04-18remove build warningsTshepang Lekhonkhobe-3/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-25Rename `def_span` to `guess_head_span`Esteban Küber-3/+3
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-23Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=CentrilMazdak Farrokhzad-1/+1
2020-03-22Normalize wording of privacy access labelsEsteban Küber-1/+1
2020-03-22don't create variable bindings just to return the bound value immediately (cl...Matthias Krüger-2/+1
2020-03-21Only display definition on typoLeSeulArtichaut-1/+1
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-1/+1
2020-03-17Rollup merge of #69811 - petrochenkov:privdiag2, r=estebankMazdak Farrokhzad-36/+68
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-1/+1
2020-03-16resolve: `Legacy(Scope,Binding)` -> `MacroRules(Scope,Binding)`Vadim Petrochenkov-5/+7
2020-03-11Add the "consider importing it directly" label to public imports as wellVadim Petrochenkov-1/+1
2020-03-11resolve: Print import chains on privacy errorsVadim Petrochenkov-12/+49
2020-03-11resolve: Simplify `fn report_privacy_error`Vadim Petrochenkov-36/+31
2020-03-08Rollup merge of #69805 - petrochenkov:importname, r=CentrilMazdak Farrokhzad-13/+11
2020-03-07resolve: `directive` -> `import`Vadim Petrochenkov-9/+9
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-1/+1
2020-03-07resolve: `ImportDirective` -> `Import`Vadim Petrochenkov-6/+4
2020-03-06fix various typosMatthias Krüger-1/+1
2020-03-04resolve, inconsistent binding mode: tweak wording.Mazdak Farrokhzad-2/+1
2020-03-01Auto merge of #69592 - petrochenkov:nosyntax, r=Centrilbors-2/+2
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-1/+1
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-2/+3
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-2/+2