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_middle
/
src
/
ty
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-08
Adjust spacing in suggestion, add a test
Michael Goulet
-2
/
+2
2022-09-08
Add associated item binding to non-param-ty where clause suggestions
Michael Goulet
-1
/
+13
2022-07-22
Don't suggest unnameable generic arguments
León Orell Valerian Liehr
-5
/
+13
2022-07-06
Update TypeVisitor paths
Alan Egerton
-2
/
+2
2022-07-05
Relax constrained generics to TypeVisitable
Alan Egerton
-3
/
+3
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-06-11
Address comments
Michael Goulet
-17
/
+17
2022-06-11
Make is_suggestable work on all TypeFoldable
Michael Goulet
-14
/
+47
2022-06-11
Handle empty where-clause better
Michael Goulet
-9
/
+4
2022-06-11
Make Ty::is_suggestable use a visitor
Michael Goulet
-69
/
+69
2022-06-02
On E0204 suggest missing type param bounds
Esteban Küber
-1
/
+4
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-1
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-04-30
Save colon span to suggest bounds.
Camille GILLOT
-0
/
+13
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-239
/
+95
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-23
/
+14
2022-04-26
TAITs are suggestable
Michael Goulet
-14
/
+24
2022-04-12
Fix wrong suggestions for `T:`
Maybe Waffle
-7
/
+28
2022-04-05
macros: add args for non-subdiagnostic fields
David Wood
-1
/
+7
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-03-12
don't call multipart_suggestion
ouz-a
-7
/
+1
2022-03-07
fix
ouz-a
-0
/
+6
2022-03-01
Add helper function to suggest multiple constraints
Maybe Waffle
-163
/
+235
2022-02-23
Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`.
Eduard-Mihai Burtescu
-4
/
+4
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+2
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
[prev]