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
/
traits
Age
Commit message (
Expand
)
Author
Lines
2021-04-28
Don't rebind in transitive_bounds_that_define_assoc_type
Jack Huey
-3
/
+1
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+2
2021-03-15
More precise spans for HIR paths
Vadim Petrochenkov
-1
/
+1
2021-03-06
Change x64 size checks to not apply to x32.
Harald van Dijk
-1
/
+1
2021-02-08
Anonymize late bound regions on transitive bounds that define assoc type
Santiago Pastorino
-15
/
+22
2021-02-05
Adapt to latest master changes by using PredicateKind
Santiago Pastorino
-1
/
+1
2021-02-05
Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma...
Santiago Pastorino
-1
/
+33
2021-01-16
Review changes
Jack Huey
-15
/
+15
2021-01-16
Cleanup
Jack Huey
-1
/
+1
2021-01-16
Remove PredicateKind
Jack Huey
-6
/
+2
2021-01-16
Remove PredicateKind::Atom
Jack Huey
-1
/
+0
2020-12-20
Prevent caching projections in the case of cycles
Matthew Jasper
-1
/
+15
2020-12-02
Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...
Santiago Pastorino
-33
/
+1
2020-11-27
Return FxIndexSet instead of FxHashSet to avoid order errors on different pla...
Santiago Pastorino
-3
/
+3
2020-11-27
Inline elaborate_trait_refs_that_define_assoc_type into transitive_bounds_tha...
Santiago Pastorino
-32
/
+24
2020-11-27
Document elaborate_trait_refs_that_define_assoc_type
Santiago Pastorino
-0
/
+5
2020-11-27
Allow to self reference associated types in where clauses
Santiago Pastorino
-0
/
+35
2020-11-22
Thread `Constness` through selection
Jonas Schievink
-1
/
+1
2020-11-17
Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk
bors
-1
/
+1
2020-11-16
words
lcnr
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-2
/
+2
2020-11-14
Introduce `TypeVisitor::BreakTy`
LeSeulArtichaut
-1
/
+1
2020-10-30
Remove implicit `Continue` type
LeSeulArtichaut
-1
/
+1
2020-10-30
TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection}
LeSeulArtichaut
-1
/
+2
2020-10-20
review comments
Esteban Küber
-1
/
+1
2020-10-20
Tweak "object unsafe" errors
Esteban Küber
-15
/
+22
2020-10-16
Review comments
Jack Huey
-1
/
+1
2020-10-16
map_bound_ref -> rebind
Jack Huey
-1
/
+1
2020-10-16
Use map_bound(_ref) instead of Binder::bind when possible
Jack Huey
-2
/
+3
2020-10-14
Remove unused code from rustc_infer
est31
-2
/
+0
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-13
/
+18
2020-09-26
Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct."
Dylan MacKenzie
-1
/
+1
2020-09-21
Add an unused field of type `Option<DefId>` to `ParamEnv` struct.
Bram van den Heuvel
-1
/
+1
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-1
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+919
[prev]