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
/
compiler
/
rustc_trait_selection
/
src
/
traits
/
select
/
confirmation.rs
Age
Commit message (
Expand
)
Author
Lines
2023-07-25
Restore tuple unsizing feature gate
Michael Goulet
-9
/
+16
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-120
/
+119
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-5
/
+2
2023-07-07
Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472
bors
-6
/
+1
2023-07-06
Separate select calls that don't need a binder
Michael Goulet
-2
/
+2
2023-07-06
TraitObligation -> PolyTraitObligation
Michael Goulet
-20
/
+20
2023-07-06
add helper methods for accessing struct tail
Lukas Markeffsky
-6
/
+1
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-5
/
+6
2023-07-05
Add some extra information to opaque type cycle errors
Oli Scherer
-4
/
+4
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-5
/
+4
2023-07-03
Remove chalk from the compiler
Michael Goulet
-8
/
+4
2023-06-28
Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr
Dylan DPC
-13
/
+7
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-2
/
+4
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-2
/
+2
2023-06-20
yeet upcast_trait_def_id from ImplSourceObjectData
Michael Goulet
-5
/
+1
2023-06-20
yeet ImplSource::TraitAlias too
Michael Goulet
-8
/
+6
2023-06-17
Remove even more redundant builtin candidates
Michael Goulet
-4
/
+4
2023-06-17
Simplify even more candidates
Michael Goulet
-11
/
+8
2023-06-17
Simplify an ObjectData field
Michael Goulet
-2
/
+6
2023-06-17
Simplify some impl source candidates
Michael Goulet
-13
/
+13
2023-06-17
Remove some ImplSource candidates
Michael Goulet
-16
/
+14
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-1
/
+1
2023-06-14
Auto merge of #110662 - bryangarza:safe-transmute-reference-types, r=compiler...
bors
-10
/
+64
2023-06-12
Safe Transmute: Refactor error handling and Answer type
Bryan Garza
-21
/
+14
2023-05-29
Rename `tcx.mk_re_*` => `Region::new_*`
Maybe Waffle
-1
/
+2
2023-05-28
Make EarlyBinder's inner value private; and fix all of the resulting errors
Kyle Matsuda
-2
/
+2
2023-05-24
Safe Transmute: Update definition of Condition type
Bryan Garza
-12
/
+14
2023-05-24
Safe Transmute: Check mutability before creating dst -> src obligation
Bryan Garza
-4
/
+13
2023-05-24
Safe Transmute: Fix propagation of errors
Bryan Garza
-1
/
+1
2023-05-24
Safe Transmute: Change Answer type to Result
Bryan Garza
-16
/
+15
2023-05-24
Safe Transmute: Enable handling references, including recursive types
Bryan Garza
-5
/
+56
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
[prev]
[next]