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
/
query
Age
Commit message (
Expand
)
Author
Lines
2025-10-02
Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnr
bors
-1
/
+3
2025-09-30
clone region obligations instead of taking in implied bounds hack
Jana Dönszelmann
-1
/
+7
2025-09-30
Split Bound into Canonical and Bound
jackh726
-1
/
+3
2025-09-26
allow method calls on opaques
lcnr
-2
/
+9
2025-09-24
imrpove type_op failure ICE
lcnr
-3
/
+3
2025-09-18
support calls on opaque types :<
lcnr
-0
/
+17
2025-09-09
Driveby fixes
Boxy
-0
/
+2
2025-09-09
erase_regions to erase_and_anonymize_regions
Boxy
-1
/
+1
2025-08-22
change HIR typeck unification handling approach
lcnr
-10
/
+15
2025-08-08
Check coroutine upvars and in dtorck constraint
Michael Goulet
-24
/
+50
2025-08-01
Auto merge of #144458 - compiler-errors:no-witness-mini, r=lcnr
bors
-2
/
+5
2025-08-01
Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr
bors
-1
/
+0
2025-07-31
Extract borrowck coroutine drop-liveness hack
Michael Goulet
-2
/
+5
2025-07-31
Overhaul `Constraint`.
Nicholas Nethercote
-1
/
+0
2025-07-31
Remove `ParamEnvAnd::into_parts`.
Nicholas Nethercote
-1
/
+1
2025-07-20
Consider param-env for fast path
Michael Goulet
-1
/
+1
2025-07-18
Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obk
bors
-1
/
+9
2025-07-15
Consider outlives assumptions when proving auto traits for coroutine interiors
Michael Goulet
-1
/
+9
2025-07-15
Implement other logics
tiif
-0
/
+1
2025-07-13
Simplify make_query_region_constraints
Michael Goulet
-4
/
+1
2025-07-02
Use is_trivially_wf for ProvePredicate fast path
Michael Goulet
-12
/
+2
2025-06-13
TypeVisiting binders no longer requires TypeFolding its interior
Michael Goulet
-2
/
+2
2025-05-26
Rename
Michael Goulet
-2
/
+2
2025-05-13
Expect deep norm to fail if query norm failed
Michael Goulet
-5
/
+17
2025-05-12
Flush errors before deep normalize in dropck_outlives
Michael Goulet
-0
/
+8
2025-05-07
Require T: TypeFoldable in Binder<T> visit
Michael Goulet
-2
/
+2
2025-04-30
Use less rustc_type_ir in the compiler codebase
Romain Perier
-1
/
+1
2025-04-28
Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obk
Guillaume Gomez
-4
/
+4
2025-04-26
convert some `GenericArg` to `Term`
lcnr
-6
/
+6
2025-04-24
Remove `weak` alias terminology
Boxy
-4
/
+4
2025-04-24
Remove some unnecessary clones.
Nicholas Nethercote
-2
/
+1
2025-04-09
re-use sized fast path
David Wood
-11
/
+2
2025-04-08
clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`
xizheyin
-1
/
+1
2025-04-03
add `TypingMode::Borrowck`
lcnr
-0
/
+1
2025-03-15
Fold visit into ty
Michael Goulet
-2
/
+2
2025-03-15
Squash fold into ty
Michael Goulet
-6
/
+5
2025-03-04
Only use implied bounds hack if bevy, and use deeply normalize in implied bou...
Michael Goulet
-148
/
+50
2025-02-28
Update query normalizer docs
Boxy
-12
/
+9
2025-02-17
Clean up dropck code a bit
Matthew Jasper
-35
/
+21
2025-02-17
Report dropck normalization errors in borrowck
Matthew Jasper
-9
/
+42
2025-02-11
Make DeeplyNormalize a real type op
Michael Goulet
-3
/
+55
2025-01-31
Manually walk into WF obligations in BestObligation proof tree visitor
Michael Goulet
-2
/
+4
2025-01-29
Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726
bors
-14
/
+10
2025-01-25
Pass spans to perform_locally_in_new_solver
Michael Goulet
-15
/
+26
2025-01-24
Revert "Rollup merge of #135914 - compiler-errors:vanquish-query-norm, r=jack...
Michael Goulet
-14
/
+10
2025-01-23
Remove query normalize from dropck outlives type op
Michael Goulet
-10
/
+14
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-1
/
+7
2024-12-20
remove non-borrowck member constraints
lcnr
-5
/
+2
2024-12-14
(Re-)Implement impl_trait_in_bindings
Michael Goulet
-0
/
+6
2024-12-14
Split UserTypeAnnotation to have a kind
Michael Goulet
-4
/
+4
[next]