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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_middle
/
src
/
ty
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-8
/
+8
2022-01-18
Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk
bors
-3
/
+9
2022-01-17
Add term to ExistentialProjection
kadmin
-3
/
+9
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-12
/
+0
2021-12-14
Make TyS::is_suggestable more structual
Michael Goulet
-10
/
+54
2021-12-10
Use a more accurate `Span` for `'static` obligation from return type
Esteban Kuber
-0
/
+20
2021-12-03
Annotate `derive`d spans and move span suggestion code
Esteban Kuber
-2
/
+2
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-07
Don't move ?Trait bounds to param bounds if they're in where clauses
jackh726
-9
/
+3
2021-07-30
Do not discard `?Sized` type params and suggest their removal
Esteban Küber
-0
/
+112
2021-06-08
use non_erasable_generics
Ellen
-1
/
+1
2021-05-29
Fix missing note on type mismatch error diagnostics
Ellen
-1
/
+1
2021-03-18
hir: Preserve used syntax in `TyKind::TraitObject`
Vadim Petrochenkov
-0
/
+1
2021-02-17
In some limited cases, suggest `where` bounds for non-type params
Esteban Küber
-0
/
+30
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-1
/
+1
2021-02-02
Bump rustfmt version
Mark Rousskov
-7
/
+11
2021-01-18
Move a few more types to `rustc_type_ir`
LeSeulArtichaut
-2
/
+1
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-2
/
+2
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-16
/
+16
2020-09-14
clean up comment text a bit
iximeow
-3
/
+3
2020-09-13
fix syntax error in suggesting generic constraint in trait parameter
iximeow
-20
/
+46
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-4
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+270