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_borrowck
/
src
/
session_diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-03
move `check_opaque_type_parameter_valid`
lcnr
-11
/
+0
2025-02-25
Teach structured errors to display short `Ty`
Esteban Küber
-3
/
+3
2025-01-31
Rework "long type names" printing logic
Esteban Küber
-7
/
+0
2025-01-24
Use short ty string for move errors
Esteban Küber
-3
/
+10
2025-01-08
run borrowck tests on BIDs and emit tail-expr-drop-order lints for
Ding Xiang Fei
-0
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-18
Begin experimental support for pin reborrowing
Eric Holk
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-03-18
Prevent opaque types being instantiated twice with different regions within t...
Oli Scherer
-0
/
+13
2024-03-13
Account for UnOps in borrowck message
Esteban Küber
-0
/
+5
2024-02-20
require simd_insert, simd_extract indices to be constants
Ralf Jung
-2
/
+4
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-4
/
+4
2023-10-20
s/generator/coroutine/
Oli Scherer
-10
/
+10
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-10
/
+10
2023-09-06
Don't report any errors in `lower_intrinsics`. They should have been typecked...
Oli Scherer
-0
/
+7
2023-07-10
Fix another strange suggestion span
Michael Goulet
-1
/
+1
2023-04-27
Don't call await a method
Michael Goulet
-0
/
+8
2023-04-13
rm var_span_label to var_subdiag & eager subdiag
AndyJado
-1
/
+206
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-2
/
+2
2023-01-30
errors: implement `IntoDiagnosticArg` for `&T`
David Wood
-13
/
+1
2023-01-16
Improve a TAIT error and add an error code plus documentation
Oli Scherer
-1
/
+12
2022-11-09
struct error E0505
AndyJado
-0
/
+13
2022-11-09
var_subdiag refinement
AndyJado
-30
/
+35
2022-11-09
remove old var_span_path_only
AndyJado
-0
/
+44
2022-11-05
first move on a nested span_label
AndyJado
-0
/
+30
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-1
/
+1
2022-10-23
Migrate all diagnostics
Nilstrieb
-19
/
+19
2022-10-07
Move ReverseMapper logic onto OpaqueHiddenType
Oli Scherer
-9
/
+0
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-6
/
+6
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-8
/
+8
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-8
/
+8
2022-08-26
diag-mig
AndyJado
-1
/
+116
2022-08-21
Replace #[lint/warning/error] with #[diag]
Xiretza
-4
/
+4
2022-06-28
Migrate some rustc_borrowck diagnostics to SessionDiagnostic
Michael Goulet
-0
/
+44