summaryrefslogtreecommitdiff
path: root/compiler/rustc_infer/src/errors/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Spelling - compilerJosh Soref2023-04-171-7/+7
* Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger2023-04-121-3/+3
|\
| * Fix typos in compilerDaniPopes2023-04-101-3/+3
* | A more general implementation of `IntoDiagnosticArg` for `Binder` (Also remov...IQuant2023-04-041-10/+2
* | Renamed TypeErrorAdditionalDiags (was Error0308Subdiags) and ObligationCauseF...IQuant2023-04-041-14/+14
* | Migrate (most of) report_and_explain_type_errorIQuant2023-04-041-15/+158
* | Migrate TupleTrailingCommaSuggestionIQuant2023-04-041-0/+16
* | Migrate SuggestTuplePatternIQuant2023-04-041-0/+36
* | Migrate SuggestBoxingForReturnImplTrait, Fix typo in infer_fn_consider_castingIQuant2023-04-041-1/+19
* | Migrate SuggestAccessingFieldIQuant2023-04-041-0/+28
* | Migrate SuggestAsRefWhereAppropriateIQuant2023-04-041-0/+72
* | Ported FunctionPointerSuggestionIQuant2023-04-041-0/+60
|/
* Migrate diagnosticMichael Goulet2023-03-031-0/+10
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-17/+18
* Specify correct spans in suggest_await_on_expect_foundIQuant2023-02-141-7/+1
* Port PlaceholderRelationLfNotSatisfied diagnosticIQuant2023-02-141-0/+59
* Port ConsiderAddingAwaitIQuant2023-02-141-0/+43
* Port SuggestRemoveSemiOrReturnBindingIQuant2023-02-141-0/+44
* Make sure tests passNikita Tomashevich2023-02-141-1/+1
* Port WhereClauseSuggestionsNikita Tomashevich2023-02-141-0/+26
* Resolve rebaseNikita Tomashevich2023-02-141-10/+0
* Port RefLongerThanDataNikita Tomashevich2023-02-141-0/+10
* Port "BorrowedTooLong" diagnosticNikita Tomashevich2023-02-141-0/+10
* Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied...Nikita Tomashevich2023-02-141-0/+37
* Fix #107090, fix missing arguments for fluentyukang2023-01-181-0/+2
* Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errorsMatthias Krüger2023-01-071-5/+416
|\
| * eager is the default nowNikita Tomashevich2022-12-281-1/+1
| * Made ty_or_sig and trait_path use their actual types instead of StringNikita Tomashevich2022-12-281-32/+69
| * Split infer_explicit_lifetime_required into several diagsNikita Tomashevich2022-12-281-17/+32
| * Address changes of pr 103345Nikita Tomashevich2022-12-281-46/+46
| * Rename subdiagnostic fields that do not need to be unique nowNikita Tomashevich2022-12-281-8/+3
| * Use eager translationNikita Tomashevich2022-12-281-11/+27
| * Split into several messagesNikita Tomashevich2022-12-281-8/+160
| * More descriptive names for ActualImplExplNotes variantsNikita Tomashevich2022-12-281-4/+4
| * Rebase and fixNikita Tomashevich2022-12-281-13/+13
| * Partial work on static_impl_trait.rsNikita Tomashevich2022-12-281-0/+97
| * Migrate trait_impl_difference.rsNikita Tomashevich2022-12-281-0/+38
| * Migrate placeholder_error.rsNikita Tomashevich2022-12-281-0/+41
| * Migrate named_anon_conflict.rsNikita Tomashevich2022-12-281-2/+22
* | Rename `Rptr` to `Ref` in AST and HIRNilstrieb2022-12-281-2/+2
|/
* Always evaluate vecs of subdiagnostics eagerlymejrs2022-12-041-1/+1
* Separate lifetime ident from resolution in HIR.Camille GILLOT2022-11-231-12/+12
* use subdiagnostic for sugesting add letyukang2022-11-081-0/+12
* Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza2022-10-261-5/+10
* Migrate all diagnosticsNilstrieb2022-10-231-34/+34
* infer: use derive moreDavid Wood2022-10-171-42/+29
* errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood2022-10-101-7/+26
* FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena2022-09-211-18/+18
* Whoops forgot a spaceNikita Tomashevich2022-09-061-1/+1
* Replace manual impl with a derive macro as multipart suggestions are now supp...Nikita Tomashevich2022-09-061-39/+50