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
/
solve
/
normalize.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-07
Unify normalization of terms in deeply normalize
Michael Goulet
-63
/
+21
2025-06-06
Treat normalizing consts like normalizing types in deeply normalize
Michael Goulet
-23
/
+24
2025-04-29
confusings
Boxy
-25
/
+32
2025-04-23
More
Michael Goulet
-15
/
+27
2025-04-22
Properly drain pending obligations for coroutines
Michael Goulet
-21
/
+25
2025-04-22
Collect and resolve ambiguous obligations from normalizing in writeback
Michael Goulet
-2
/
+34
2025-04-10
Deeply normalize obligations in BestObligation
Michael Goulet
-12
/
+20
2025-02-08
Rustfmt
bjorn3
-15
/
+16
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-18
/
+17
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-08-11
Use assert_matches around the compiler
Michael Goulet
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+8
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-1
/
+2
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-21
Rename a bunch of things
Michael Goulet
-2
/
+2
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-5
/
+4
2024-06-03
Nits and formatting
Michael Goulet
-17
/
+19
2024-06-03
Add cycle errors to ScrubbedTraitError to remove a couple more calls to new_w...
Michael Goulet
-2
/
+2
2024-06-03
Use ScrubbedTraitError in more places
Michael Goulet
-5
/
+3
2024-06-03
Make TraitEngines generic over error
Michael Goulet
-20
/
+33
2024-06-03
Remove unnecessary extension trait
Michael Goulet
-1
/
+0
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-7
/
+4
2024-05-12
solve: replace all `debug` with `trace`
lcnr
-2
/
+2
2024-05-10
Use fewer origins when creating type variables.
Nicholas Nethercote
-8
/
+2
2024-04-16
Auto merge of #123537 - compiler-errors:shallow, r=lcnr
bors
-1
/
+1
2024-04-15
Simplify shallow resolver to just fold ty/consts
Michael Goulet
-1
/
+1
2024-04-15
Remove ConstVariableOriginKind
Michael Goulet
-5
/
+2
2024-04-15
Remove TypeVariableOriginKind
Michael Goulet
-5
/
+3
2024-04-04
Rename HAS_PROJECTIONS to HAS_ALIASES etc.
León Orell Valerian Liehr
-2
/
+2
2024-02-22
overflow errors: change source to a concrete enum
lcnr
-3
/
+7
2024-02-20
some type system cleanup
lcnr
-18
/
+11
2024-02-19
split `project` into multiple files
lcnr
-3
/
+2
2024-01-11
Remove special-casing around aliaskind in new solver
Michael Goulet
-19
/
+22
2023-12-12
refactor writeback: emit normalization errors with new solver
lcnr
-2
/
+2
2023-12-08
implement and use `NormalizesTo`
lcnr
-3
/
+3
2023-12-05
Continue folding if deep normalizer fails
Michael Goulet
-14
/
+40
2023-12-05
Add deeply_normalize_for_diagnostics, use it in coherence
Michael Goulet
-1
/
+15
2023-10-18
AliasTy::new instead of tcx method
lcnr
-1
/
+1
2023-08-03
avoid more `ty::Binder:dummy`
lcnr
-6
/
+3
2023-07-24
Rollup merge of #113987 - compiler-errors:comments, r=lcnr
Matthias Krüger
-1
/
+2
2023-07-23
more clippy::style fixes:
Matthias Krüger
-2
/
+2
2023-07-23
Comment stuff in the new solver
Michael Goulet
-1
/
+2
2023-07-14
Auto merge of #113471 - compiler-errors:new-solver-norm-escaping, r=lcnr
bors
-1
/
+15
2023-07-14
assertion, comment
Michael Goulet
-0
/
+4
2023-07-14
Allow escaping bound vars during normalize_erasing_regions in new solver
Michael Goulet
-1
/
+11
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-07-07
Normalize opaques during codegen in new solver
Michael Goulet
-3
/
+1
2023-07-05
Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk
Michael Goulet
-0
/
+2
2023-07-04
Replace `mk_const` with `Const::new_x` methods
Boxy
-2
/
+2
[next]