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
2025-02-13
Implement and use BikeshedGuaranteedNoDrop for union/unsafe field validity
Michael Goulet
-1
/
+2
2025-02-08
Rustfmt
bjorn3
-3
/
+5
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-1
/
+1
2025-01-28
Make item self/non-self bound naming less whack
Michael Goulet
-2
/
+2
2025-01-21
Move supertrait_def_ids into the elaborate module like all other fns
Michael Goulet
-1
/
+3
2025-01-14
Prefer lower TraitUpcasting candidates
Michael Goulet
-0
/
+12
2024-12-27
Fix typos
chloefeal
-1
/
+1
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+10
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-17
consistently handle global where-bounds
lcnr
-305
/
+241
2024-12-11
Rename projection_def_id to item_def_id
Michael Goulet
-1
/
+1
2024-12-04
Make sure to record deps from cached task in new solver on first run
Michael Goulet
-4
/
+1
2024-12-02
Auto merge of #133626 - lcnr:fix-diesel, r=BoxyUwU
bors
-6
/
+11
2024-11-29
check local cache even if global is usable
lcnr
-6
/
+11
2024-11-28
support revealing defined opaque post borrowck
lcnr
-1
/
+6
2024-11-28
uplift fold_regions to rustc_type_ir
lcnr
-1
/
+2
2024-11-23
global old solver cache: use `TypingEnv`
lcnr
-20
/
+41
2024-11-23
no more Reveal :(
lcnr
-6
/
+6
2024-11-21
Stop being so bail-y in candidate assembly
Michael Goulet
-4
/
+0
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
[next]