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
2023-05-19
update recursion depth in `confirm_candidate`
lcnr
-0
/
+6
2023-05-17
Exclude inherent projections from some alias ty matches
León Orell Valerian Liehr
-1
/
+4
2023-05-12
Note base types of coercion
Michael Goulet
-24
/
+12
2023-05-09
Rename `expected_trait_ref` to `self_ty_trait_ref`
Nilstrieb
-2
/
+2
2023-05-09
Shrink `SelectionError` a lot
Nilstrieb
-1
/
+8
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-1
/
+1
2023-04-26
Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber...
Maybe Waffle
-6
/
+1
2023-04-26
Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a...
Maybe Waffle
-5
/
+7
2023-04-26
Remove some more useless `ty::Binder::dummy` calls
Maybe Waffle
-5
/
+2
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-15
/
+29
2023-04-16
Erase regions when confirming transmutability candidate
Michael Goulet
-23
/
+25
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-0
/
+1
2023-03-21
remove some trait solver helpers
lcnr
-28
/
+16
2023-03-15
always make `define_opaque_types` explicit
lcnr
-11
/
+10
2023-03-06
Do not ICE when we have fn pointer Fn obligations with bound vars in the self...
Michael Goulet
-3
/
+11
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-6
/
+7
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-21
Make hidden type registration opt-in, so that each site can be reviewed on it...
Oli Scherer
-0
/
+2
2023-02-17
Avoid double-interning some `BoundVariableKind`s.
Nicholas Nethercote
-2
/
+0
2023-02-17
Replace more `mk_foo` calls with `infer_foo`.
Nicholas Nethercote
-2
/
+2
2023-02-17
Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU
bors
-2
/
+4
2023-02-16
changes from review
Kyle Matsuda
-1
/
+3
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-2
/
+2
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+1
2023-02-16
Clarify `DerivedObligationCause` may hold alias id
Alan Egerton
-1
/
+1
2023-02-15
Add specialized variants of `mk_region`.
Nicholas Nethercote
-2
/
+2
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-2
/
+2
2023-02-07
Replacing bound vars is actually instantiating a binder
Michael Goulet
-6
/
+6
2023-02-06
Rollup merge of #106477 - Nathan-Fenner:nathanf/refined-error-span-trait-impl...
Matthias Krüger
-0
/
+1
2023-01-30
Track bound types like bound regions
Michael Goulet
-1
/
+1
2023-01-30
Rollup merge of #107146 - compiler-errors:unsizing-params, r=cjgillot
Dylan DPC
-44
/
+10
2023-01-28
Make unsizing_params_for_adt into a query
Michael Goulet
-44
/
+10
2023-01-28
Rename `is_object_safe` to `check_is_object_safe` to hint side effects
Gary Guo
-1
/
+1
2023-01-27
Compute generator saved locals on MIR.
Camille GILLOT
-3
/
+8
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+3
2023-01-23
Point at specific field in struct literal when trait fulfillment fails
Nathan Fenner
-0
/
+1
2023-01-17
Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr
Matthias Krüger
-3
/
+2
2023-01-17
Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726
Matthias Krüger
-3
/
+3
2023-01-17
change item_bounds query to return EarlyBinder; remove bound_item_bounds query
Kyle Matsuda
-3
/
+2
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-3
/
+3
2023-01-15
instantiate_own doesn't need to return a pair of vectors
Michael Goulet
-3
/
+2
2023-01-12
attempt to make a minimal example work
Deadbeef
-1
/
+1
2023-01-04
Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag
Michael Goulet
-2
/
+2
2022-12-28
Allow trait method paths to satisfy const Fn bounds
Deadbeef
-7
/
+19
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-1
/
+1
2022-12-13
Combine identical alias arms
Michael Goulet
-2
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-4
/
+4
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-1
/
+1
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-1
/
+1
[next]