about summary refs log tree commit diff
path: root/compiler/rustc_infer/src/errors
AgeCommit message (Expand)AuthorLines
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-3/+1
2023-12-10remove redundant importssurechen-1/+1
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-11-17replace unnecessary folder impls with fold_regionlcnr-1/+1
2023-11-14finish `RegionKind` renamelcnr-3/+3
2023-11-13rename `ReLateBound` to `ReBound`lcnr-2/+5
2023-10-13Format all the let chains in compilerMichael Goulet-3/+1
2023-10-04Point to where missing return type should goMichael Goulet-5/+5
2023-09-24Remove span from BrAnon.Camille GILLOT-5/+2
2023-09-23Remove dead error code.Camille GILLOT-12/+1
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-0/+8
2023-07-30inline format!() args up to and including rustc_codegen_llvmMatthias Krüger-10/+8
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+2
2023-06-08More robust as_ref/as_deref suggestionsMichael Goulet-24/+0
2023-04-17Spelling - compilerJosh Soref-7/+7
2023-04-12Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgrbors-3/+3
2023-04-12Rollup merge of #110153 - DaniPopes:compiler-typos, r=NilstriebMatthias Krüger-3/+3
2023-04-12Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`.Nicholas Nethercote-67/+44
2023-04-12Inline and remove `DescriptionCtx::add_to`.Nicholas Nethercote-8/+4
2023-04-11Remove the unused `anon_num_here` error.Nicholas Nethercote-2/+0
2023-04-10Fix typos in compilerDaniPopes-3/+3
2023-04-10Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwcobors-12/+377
2023-04-06Remove index from BrAnonJack Huey-1/+1
2023-04-06Don't use BrAnon index in diagnosticsJack Huey-3/+2
2023-04-04A more general implementation of `IntoDiagnosticArg` for `Binder` (Also remov...IQuant-10/+2
2023-04-04Renamed TypeErrorAdditionalDiags (was Error0308Subdiags) and ObligationCauseF...IQuant-14/+14
2023-04-04Migrate (most of) report_and_explain_type_errorIQuant-15/+158
2023-04-04Migrate TupleTrailingCommaSuggestionIQuant-0/+16
2023-04-04Migrate SuggestTuplePatternIQuant-0/+36
2023-04-04Migrate SuggestBoxingForReturnImplTrait, Fix typo in infer_fn_consider_castingIQuant-1/+19
2023-04-04Migrate SuggestAccessingFieldIQuant-0/+28
2023-04-04Migrate SuggestAsRefWhereAppropriateIQuant-0/+72
2023-04-04Ported FunctionPointerSuggestionIQuant-0/+60
2023-03-03Migrate diagnosticMichael Goulet-0/+10
2023-02-22errors: generate typed identifiers in each crateDavid Wood-20/+20
2023-02-14Specify correct spans in suggest_await_on_expect_foundIQuant-7/+1
2023-02-14Port PlaceholderRelationLfNotSatisfied diagnosticIQuant-0/+59
2023-02-14Port ConsiderAddingAwaitIQuant-0/+43
2023-02-14Port SuggestRemoveSemiOrReturnBindingIQuant-0/+44
2023-02-14Make sure tests passNikita Tomashevich-1/+1
2023-02-14Port WhereClauseSuggestionsNikita Tomashevich-0/+26
2023-02-14Resolve rebaseNikita Tomashevich-14/+0
2023-02-14Port another diagnosticNikita Tomashevich-0/+4
2023-02-14Port RefLongerThanDataNikita Tomashevich-0/+14
2023-02-14Port "BorrowedTooLong" diagnosticNikita Tomashevich-2/+16
2023-02-14Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied...Nikita Tomashevich-7/+66
2023-02-09Change to `ReError(ErrorGuaranteed)`Esteban Küber-1/+1
2023-02-09Introduce `ReError`Esteban Küber-0/+2
2023-01-18Fix #107090, fix missing arguments for fluentyukang-0/+2
2023-01-07Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errorsMatthias Krüger-5/+416