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_middle
/
src
/
ty
/
relate.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-3
/
+1
2022-02-18
Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk
Matthias Krüger
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-21
/
+21
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-2
/
+2
2022-02-03
compiler: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-01-17
Add term to ExistentialProjection
kadmin
-4
/
+4
2022-01-17
Update term for use in more places
kadmin
-7
/
+18
2022-01-17
Use Term in ProjectionPredicate
kadmin
-5
/
+8
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-1
/
+1
2022-01-15
initial revert
Ellen
-4
/
+4
2021-12-29
Refactor variance diagnostics to work with more types
Aaron Hill
-10
/
+27
2021-12-19
Rollup merge of #91984 - Aaron1011:rustc-middle-lifetime, r=oli-obk
Matthias Krüger
-5
/
+5
2021-12-18
Rollup merge of #92022 - woodenarrow:br_expected_bool, r=estebank
Matthias Krüger
-9
/
+1
2021-12-17
Eliminate duplicate codes of expected_found_bool
lzh
-9
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-5
/
+5
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-13
/
+0
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-0
/
+13
2021-11-29
Completely remove ConstnessAnd
Oli Scherer
-13
/
+0
2021-11-06
type error go brrrrrrrr
Ellen
-2
/
+6
2021-10-20
Add polarity to TraitPredicate
Santiago Pastorino
-0
/
+15
2021-09-21
add case for checking const refs in check_const_value_eq
b-naber
-0
/
+9
2021-08-30
rename const_evaluatable_checked to generic_const_exprs
Ellen
-2
/
+2
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-4
/
+4
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-1
/
+1
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-1
/
+1
2021-08-26
make unevaluated const substs optional
lcnr
-4
/
+4
2021-08-13
Relate impl
Deadbeef
-0
/
+13
2021-08-13
move Constness into TraitPredicate
Deadbeef
-1
/
+18
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-1
/
+4
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-1
/
+1
2021-06-10
Make `relate_type_and_mut` public
Yuki Okushi
-1
/
+1
2021-06-06
Add variance-related information to lifetime error messages
Aaron Hill
-28
/
+57
2021-04-08
Use more accurate spans for trait/impl method arg divergence
Esteban Küber
-0
/
+6
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-8
/
+8
2021-03-31
Some rebinds and dummys
Jack Huey
-4
/
+3
2021-03-27
Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se
Dylan DPC
-13
/
+7
2021-03-27
update tests
lcnr
-3
/
+3
2021-03-27
combine: stop eagerly evaluating consts
Bastian Kauschke
-10
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-13
/
+7
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-11
/
+13
2021-03-19
Do not ICE on ty::Error as an error must already have been reported
Oli Scherer
-5
/
+9
2021-03-12
Pull out ConstValue relating into its own function
Oli Scherer
-46
/
+51
2021-03-12
Reduce the duplication in the relation logic for constants
Oli Scherer
-67
/
+45
2021-03-12
Reduce destructuring and re-interning where possible
Oli Scherer
-15
/
+18
2021-03-12
Resolve a FIXME around type equality checks in Relate for constants
Oli Scherer
-6
/
+9
2021-03-10
Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakis
Dylan DPC
-3
/
+5
2021-02-17
remove useless ?s (clippy::needless_question_marks)
Matthias Krüger
-2
/
+2
2021-01-23
always eagerly eval consts in Relate
Bastian Kauschke
-3
/
+5
2020-12-20
Auto merge of #79635 - lcnr:const-eval-idk, r=oli-obk
bors
-1
/
+10
2020-12-14
Add explanation for skip_binder in relate
Jack Huey
-0
/
+1
[next]