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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_trait_selection
/
src
/
traits
/
select
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-04
Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726
bors
-0
/
+18
2021-10-04
Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726
bors
-0
/
+16
2021-09-02
Preserve most sub-obligations in the projection cache
Aaron Hill
-1
/
+1
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-1
/
+1
2021-08-27
fmt
Deadbeef
-24
/
+26
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-17
/
+19
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-1
/
+1
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-3
/
+2
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-4
/
+8
2021-08-22
Auto merge of #88166 - BoxyUwU:const-equate-canon, r=lcnr
bors
-4
/
+1
2021-08-22
Auto merge of #88139 - lcnr:marker-trait-attr, r=nikomatsakis
bors
-3
/
+10
2021-08-21
Auto merge of #88135 - crlf0710:trait_upcasting_part_3, r=nikomatsakis
bors
-0
/
+6
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+16
2021-08-19
move code to `InferCtxt` method
Ellen
-8
/
+1
2021-08-19
canonicalize const equate predicates
Ellen
-4
/
+8
2021-08-18
marker_traits: require `EvaluatedToOk`
lcnr
-3
/
+10
2021-08-18
Properly generate multiple candidates for trait upcasting coercion.
Charles Lew
-0
/
+6
2021-08-14
Assign FIXMEs to me and remove obsolete ones
Deadbeef
-1
/
+1
2021-08-13
make check less conservative and add explanation
Deadbeef
-0
/
+12
2021-08-13
Fix tests
Deadbeef
-2
/
+3
2021-08-13
Pass constness to SelectionContext
Deadbeef
-20
/
+45
2021-08-13
Make selection and evaluation caches use constness
Deadbeef
-30
/
+57
2021-08-13
fmt
Deadbeef
-1
/
+2
2021-08-13
fmt
Deadbeef
-2
/
+3
2021-08-13
Filter non-const impls when we expect a const one
Deadbeef
-4
/
+21
2021-08-13
move Constness into TraitPredicate
Deadbeef
-6
/
+5
2021-07-21
Improve caching during trait evaluation
Aaron Hill
-4
/
+4
2021-07-19
Better diagnostics when mismatched types due to implict static lifetime
jackh726
-1
/
+7
2021-07-17
Some perf optimizations and logging
jackh726
-3
/
+7
2021-07-16
Add initial implementation of HIR-based WF checking for diagnostics
Aaron Hill
-2
/
+2
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-06-29
Return `EvaluatedToOk` when type in outlives predicate is global
Aaron Hill
-1
/
+9
2021-05-25
Auto merge of #85481 - lcnr:const-equate, r=matthewjasper
bors
-1
/
+23
2021-05-19
deal with `const_evaluatable_checked` in `ConstEquate`
lcnr
-1
/
+23
2021-05-13
have on_completion record subcycles
Niko Matsakis
-48
/
+60
2021-05-07
Rollup merge of #84987 - lcnr:nits, r=Mark-Simulacrum
Dylan DPC
-2
/
+0
2021-05-06
outdated comment
lcnr
-2
/
+0
2021-05-06
Pick candidate with fewer bound vars
Jack Huey
-5
/
+5
2021-04-25
Deduplicate ParamCandidates with the same value except for bound vars
Jack Huey
-1
/
+11
2021-04-19
fix few typos
klensy
-1
/
+1
2021-04-01
Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoerister
bors
-1
/
+1
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-4
/
+7
2021-03-30
Adjust profiling.
Camille GILLOT
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-1
/
+1
2021-03-24
Use `EvaluatedToOkModuloRegions` whenever we erase regions
Aaron Hill
-1
/
+14
2021-03-21
Rollup merge of #83040 - lcnr:unused-ct-substs, r=oli-obk
Dylan DPC
-4
/
+2
2021-03-20
update `const_eval_resolve`
lcnr
-9
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-1
/
+6
[next]