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_traits
/
src
/
normalize_projection_ty.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-01
Set groundwork for proper const normalization
Boxy
-4
/
+10
2025-04-24
Remove `weak` alias terminology
Boxy
-3
/
+3
2024-10-12
Swap Vec<PredicateObligation> to type alias
GnomedDev
-2
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+1
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
-1
/
+1
2024-06-03
Align Term methods with GenericArg methods
Michael Goulet
-1
/
+1
2024-06-03
Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w...
Michael Goulet
-8
/
+5
2024-06-03
Opt-in diagnostics reporting to avoid doing extra work in the new solver
Michael Goulet
-4
/
+5
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-8
/
+2
2024-04-30
Remove `extern crate tracing` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-02-20
Rename some normalization-related items
León Orell Valerian Liehr
-16
/
+17
2024-02-19
`normalize_projection_ty` is not used with next-solver
lcnr
-14
/
+13
2024-02-12
Dejargnonize subst
Shoyu Vanilla
-1
/
+1
2024-01-12
Remove redundant Code from FulfillmentErrorCode variants
Michael Goulet
-1
/
+1
2023-11-13
Remove `-Zperf-stats`.
Nicholas Nethercote
-3
/
+0
2023-09-13
Detect cycle errors hidden by opaques during monomorphization
Michael Goulet
-1
/
+25
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-1
/
+33
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-1
/
+28
2022-10-27
(almost) Always use ObligationCtxt when dealing with canonical queries
Michael Goulet
-4
/
+3
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-01-28
Remove generalization over projection
kadmin
-1
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+42