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
/
structural_normalize.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-07
Unify normalization of terms in deeply normalize
Michael Goulet
-4
/
+1
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-01-22
Rename `structurally_normalize` to `structurally_normalize_ty`
Boxy
-1
/
+1
2025-01-22
Use `structurally_normalize` instead of manual `normalizes-to` goals
Boxy
-47
/
+24
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-1
/
+1
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-19
Fix transmute goal
Michael Goulet
-0
/
+2
2024-09-22
Introduce structurally_normalize_const, use it in hir_typeck
Michael Goulet
-0
/
+40
2024-06-03
Nits and formatting
Michael Goulet
-2
/
+2
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-4
/
+4
2024-05-10
Use fewer origins when creating type variables.
Nicholas Nethercote
-4
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-15
Remove TypeVariableOriginKind
Michael Goulet
-5
/
+4
2024-02-16
Move trait into attr so it's greppable
Michael Goulet
-2
/
+2
2024-02-16
Use extension trait derive
Michael Goulet
-9
/
+2
2024-01-11
Remove special-casing around aliaskind in new solver
Michael Goulet
-2
/
+1
2023-12-18
Use alias-eq in structural normalization
Michael Goulet
-30
/
+31
2023-12-14
update use of feature flags
lcnr
-1
/
+1
2023-12-08
implement and use `NormalizesTo`
lcnr
-6
/
+2
2023-09-21
HACK: avoid hang in structurally_normalize
lcnr
-3
/
+9
2023-08-07
Structurally normalize weak and inherent too
Michael Goulet
-1
/
+3
2023-06-06
New trait solver is a property of inference context
Michael Goulet
-1
/
+1
2023-05-22
Structurally normalize in the new solver
Michael Goulet
-0
/
+55