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
/
normalize.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-17
apply clippy::or_fun_call
klensy
-1
/
+1
2025-06-03
`FIXME(-Znext-solver)` triage
lcnr
-1
/
+1
2025-05-21
Document why we allow escaping bound vars in LTA norm
Boxy
-4
/
+13
2025-05-01
Set groundwork for proper const normalization
Boxy
-81
/
+115
2025-05-01
No-op split into sub functions
Boxy
-164
/
+162
2025-04-30
Rollup merge of #140468 - BoxyUwU:normalization_confusings2, r=lcnr
Matthias Krüger
-5
/
+8
2025-04-29
confusings
Boxy
-5
/
+8
2025-04-24
Remove `weak` alias terminology
Boxy
-1
/
+1
2025-04-19
Don't ICE on pending obligations from deep normalization in a loop
Michael Goulet
-1
/
+9
2025-04-03
add `TypingMode::Borrowck`
lcnr
-0
/
+2
2024-12-02
Assert that obligations are empty before deeply normalizing
Michael Goulet
-0
/
+9
2024-12-02
Deeply normalize when computing implied outlives bounds
Michael Goulet
-1
/
+1
2024-11-28
support revealing defined opaque post borrowck
lcnr
-6
/
+8
2024-11-23
remove remaining references to `Reveal`
lcnr
-1
/
+1
2024-11-23
no more Reveal :(
lcnr
-12
/
+6
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-1
/
+2
2024-10-31
normalization folders, yeet `ParamEnv::reveal`
lcnr
-14
/
+19
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-19
Rename normalize to normalize_internal, remove unnecessary usages
Michael Goulet
-1
/
+1
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-7
/
+7
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+14
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
2024-07-11
Remove fully_normalize
Michael Goulet
-5
/
+3
2024-07-10
simplify and future-proof `needs_normalization`
lcnr
-8
/
+5
2024-07-09
Split out overflow handling into its own module
Michael Goulet
-1
/
+1
2024-07-08
Move trait selection error reporting to its own top-level module
Michael Goulet
-2
/
+2
2024-06-21
Rename a bunch of things
Michael Goulet
-5
/
+5
2024-06-20
Add blank lines after module-level `//!` comments.
Nicholas Nethercote
-0
/
+1
2024-06-03
Align Term methods with GenericArg methods
Michael Goulet
-2
/
+2
2024-06-03
Nits and formatting
Michael Goulet
-5
/
+6
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-4
/
+9
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-5
/
+5
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-04
Rename HAS_PROJECTIONS to HAS_ALIASES etc.
León Orell Valerian Liehr
-0
/
+2
2024-02-22
overflow errors: change source to a concrete enum
lcnr
-7
/
+7
2024-02-20
Introduce expand_weak_alias_tys
León Orell Valerian Liehr
-11
/
+9
2024-02-20
Rename some normalization-related items
León Orell Valerian Liehr
-2
/
+0
2024-02-19
remove outdated comment
lcnr
-1
/
+1
2024-02-19
split `project` into multiple files
lcnr
-0
/
+423