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
/
structural_impls.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-13
Add bound_fn_sig
Jack Huey
-0
/
+21
2022-04-17
Stop using CRATE_DEF_INDEX.
Camille GILLOT
-2
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-3
/
+3
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-1
/
+1
2022-02-24
Auto merge of #94131 - Mark-Simulacrum:fmt-string, r=oli-obk
bors
-8
/
+14
2022-02-21
optimize `TypeFoldable` for 2 element tuples
lcnr
-13
/
+0
2022-02-20
Always format to internal String in FmtPrinter
Mark Rousskov
-8
/
+14
2022-02-20
Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk
bors
-9
/
+9
2022-02-17
Improve comments about type folding/visiting.
Nicholas Nethercote
-8
/
+11
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-9
/
+9
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-8
/
+8
2022-02-15
Overhaul `PredicateInner` and `Predicate`.
Nicholas Nethercote
-4
/
+4
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-11
add tainted_by_errors to mir::Body
Michael Goulet
-0
/
+1
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-6
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+6
2022-01-17
Add term to ExistentialProjection
kadmin
-1
/
+1
2022-01-17
Use Term in ProjectionPredicate
kadmin
-4
/
+14
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-1
/
+0
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-12
/
+48
2022-01-15
initial revert
Ellen
-62
/
+12
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-1
/
+0
2022-01-07
Remove region from UpvarCapture and move it to CapturedPlace
Gary Guo
-6
/
+0
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-10
/
+10
2021-12-13
Avoid cloning refcounted types during folding
Alan Egerton
-6
/
+67
2021-12-12
Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"
Deadbeef
-1
/
+1
2021-12-03
Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"
Santiago Pastorino
-1
/
+1
2021-12-02
Rename TypeFolderFallible to FallibleTypeFolder
Alan Egerton
-30
/
+30
2021-12-02
Reduce boilerplate around infallible folders
Alan Egerton
-77
/
+161
2021-11-29
Add constness to ParamEnv
Oli Scherer
-1
/
+1
2021-11-26
Adapt `TypeFolder` implementors to return a `Result`
LeSeulArtichaut
-6
/
+6
2021-11-26
Make `TypeFoldable` implementors short-circuit on error
LeSeulArtichaut
-81
/
+81
2021-10-28
implement type-changing-struct-update
SparrowLii
-0
/
+1
2021-10-20
Add polarity to TraitPredicate
Santiago Pastorino
-3
/
+7
2021-09-22
Support `#[track_caller]` on closures and generators
Aaron Hill
-5
/
+5
2021-08-27
Add `ty::BoundConstness`
Deadbeef
-3
/
+3
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-0
/
+25
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-4
/
+4
2021-08-26
don't just compare `ty::Const`
lcnr
-0
/
+4
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-0
/
+4
2021-08-26
make unevaluated const substs optional
lcnr
-8
/
+23
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+9
2021-08-13
move Constness into TraitPredicate
Deadbeef
-10
/
+8
2021-04-08
Use more accurate spans for trait/impl method arg divergence
Esteban Küber
-0
/
+2
2021-03-31
Track bound vars
Jack Huey
-2
/
+4
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-5
/
+9
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-3
/
+7
2021-01-18
Move a few more types to `rustc_type_ir`
LeSeulArtichaut
-58
/
+1
2021-01-16
More review comments
Jack Huey
-2
/
+2
2021-01-16
Review changes
Jack Huey
-35
/
+35
[next]