about summary refs log tree commit diff
path: root/compiler/rustc_infer/src/errors/mod.rs
AgeCommit message (Expand)AuthorLines
2022-12-04Always evaluate vecs of subdiagnostics eagerlymejrs-1/+1
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-12/+12
2022-11-08use subdiagnostic for sugesting add letyukang-0/+12
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-5/+10
2022-10-23Migrate all diagnosticsNilstrieb-34/+34
2022-10-17infer: use derive moreDavid Wood-42/+29
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-7/+26
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-18/+18
2022-09-06Whoops forgot a spaceNikita Tomashevich-1/+1
2022-09-06Replace manual impl with a derive macro as multipart suggestions are now supp...Nikita Tomashevich-39/+50
2022-09-06Slightly more concise commentIQuant-4/+1
2022-09-06Use untranslated messages for nowNikita Tomashevich-11/+24
2022-09-06Address some commentsNikita Tomashevich-62/+51
2022-09-06Mugrate mismatched_static_lifetime.rsNikita Tomashevich-0/+489