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
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-3881
/
+0
2020-08-24
hir: consistent use and naming of lang items
David Wood
-2
/
+2
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
-19
/
+14
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
-6
/
+7
2020-07-27
review
Bastian Kauschke
-1
/
+0
2020-07-27
`PredicateKint` -> `PredicateKind`, the beginning of the end
Bastian Kauschke
-9
/
+17
2020-07-27
convert trivial predicates
Bastian Kauschke
-1
/
+1
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
-2
/
+2
2020-07-01
Rollup merge of #73306 - calebzulawski:target-feature-11-fn-trait-soundness, ...
Manish Goregaokar
-1
/
+15
2020-06-30
change `skip_binder` to use T by value
Bastian Kauschke
-8
/
+8
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
-34
/
+14
2020-06-22
upcasting traits requires only that things become more general
Niko Matsakis
-15
/
+1
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
-5
/
+5
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-13
Don't implement Fn* traits for #[target_feature] functions
Caleb Zulawski
-1
/
+15
2020-06-10
Rollup merge of #73005 - Aaron1011:fix/error-overflow, r=estebank
Dylan DPC
-0
/
+18
2020-06-05
Fix typo
Aaron Hill
-1
/
+1
2020-06-05
Rename traits::ImplSourceImpl to ImplSourceUserDefined.
Ana-Maria Mihalache
-7
/
+7
2020-06-05
Rename traits::Vtable to ImplSource.
Ana-Maria Mihalache
-41
/
+46
2020-06-04
Treat selection error as ambiguous when error type is present
Aaron Hill
-0
/
+8
2020-06-04
Don't create impl candidates when obligation contains errors
Aaron Hill
-0
/
+10
2020-06-03
remove ignore-tidy-filelength
Bastian Kauschke
-2
/
+0
2020-06-03
move confirmation into submodule
Bastian Kauschke
-804
/
+827
2020-06-03
move candidate assembly into a submodule
Bastian Kauschke
-607
/
+613
2020-06-03
move select into subfolder
Bastian Kauschke
-0
/
+3833