summaryrefslogtreecommitdiff
path: root/compiler/rustc_infer/src/errors/note_and_explain.rs
Commit message (Expand)AuthorAgeFilesLines
* Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`.Nicholas Nethercote2023-04-121-67/+44
* Inline and remove `DescriptionCtx::add_to`.Nicholas Nethercote2023-04-121-8/+4
* Remove the unused `anon_num_here` error.Nicholas Nethercote2023-04-111-2/+0
* Remove index from BrAnonJack Huey2023-04-061-1/+1
* Don't use BrAnon index in diagnosticsJack Huey2023-04-061-3/+2
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-3/+2
* Resolve rebaseNikita Tomashevich2023-02-141-4/+0
* Port another diagnosticNikita Tomashevich2023-02-141-0/+4
* Port RefLongerThanDataNikita Tomashevich2023-02-141-0/+4
* Port "BorrowedTooLong" diagnosticNikita Tomashevich2023-02-141-2/+6
* Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied...Nikita Tomashevich2023-02-141-7/+29
* Change to `ReError(ErrorGuaranteed)`Esteban Küber2023-02-091-1/+1
* Introduce `ReError`Esteban Küber2023-02-091-0/+2
* Add an optional Span to BrAnon and use it to print better error for HRTB erro...Jack Huey2022-11-071-2/+5
* Migrate all diagnosticsNilstrieb2022-10-231-2/+2
* errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood2022-10-101-2/+7
* FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena2022-09-211-2/+2
* Remove ReEmptyJack Huey2022-09-081-7/+0
* Remove a comment and use IntoDiagnosticArg instead of add_to() where feasibleNikita Tomashevich2022-09-061-14/+17
* Address some commentsNikita Tomashevich2022-09-061-1/+1
* Mugrate mismatched_static_lifetime.rsNikita Tomashevich2022-09-061-0/+176