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-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
2024-12-02
Assert that obligations are empty before deeply normalizing
Michael Goulet
-0
/
+3
2024-12-02
Deeply normalize when computing implied outlives bounds
Michael Goulet
-3
/
+4
2024-11-28
support revealing defined opaque post borrowck
lcnr
-3
/
+3
2024-11-23
no more Reveal :(
lcnr
-5
/
+5
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-8
/
+15
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-1
/
+1
2024-10-31
normalization folders, yeet `ParamEnv::reveal`
lcnr
-9
/
+11
2024-10-29
TypingMode :thinking:
lcnr
-1
/
+0
2024-10-27
Remove ObligationCause::span() method
Michael Goulet
-1
/
+1
2024-10-24
Implement const effect predicate in new solver
Michael Goulet
-0
/
+2
2024-10-19
Rename normalize to normalize_internal, remove unnecessary usages
Michael Goulet
-1
/
+1
2024-10-17
move `defining_opaque_types` out of `Canonical`
lcnr
-20
/
+20
2024-10-17
`DropckOutlives` to `rustc_middle`
lcnr
-26
/
+8
2024-10-17
`ImpliedOutlivesBounds` to `rustc_middle`
lcnr
-14
/
+1
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-9
/
+11
[next]