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
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-12
Streamline some inputs/output traversals.
Nicholas Nethercote
-4
/
+2
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-3
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-07-06
Remove walk_shallow
Michael Goulet
-17
/
+0
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-1
/
+2
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-14
/
+11
2024-06-04
Downsize `ty::Expr`
Boxy
-18
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate smallvec` from a couple of crates.
Nicholas Nethercote
-1
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-0
/
+9
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-2
/
+2
2024-02-06
Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs
Michael Goulet
-0
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
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