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
/
src
/
librustc_trait_selection
/
traits
/
select
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-2436
/
+0
2020-08-20
Don't immediately error for cycles during normalization
Matthew Jasper
-2
/
+8
2020-08-08
Eliminate the `SessionGlobals` from `librustc_ast`.
Nicholas Nethercote
-2
/
+1
2020-08-06
Fix typo "TraitObligatiom" -> "TraitObligation"
Leijurv
-1
/
+1
2020-08-02
Move IntercrateAmbiguityCause to librustc_trait_selection.
Camille GILLOT
-0
/
+41
2020-08-02
Introduce an abstraction for EvaluationCache and SelectionCache.
Camille GILLOT
-37
/
+10
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-18
/
+13
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-3
/
+3
2020-07-27
split ignore_qualifiers
Bastian Kauschke
-4
/
+6
2020-07-27
review
Bastian Kauschke
-1
/
+0
2020-07-27
`PredicateKint` -> `PredicateKind`, the beginning of the end
Bastian Kauschke
-7
/
+14
2020-07-15
const_eval_resolve
Bastian Kauschke
-1
/
+1
2020-07-15
ConstKind::Unevaluated
Bastian Kauschke
-2
/
+2
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-1
/
+1
2020-06-30
stop taking references in Relate
Bastian Kauschke
-4
/
+4
2020-06-22
remove snapshot calls from "match" operations during select
Niko Matsakis
-24
/
+5
2020-06-22
move leak-check to during coherence, candidate eval
Niko Matsakis
-5
/
+7
2020-06-22
rewrite leak check to be based on universes
Niko Matsakis
-9
/
+10
2020-06-20
Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth
bors
-28
/
+22
2020-06-20
Consider fewer predicates for projection candidates
Matthew Jasper
-28
/
+22
2020-06-20
int -> i32
Bastian Kauschke
-1
/
+1
2020-06-20
skol -> placeholder
Bastian Kauschke
-16
/
+15
2020-06-15
make all uses of ty::Error or ConstKind::Error delay a span bug
mark
-3
/
+3
2020-06-04
Treat selection error as ambiguous when error type is present
Aaron Hill
-0
/
+8
2020-06-03
remove ignore-tidy-filelength
Bastian Kauschke
-2
/
+0
2020-06-03
move confirmation into submodule
Bastian Kauschke
-804
/
+7
2020-06-03
move candidate assembly into a submodule
Bastian Kauschke
-607
/
+2
2020-06-03
move select into subfolder
Bastian Kauschke
-0
/
+3833