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-10-20
s/generator/coroutine/
Oli Scherer
-17
/
+17
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-5
/
+5
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-4
/
+1
2023-09-02
Do not require associated types with Self: Sized to uphold bounds when confir...
Michael Goulet
-3
/
+3
2023-09-02
RPITITs are considered object-safe, they're always on Self:Sized methods
Michael Goulet
-0
/
+3
2023-08-28
Better error message for object type with GAT
Michael Goulet
-1
/
+1
2023-08-14
Remove constness from `ImplSource::Param`
Deadbeef
-4
/
+3
2023-08-04
Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr
bors
-64
/
+23
2023-08-03
Don't be incomplete
Michael Goulet
-83
/
+10
2023-08-03
Fix upcasting with normalization in old solver, add a test
Michael Goulet
-2
/
+12
2023-08-03
short-circuit when proj def ids differ
Michael Goulet
-5
/
+6
2023-08-03
Rework upcasting
Michael Goulet
-59
/
+80
2023-08-03
builtin impl confirmation wuhu
lcnr
-23
/
+17
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-11
/
+4
2023-07-27
Remove `constness` from `ParamEnv`
Deadbeef
-14
/
+6
2023-07-25
Make everything builtin!
Michael Goulet
-46
/
+42
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
[next]