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
/
walk.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-4
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-14
/
+14
2023-04-18
Remove `as_substs` usage
Maybe Waffle
-1
/
+1
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2022-12-26
remove unused imports
Takayuki Maeda
-1
/
+1
2022-12-13
Combine identical alias arms
Michael Goulet
-2
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-2
/
+2
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-1
/
+1
2022-11-25
Add empty ConstKind::Abstract
kadmin
-0
/
+18
2022-10-18
change `ConstEvaluatable` to use `ty::Const`
lcnr
-0
/
+16
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-09-05
Pack `Term` in the same way as `GenericArg`.
Nicholas Nethercote
-3
/
+3
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-3
/
+3
2022-01-17
Add term to ExistentialProjection
kadmin
-2
/
+5
2022-01-15
initial revert
Ellen
-30
/
+11
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-08-26
ignore const substs in `implicit_infer`
lcnr
-9
/
+22
2021-08-26
add `tcx` to `fn walk`
lcnr
-18
/
+23
2021-08-26
make unevaluated const substs optional
lcnr
-1
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-2
/
+2
2021-02-23
Small optimizations to obligation forest
kadmin
-1
/
+1
2020-09-26
MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap
Valerii Lashmanov
-4
/
+4
2020-09-23
Move MiniSet to data_structures
Andreas Jonson
-43
/
+1
2020-09-17
Only visit types once when walking the type tree
Valerii Lashmanov
-8
/
+72
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-31
Remove notrust in rustc_middle
Ivan Tham
-2
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+182