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
/
solve
/
delegate.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-1
/
+1
2025-09-08
review
lcnr
-1
/
+1
2025-09-08
pass `sub_relations` into canonical queries
lcnr
-2
/
+3
2025-09-08
eagerly compute `sub_relations` again
lcnr
-7
/
+6
2025-08-01
Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr
bors
-1
/
+0
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-1
/
+0
2025-07-30
stall ConstArgHasType in compute_goal_fast_path
Michael Goulet
-0
/
+7
2025-07-20
Consider param-env for fast path
Michael Goulet
-15
/
+7
2025-07-15
Add alias for ArgOutlivesPredicate
Michael Goulet
-3
/
+1
2025-07-15
Consider outlives assumptions when proving auto traits for coroutine interiors
Michael Goulet
-1
/
+7
2025-07-13
Simplify make_query_region_constraints
Michael Goulet
-7
/
+1
2025-06-27
Auto merge of #142223 - compiler-errors:perf-wf, r=lcnr
bors
-0
/
+10
2025-06-25
rename RegionVariableOrigin::MiscVariable to RegionVariableOrigin::Misc
Michael Goulet
-1
/
+1
2025-06-24
Introduce trivial WF functions, use it in fast path
Michael Goulet
-0
/
+10
2025-06-16
trait_sel: extend fast path with sized hierarchy
David Wood
-2
/
+9
2025-06-02
Fast path for subtype and coercion goals
Michael Goulet
-0
/
+11
2025-06-02
Fast path for stalled obligations on self ty
Michael Goulet
-0
/
+10
2025-05-29
Tweak fast path trait handling
Michael Goulet
-21
/
+37
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-05-26
Rename
Michael Goulet
-1
/
+1
2025-05-26
Avoid obligation construction dance with query region constraints
Michael Goulet
-1
/
+1
2025-05-23
yeet `CanonicalVarInfo`
lcnr
-3
/
+3
2025-05-18
Fast path for sized pred
Michael Goulet
-0
/
+16
2025-05-18
Fast path for processing some obligations in the new solver
Michael Goulet
-2
/
+34
2025-05-07
opaque_type_storage to InferCtxtLike
lcnr
-47
/
+0
2025-05-06
support duplicates in the opaque_types_storage
lcnr
-5
/
+32
2025-05-02
Use less rustc_type_ir in the compiler codebase
Romain Perier
-3
/
+3
2025-04-30
Use less rustc_type_ir in the compiler codebase
Romain Perier
-4
/
+4
2025-04-26
convert some `GenericArg` to `Term`
lcnr
-5
/
+9
2025-04-03
add `TypingMode::Borrowck`
lcnr
-0
/
+1
2025-04-01
simplify Interner opaque types API
lcnr
-18
/
+9
2025-03-23
Obligation::as_goal
Michael Goulet
-1
/
+1
2025-03-15
Squash fold into ty
Michael Goulet
-2
/
+1
2025-02-28
Remove `allow(unused_variables)` for `rustc_transmute`.
Nicholas Nethercote
-8
/
+4
2025-02-28
Remove `rustc_transmute`'s dependence on `rustc_infer`.
Nicholas Nethercote
-1
/
+1
2025-02-05
Pass spans around new solver
Michael Goulet
-6
/
+9
2025-02-05
Remove span from delegate
Michael Goulet
-2
/
+0
2025-01-31
Manually walk into WF obligations in BestObligation proof tree visitor
Michael Goulet
-4
/
+5
2025-01-03
Also in the new solver
Michael Goulet
-3
/
+2
2024-12-20
remove non-borrowck member constraints
lcnr
-2
/
+0
2024-11-28
support revealing defined opaque post borrowck
lcnr
-1
/
+3
2024-11-23
no more Reveal :(
lcnr
-1
/
+1
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-12
/
+11
2024-10-29
TypingMode :thinking:
lcnr
-15
/
+9
2024-10-17
Rollup merge of #131825 - lcnr:probe-no-more-leak-2, r=compiler-errors
Matthias Krüger
-0
/
+1
2024-10-17
SolverDelegate add assoc type for Infcx
lcnr
-0
/
+1
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-2
/
+2
2024-10-11
remove outdated FIXMEs
lcnr
-0
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
[next]