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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-10
/
+11
2024-11-06
Auto merge of #132625 - compiler-errors:cache-only-if-opaque, r=lcnr
bors
-6
/
+18
2024-11-05
Only disable cache if predicate has opaques within it
Michael Goulet
-6
/
+18
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-5
/
+7
2024-11-04
Remove the trivial constkind imports
Michael Goulet
-3
/
+3
2024-10-29
TypingMode :thinking:
lcnr
-62
/
+31
2024-10-28
Hack out effects support for old solver
Michael Goulet
-6
/
+14
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+7
2024-10-24
Remove associated type based effects logic
Michael Goulet
-2
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-2
/
+2
2024-10-20
Rip out old effects var handling code from traits
Michael Goulet
-13
/
+2
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-10
/
+10
2024-09-28
Rollup merge of #130866 - compiler-errors:dyn-instantiate-binder, r=lcnr
Matthias Krüger
-20
/
+73
2024-09-27
Get rid of a_is_expected from ToTrace
Michael Goulet
-3
/
+0
2024-09-27
Instantiate binders when checking supertrait upcasting
Michael Goulet
-20
/
+76
2024-09-26
Check allow instantiating object trait binder when upcasting and in new solver
Michael Goulet
-3
/
+3
2024-09-25
Compiler: Rename "object safe" to "dyn compatible"
León Orell Valerian Liehr
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-13
/
+11
2024-09-11
Simplify some nested if statements
Michael Goulet
-21
/
+17
2024-09-03
Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgau
bors
-1
/
+1
2024-09-03
Add `warn(unreachable_pub)` to `rustc_trait_selection`.
Nicholas Nethercote
-1
/
+1
2024-09-02
chore: Fix typos in 'compiler' (batch 3)
Alexander Cyon
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-3
/
+3
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-3
/
+3
2024-08-06
Cache supertrait outlives of impl header for soundness check
Michael Goulet
-26
/
+16
2024-08-05
Elaborate supertraits in dyn candidates
Michael Goulet
-0
/
+1
2024-08-05
Enforce supertrait outlives obligations hold when confirming impl
Michael Goulet
-2
/
+32
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-40
/
+28
2024-07-26
Make coroutine-closures possible to be cloned
Michael Goulet
-2
/
+15
2024-07-24
Do not try to reveal hidden types when trying to prove Freeze in the defining...
Oli Scherer
-7
/
+11
2024-07-24
Don't use global caches if opaques can be defined
Oli Scherer
-1
/
+7
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-10
instantiate higher ranked goals in candidate selection
lcnr
-54
/
+12
2024-07-09
Split out overflow handling into its own module
Michael Goulet
-1
/
+1
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-1
/
+1
2024-07-08
Rollup merge of #127437 - compiler-errors:uplift-trait-ref-is-knowable, r=lcnr
许杰友 Jieyou Xu (Joe)
-1
/
+1
2024-07-07
Uplift trait_ref_is_knowable and friends
Michael Goulet
-1
/
+1
2024-07-05
Actually just make can_eq process obligations (almost) everywhere
Michael Goulet
-1
/
+1
2024-06-24
Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...
Michael Goulet
-1
/
+1
2024-06-18
Fix impl for SolverDelegate
Michael Goulet
-1
/
+1
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-13
/
+13
2024-06-12
Rollup merge of #126353 - compiler-errors:move-match, r=lcnr
Jubilee
-2
/
+2
2024-06-12
Stop passing traitref/traitpredicate by ref
Michael Goulet
-7
/
+7
2024-06-12
Move MatchAgainstFreshVars to old solver
Michael Goulet
-2
/
+2
2024-06-11
Revert "When checking whether an impl applies, constrain hidden types of opaq...
Oli Scherer
-1
/
+1
2024-06-06
Uplift TypeRelation and Relate
Michael Goulet
-2
/
+2
2024-06-06
Uplift TypeError
Michael Goulet
-0
/
+1
2024-06-05
Fully implement `ConstArgHasType`
Boxy
-12
/
+14
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-2
/
+3
[next]