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
/
traits
/
query
Age
Commit message (
Expand
)
Author
Lines
2021-10-10
Fix spelling: Cannonical -> Canonical
John Kugelman
-2
/
+2
2021-10-05
Issue 89275 fix and test
Tom Farmer
-8
/
+12
2021-09-26
Don't normalize opaque types with escaping late-bound regions.
jackh726
-4
/
+4
2021-09-02
Preserve most sub-obligations in the projection cache
Aaron Hill
-1
/
+1
2021-08-26
rebase
lcnr
-4
/
+12
2021-08-24
Review comments
jackh726
-23
/
+28
2021-08-24
Normalize associated types with bound vars
Jack Huey
-31
/
+83
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-15
Return the canonicalized query from type ops
Matthew Jasper
-30
/
+38
2021-08-13
make check less conservative and add explanation
Deadbeef
-9
/
+0
2021-08-13
Fix assoc-type test
Deadbeef
-0
/
+9
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+1
2021-07-21
Improve caching during trait evaluation
Aaron Hill
-6
/
+9
2021-07-17
Add needs_normalization
jackh726
-2
/
+3
2021-07-17
Some perf optimizations and logging
jackh726
-1
/
+1
2021-07-15
Remove failed and review comments
jackh726
-13
/
+13
2021-07-13
WIP partial apply fix
jackh726
-3
/
+26
2021-07-09
Replace associated item bound vars with placeholders when projecting.
jackh726
-0
/
+63
2021-07-04
Combine individual limit queries into single `limits` query
Aaron Hill
-1
/
+1
2021-07-04
Query-ify global limit attribute handling
Aaron Hill
-1
/
+1
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-04-02
Auto merge of #83207 - oli-obk:valtree2, r=lcnr
bors
-0
/
+5
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-0
/
+5
2021-03-27
Remove (lots of) dead code
Joshua Nelson
-6
/
+0
2021-03-18
Fix use of bare trait objects everywhere
Vadim Petrochenkov
-1
/
+1
2021-02-17
remove useless ?s (clippy::needless_question_marks)
Matthias Krüger
-1
/
+1
2021-01-24
Reduce log level used by tracing instrumentation from info to debug
Tomasz Miąsko
-1
/
+1
2021-01-16
Review changes
Jack Huey
-1
/
+1
2020-12-05
remove redundant clones
Matthias Krüger
-1
/
+1
2020-11-18
Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk
Mara Bos
-0
/
+1
2020-11-16
words
lcnr
-10
/
+8
2020-11-16
compiler: fold by value
Bastian Kauschke
-9
/
+9
2020-11-16
instrument `QueryNormalizer::fold_ty`
Bastian Kauschke
-0
/
+1
2020-11-02
revert #75443 update mir validator
Bastian Kauschke
-1
/
+1
2020-10-15
Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...
bors
-1
/
+1
2020-10-13
Replace absolute paths with relative ones
est31
-3
/
+3
2020-10-11
Replace tuple of infer vars for upvar_tys with single infer var
Roxane
-1
/
+1
2020-09-26
MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap
Valerii Lashmanov
-3
/
+3
2020-09-19
cache types during normalization
Bastian Kauschke
-2
/
+11
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+1067