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
2023-03-06
Place binder correctly for arbitrary trait bound suggestion
Michael Goulet
-2
/
+2
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-3
/
+3
2023-02-22
Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obk
bors
-5
/
+4
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-5
/
+4
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+8
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-2
/
+4
2023-02-13
Rename folder traits' `tcx` method to `interner`
Alan Egerton
-1
/
+1
2023-02-13
Make folding traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-3
/
+4
2023-02-06
Modify existing bounds if they exist
Edward Shen
-1
/
+14
2023-02-03
Make const/fn return params more suggestable
Michael Goulet
-4
/
+91
2023-01-18
Rollup merge of #106753 - compiler-errors:rpitit-not-suggestable, r=spastorino
Michael Goulet
-5
/
+12
2023-01-16
Improve a TAIT error and add an error code plus documentation
Oli Scherer
-1
/
+1
2023-01-12
RPITITs are not suggestable
Michael Goulet
-5
/
+12
2022-12-15
Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwco
Matthias Krüger
-13
/
+2
2022-12-14
Auto traits in dyn are suggestable
Michael Goulet
-13
/
+2
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-2
/
+2
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-3
/
+3
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-4
/
+4
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-5
/
+5
2022-11-30
Rollup merge of #104895 - chenyukang:yukang/fix-104884-serde, r=TaKO8Ki
Matthias Krüger
-0
/
+6
2022-11-29
fix #104884, Avoid Invalid code suggested when encountering unsatisfied trait...
yukang
-0
/
+6
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-4
/
+3
2022-11-21
Match crate and slug names
mejrs
-8
/
+0
2022-11-13
Store a LocalDefId in hir::GenericParam.
Camille GILLOT
-7
/
+4
2022-10-23
Migrate all diagnostics
Nilstrieb
-1
/
+1
2022-10-07
Move ReverseMapper logic onto OpaqueHiddenType
Oli Scherer
-0
/
+8
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-09-09
Handle generic parameters.
Camille GILLOT
-1
/
+1
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
[next]