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
2025-03-24
Instantiate binder before registering nested obligations for auto/built-in tr...
Michael Goulet
-24
/
+13
2025-03-18
Remove existing AFIDT implementation
Michael Goulet
-6
/
+0
2025-03-09
Do not register `Self: AutoTrait` when confirming auto trait
Michael Goulet
-15
/
+1
2025-03-06
Rollup merge of #137910 - compiler-errors:async-fn-goal-error, r=oli-obk
Michael Goulet
-1
/
+3
2025-03-05
Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk
许杰友 Jieyou Xu (Joe)
-29
/
+0
2025-03-04
mgca: Lower all const paths as `ConstArgKind::Path`
Noah Lev
-1
/
+1
2025-03-03
Improve error message for AsyncFn trait failure for RPIT
Michael Goulet
-1
/
+3
2025-02-28
Remove `allow(unused_variables)` for `rustc_transmute`.
Nicholas Nethercote
-8
/
+3
2025-02-28
Remove `rustc_transmute`'s dependence on `rustc_infer`.
Nicholas Nethercote
-1
/
+1
2025-02-27
Delete tuple unsizing
Alice Ryhl
-29
/
+0
2025-02-13
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity
Michael Goulet
-0
/
+92
2025-02-08
Rustfmt
bjorn3
-36
/
+49
2025-01-18
Get rid of `ToPolyTraitRef`
Michael Goulet
-3
/
+4
2025-01-14
Prefer lower TraitUpcasting candidates
Michael Goulet
-1
/
+1
2024-12-31
Make sure we check the future type is Sized in AsyncFn*
Michael Goulet
-3
/
+20
2024-12-10
Don't check RPITITs that are Self:Sized for PointerLike
Michael Goulet
-0
/
+5
2024-12-10
Implement projection and shim for AFIDT
Michael Goulet
-0
/
+74
2024-12-04
No need to create placeholders for GAT args in confirm_object_candidate
Michael Goulet
-52
/
+2
2024-12-03
Remove generic_associated_types_extended feature gate
Michael Goulet
-1
/
+1
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-1
/
+1
2024-11-05
Auto merge of #132580 - compiler-errors:globs, r=Noratrieb
bors
-1
/
+1
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-1
/
+1
2024-11-02
No need to instantiate binder in confirm_async_closure_candidate
Michael Goulet
-9
/
+3
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-21
Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr
bors
-183
/
+8
2024-10-20
Rip out old effects var handling code from traits
Michael Goulet
-183
/
+8
2024-10-19
Fix transmute goal
Michael Goulet
-5
/
+8
2024-10-17
Allow dropping dyn principal
Michael Goulet
-0
/
+4
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-31
/
+34
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-5
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-55
/
+37
2024-08-31
Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu
Matthias Krüger
-0
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-08-29
Stop using ty::GenericPredicates for non-predicates_of queries
Michael Goulet
-7
/
+5
2024-08-18
safe transmute: forbid reference lifetime extension
Jack Wrenn
-73
/
+103
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+6
2024-06-27
Make queries more explicit
Michael Goulet
-1
/
+1
2024-06-25
Auto merge of #125610 - oli-obk:define_opaque_types14, r=compiler-errors
bors
-4
/
+4
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-19
Allow constraining opaque types during auto trait casting
Oli Scherer
-1
/
+1
2024-06-19
Allow constraining opaque types during unsizing
Oli Scherer
-3
/
+3
2024-06-16
Auto merge of #126505 - compiler-errors:no-vtable, r=lcnr
bors
-41
/
+2
2024-06-14
Only compute vtable information during codegen
Michael Goulet
-41
/
+2
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-6
/
+6
2024-06-14
Add TyCtxt::is_lang_item
Michael Goulet
-1
/
+1
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-3
/
+0
2024-06-03
check_is_object_safe -> is_object_safe
Michael Goulet
-1
/
+1
2024-05-19
Add and use generics.is_empty() and generics.is_own_empty, rather than using ...
Santiago Pastorino
-1
/
+1
2024-05-16
Remove trivial Binder::dummy calls
Michael Goulet
-1
/
+1
[next]