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
/
confirmation.rs
Age
Commit message (
Expand
)
Author
Lines
2022-04-02
Make GATs object safe under generic_associated_types_extended feature
Jack Huey
-4
/
+66
2022-03-24
Properly track `ImplObligation`s
Esteban Kuber
-31
/
+44
2022-03-21
Tidy up
Deadbeef
-4
/
+8
2022-03-21
Rename `~const Drop` to `~const Destruct`
Deadbeef
-17
/
+43
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-3
/
+3
2022-03-14
check all dyn obligations, actually
Michael Goulet
-17
/
+13
2022-03-14
check Projection supertrait bounds when confirming dyn candidate
Michael Goulet
-1
/
+3
2022-02-27
Auto merge of #94144 - est31:let_else_trait_selection, r=cjgillot
bors
-12
/
+8
2022-02-21
Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoerister
bors
-6
/
+4
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-6
/
+4
2022-02-19
Consolidate normalization in confirm_poly_trait_refs
Michael Goulet
-73
/
+30
2022-02-19
rustc_trait_selection: adopt let else in more places
est31
-12
/
+8
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2022-01-26
drive-by: use is_const and is_const_if_const
Michael Goulet
-3
/
+1
2022-01-26
Improve selection errors for `~const` trait bounds
Deadbeef
-2
/
+2
2022-01-19
Foreign types are trivially drop
Michael Goulet
-1
/
+2
2022-01-19
skip some layers in const drop confirmation
Michael Goulet
-70
/
+91
2022-01-19
never type is const Drop
Michael Goulet
-2
/
+4
2022-01-18
Check const Drop impls considering ConstIfConst bounds
Michael Goulet
-2
/
+104
2022-01-16
Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis
Matthias Krüger
-1
/
+3
2022-01-15
initial revert
Ellen
-2
/
+2
2022-01-10
Elaborate param_env predicates when checking if type outlives involving proje...
Jack Huey
-1
/
+3
2021-12-25
normalize env constness for nested obligations
Deadbeef
-0
/
+33
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-7
/
+9
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-9
/
+7
2021-11-29
Completely remove ConstnessAnd
Oli Scherer
-1
/
+1
2021-11-29
Avoid storing the ImplPolarity and Constness next to a TraitRef and use Trait...
Oli Scherer
-6
/
+8
2021-11-06
Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakis
bors
-10
/
+24
2021-10-30
stabilize `relaxed_struct_unsize`
lcnr
-40
/
+12
2021-10-20
Consider negative polarity on overlap check
Santiago Pastorino
-2
/
+2
2021-10-18
Normalize obligations for closure confirmation
jackh726
-10
/
+24
2021-10-01
Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk
Manish Goregaokar
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-2
/
+2
2021-09-15
Remove ToPolyTraitRef impl for TraitRef
jackh726
-1
/
+2
2021-09-15
Remove ToPredicate impls that use Binder::dummy
jackh726
-3
/
+3
2021-09-15
Coerce const FnDefs to implement const Fn traits
Deadbeef
-1
/
+1
2021-09-09
Const drop selection candidates
Deadbeef
-1
/
+3
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-3
/
+2
2021-08-26
add `tcx` to `fn walk`
lcnr
-4
/
+4
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-8
/
+43
2021-08-18
Properly generate multiple candidates for trait upcasting coercion.
Charles Lew
-50
/
+85
2021-07-31
Implement trait upcasting coercion type-checking.
Charles Lew
-4
/
+50
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-12
/
+7
2021-04-27
Make traits with GATs not object safe
Jack Huey
-4
/
+3
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-1
/
+1
2021-03-31
Some rebinds and dummys
Jack Huey
-1
/
+1
2021-02-15
Add `ptr::Pointee` trait (for all types) and `ptr::metadata` function
Simon Sapin
-1
/
+4
2021-02-04
add `relaxed_struct_unsize` feature gate
Bastian Kauschke
-15
/
+44
2021-02-04
relax adt unsizing requirements
Bastian Kauschke
-8
/
+5
[next]