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_erasing_regions.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-07
add unused `NormalizesTo` predicate
lcnr
-0
/
+1
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-1
/
+0
2023-11-13
Remove `-Zperf-stats`.
Nicholas Nethercote
-6
/
+0
2023-07-03
remove TypeWellFormedFromEnv
Michael Goulet
-2
/
+1
2023-06-26
TypeWellFormedInEnv
Michael Goulet
-1
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-7
/
+7
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-06-17
Move WF goal to clause
Michael Goulet
-1
/
+1
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-1
/
+1
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-2
/
+2
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+1
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-0
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-11-28
partially_normalize_... -> At::normalize
Michael Goulet
-1
/
+1
2022-11-28
Rename At::normalize to At::query_normalize
Michael Goulet
-1
/
+1
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-3
/
+4
2022-11-21
Add an always-ambiguous predicate to make sure that we don't accidentlally al...
Oli Scherer
-0
/
+1
2022-11-17
try_normalize_after_erasing_regions: promote an assertion to always run
Ralf Jung
-1
/
+3
2022-10-17
rm `try_normalize_mir_const_after_erasing_regions`
lcnr
-3
/
+0
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-22
/
+21
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+0
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-02-15
Overhaul `PredicateInner` and `Predicate`.
Nicholas Nethercote
-2
/
+2
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-1
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+1
2021-12-31
Auto merge of #91929 - anuvratsingh:remove_in_band_lifetimes_compiler_rustc_t...
bors
-1
/
+1
2021-12-30
Removed `in_band_lifetimes` from `rustc_traits`
Anuvrat
-1
/
+1
2021-12-13
get rid of normalize_generic_arg... queries
b-naber
-18
/
+2
2021-12-13
normalize_generic_arg_after in terms of try version
b-naber
-34
/
+11
2021-12-01
implement version of normalize_erasing_regions that doesn't assume value is n...
b-naber
-0
/
+40
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+1
2021-03-31
Add a new normalization query just for mir constants
Oli Scherer
-8
/
+19
2021-01-16
Review changes
Jack Huey
-11
/
+11
2020-11-18
Don't run `resolve_vars_if_possible` in `normalize_erasing_regions`
Joshua Nelson
-3
/
+9
2020-11-16
compiler: fold by value
Bastian Kauschke
-3
/
+3
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+54