index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_infer
/
src
/
errors
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-07
Rename `errors/mod.rs` as `errors.rs`.
Nicholas Nethercote
-14
/
+0
2024-08-27
Add `warn(unreachable_pub)` to `rustc_infer`.
Nicholas Nethercote
-1
/
+1
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1621
/
+2
2024-07-21
Move need_type_info too
Michael Goulet
-1
/
+1
2024-07-17
Fix precise capturing suggestion for hidden type when APITs are involved
Michael Goulet
-0
/
+22
2024-07-15
Move rustc_infer::infer::error_reporting to rustc_infer::error_reporting::infer
Michael Goulet
-4
/
+3
2024-07-11
Make it translatable too
Michael Goulet
-0
/
+29
2024-05-24
Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics)
Boxy
-1
/
+4
2024-05-17
Detect when a lifetime is being reused in suggestion
Esteban Küber
-0
/
+1
2024-05-17
Tweak suggested lifetimes to modify return type instead of `&self` receiver
Esteban Küber
-2
/
+8
2024-05-17
Account for owning item lifetimes in suggestion and annotate tests as `run-ru...
Esteban Küber
-3
/
+39
2024-05-17
Always constrain the return type in lifetime suggestion
Esteban Küber
-0
/
+5
2024-05-17
Suggest setting lifetime in borrowck error involving types with elided lifetimes
Esteban Küber
-30
/
+75
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-9
/
+9
2024-04-10
Use `fn` ptr signature instead of `{closure@..}` in infer error
Esteban Küber
-0
/
+11
2024-03-27
Stop doing expensive work in opt_suggest_box_span eagerly
Michael Goulet
-18
/
+0
2024-03-17
Use shorter span for existing `'` -> `"` structured suggestion
Esteban Küber
-8
/
+5
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-20
/
+20
2024-03-11
Rename `IntoDiagnosticArg` as `IntoDiagArg`.
Nicholas Nethercote
-5
/
+5
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-10
/
+10
2024-03-05
Rename `DiagnosticMessage` as `DiagMessage`.
Nicholas Nethercote
-5
/
+5
2024-02-28
Rename `DiagnosticStyledString` as `DiagStyledString`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.
Nicholas Nethercote
-1
/
+1
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-12
/
+11
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-11
/
+48
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-37
/
+10
2024-01-30
Remove the lifetime from `DiagnosticArgValue`.
Nicholas Nethercote
-1
/
+1
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-33
/
+33
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-20
/
+14
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-3
/
+1
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-10-04
Point to where missing return type should go
Michael Goulet
-5
/
+5
2023-09-23
Remove dead error code.
Camille GILLOT
-12
/
+1
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-0
/
+8
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-9
/
+7
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+2
2023-06-08
More robust as_ref/as_deref suggestions
Michael Goulet
-24
/
+0
2023-04-17
Spelling - compiler
Josh Soref
-7
/
+7
2023-04-12
Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb
Matthias Krüger
-3
/
+3
2023-04-10
Fix typos in compiler
DaniPopes
-3
/
+3
2023-04-04
A more general implementation of `IntoDiagnosticArg` for `Binder` (Also remov...
IQuant
-10
/
+2
2023-04-04
Renamed TypeErrorAdditionalDiags (was Error0308Subdiags) and ObligationCauseF...
IQuant
-14
/
+14
2023-04-04
Migrate (most of) report_and_explain_type_error
IQuant
-15
/
+158
2023-04-04
Migrate TupleTrailingCommaSuggestion
IQuant
-0
/
+16
2023-04-04
Migrate SuggestTuplePattern
IQuant
-0
/
+36
2023-04-04
Migrate SuggestBoxingForReturnImplTrait, Fix typo in infer_fn_consider_casting
IQuant
-1
/
+19
2023-04-04
Migrate SuggestAccessingField
IQuant
-0
/
+28
2023-04-04
Migrate SuggestAsRefWhereAppropriate
IQuant
-0
/
+72
2023-04-04
Ported FunctionPointerSuggestion
IQuant
-0
/
+60
2023-03-03
Migrate diagnostic
Michael Goulet
-0
/
+10
[next]