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
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-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-64
/
+1
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-2
/
+2
2022-06-03
Normalize consts' tys when relating with adt_const_params
Michael Goulet
-4
/
+9
2022-05-13
Add bound_type_of
Jack Huey
-3
/
+3
2022-05-10
Introduce EarlyBinder
Jack Huey
-2
/
+3
2022-04-17
Split relate_substs into two functions
Martin Gammelsæter
-28
/
+33
2022-04-16
Optimize relate_substs by extracting match
Martin Gammelsæter
-12
/
+12
2022-03-25
Auto merge of #95082 - spastorino:overlap-inherent-impls, r=nikomatsakis
bors
-1
/
+25
2022-03-24
Extract impl_subject_and_oglibations fn and make equate receive subjects
Santiago Pastorino
-1
/
+25
2022-03-21
try to evaluate in try_unify
b-naber
-1
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
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
[next]