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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-563
/
+0
2020-08-20
Don't immediately error for cycles during normalization
Matthew Jasper
-3
/
+1
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-2
/
+2
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-1
/
+1
2020-07-27
split ignore_qualifiers
Bastian Kauschke
-2
/
+2
2020-07-27
`PredicateKint` -> `PredicateKind`, the beginning of the end
Bastian Kauschke
-2
/
+2
2020-07-20
trait_sel: only test predicates w/ no substs
David Wood
-15
/
+15
2020-07-09
Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis
Manish Goregaokar
-1
/
+1
2020-07-05
Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.
Eduard-Mihai Burtescu
-1
/
+1
2020-07-05
Shrink ParamEnv to 16 bytes
Mark Rousskov
-4
/
+4
2020-06-12
Make `type_marked_structural` private
Dylan MacKenzie
-1
/
+0
2020-06-12
Helper method for whether type has structural equality
Dylan MacKenzie
-0
/
+1
2020-06-05
Rename traits::Vtable to ImplSource.
Ana-Maria Mihalache
-1
/
+1
2020-05-30
Return early to avoid ICE
Yuki Okushi
-7
/
+0
2020-05-28
Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis
bors
-1
/
+1
2020-05-23
iterate List by value
Bastian Kauschke
-1
/
+1
2020-05-22
Remove dead ScopeTree code
Matthew Jasper
-4
/
+0
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-1
/
+1
2020-05-20
make `to_predicate` take a `tcx` argument
Niko Matsakis
-2
/
+2
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-1
/
+1
2020-05-15
implement type_implments_trait query
csmoe
-1
/
+41
2020-05-07
Reintegrate chalk using chalk-solve
Jack Huey
-0
/
+3
2020-04-20
Use more `Iterator`s instead of `Vec`s
Esteban Küber
-2
/
+2
2020-04-20
Remove some `Vec` allocations in an effort to improve perf
Esteban Küber
-1
/
+1
2020-04-14
Rename AssocKind::Method to AssocKind::Fn
Rustin-Liu
-1
/
+1
2020-04-12
Remove usage of `DUMMY_HIR_ID` in calls to `ObligationClause::misc`
marmeladema
-3
/
+3
2020-04-10
Rollup merge of #69745 - estebank:predicate-obligations-3, r=nikomatsakis,eddyb
Mazdak Farrokhzad
-1
/
+3
2020-04-08
Use `PredicateObligation`s instead of `Predicate`s
Esteban Küber
-1
/
+3
2020-04-08
do_normalize_predicates: add delay_span_bug
Bastian Kauschke
-1
/
+1
2020-04-08
replace `has_local_value` with `needs_infer`
Bastian Kauschke
-1
/
+1
2020-04-02
use direct import for ErrorReported
Mazdak Farrokhzad
-1
/
+1
2020-03-30
Sync `Instance::resolve` with the projection code
Jonas Schievink
-1
/
+0
2020-03-30
spec. graph: track defining and finalizing impls
Jonas Schievink
-2
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-5
/
+5
2020-03-17
Erase regions in writeback
Matthew Jasper
-2
/
+2
2020-03-14
Split librustc_infer.
Camille GILLOT
-117
/
+4
2020-03-14
Move rustc_infer::traits to new crate rustc_trait_selection.
Camille GILLOT
-0
/
+646