about summary refs log tree commit diff
path: root/compiler/rustc_borrowck/src/diagnostics/outlives_suggestion.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-2/+2
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-05-24Use `is_some_and`/`is_ok_and` in less obvious spotsMaybe Waffle-2/+1
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-5/+5
2023-03-05Remove `allow(potential_query_instability)` from `borrowck`clubby789-2/+2
2023-01-06Use fmt named parameters in rustc_borrowckwcampbell-10/+8
2022-10-27Revert "Make ClosureOutlivesRequirement not rely on an unresolved type"Michael Goulet-1/+1
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-1/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-1/+0
2022-06-20Give name if anonymous region appears in impl signatureMichael Goulet-1/+2
2022-05-25suggest constraining dyn trait in impl in NLLb-naber-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-3/+3
2022-04-09use `format-args-capture` and remove unnecessary nested blocksTakayuki Maeda-7/+6
2022-03-30Spellchecking some commentsYuri Astrakhan-1/+1
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-1/+1
2022-02-23Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.Eduard-Mihai Burtescu-2/+2
2022-02-11implement tainted_by_errors in mir borrowckMichael Goulet-1/+1
2021-10-16Adopt let_else across the compilerest31-3/+1
2021-10-03Don't suggest replacing region with 'static in NLLAaron Hill-3/+1
2021-09-07Move rustc_mir::borrow_check to new crate rustc_borrowck.Camille GILLOT-0/+265