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_trait_selection
/
src
/
autoderef.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-28
partially_normalize_... -> At::normalize
Michael Goulet
-6
/
+5
2022-11-25
Simplify a bunch of trait ref obligation creations
Oli Scherer
-1
/
+1
2022-11-24
Remove normalize_projection_type
Santiago Pastorino
-8
/
+7
2022-11-21
Stop passing the self-type as a separate argument.
Oli Scherer
-1
/
+1
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
2022-11-21
Assert that various types have the right amount of generic args and fix the s...
Oli Scherer
-5
/
+2
2022-11-16
Convert predicates into Predicate in the Obligation constructor
Oli Scherer
-2
/
+3
2022-11-10
Use TraitEngine in more places, make FulfillmentCtxt constructor more private
Michael Goulet
-2
/
+2
2022-11-08
Remove an unused span
Oli Scherer
-10
/
+0
2022-11-08
Remove overloaded_span argument from `new`, where it is usually redundant wit...
Oli Scherer
-2
/
+5
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-09-01
Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1
Gabriel Bustamante
-14
/
+5
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-03-20
Filter OnceNote in diagnostic infra.
Camille GILLOT
-20
/
+15
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-1
/
+1
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-1
/
+1
2021-11-29
Completely remove ConstnessAnd
Oli Scherer
-1
/
+1
2021-11-08
Make select_* methods return Vec for TraitEngine
Deadbeef
-2
/
+3
2021-09-28
Improve help for recursion limit errors
Ross MacArthur
-3
/
+7
2021-09-15
Remove ToPredicate impls that use Binder::dummy
jackh726
-1
/
+1
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-2
/
+2
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-2
/
+2
2021-06-02
Restrict access to crate_name.
Camille GILLOT
-1
/
+3
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-3
/
+1
2021-05-30
Restrict access to crate_name.
Camille GILLOT
-1
/
+3
2021-02-13
Remove ProjectionTy::from_ref_and_name
Matthew Jasper
-6
/
+4
2020-11-16
compiler: fold by value
Bastian Kauschke
-3
/
+3
2020-09-10
Note when a a move/borrow error is caused by a deref coercion
Aaron Hill
-0
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+233