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
/
print
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-07
Simplify temp path creation a bit
Michael Goulet
-1
/
+1
2025-03-30
Encode synthetic by-move coroutine body with a different DefPathData
Michael Goulet
-2
/
+5
2025-01-31
Rework "long type names" printing logic
Esteban Küber
-0
/
+4
2025-01-06
Use a post-monomorphization typing env when mangling components that come fro...
Michael Goulet
-21
/
+19
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-0
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-07-02
Re-implement a type-size based limit
Michael Goulet
-1
/
+31
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2024-05-19
Add and use generics.is_empty() and generics.is_own_empty, rather than using ...
Santiago Pastorino
-1
/
+1
2024-05-10
Also debug
Michael Goulet
-0
/
+4
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-0
/
+17
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-1
/
+1
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-1
/
+1
2024-03-22
Make RawPtr take Ty and Mutbl separately
Michael Goulet
-1
/
+1
2024-02-23
compiler: clippy::complexity fixes
Matthias Krüger
-1
/
+1
2024-02-06
Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closure
Michael Goulet
-2
/
+19
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-12-10
Revert "Don't print host effect param in pretty path_generic_args"
Deadbeef
-4
/
+1
2023-12-09
Don't print host effect param in pretty path_generic_args
Michael Goulet
-1
/
+4
2023-12-03
rustc: Harmonize `DefKind` and `DefPathData`
Vadim Petrochenkov
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-28
Remove needless `allow`s
Nilstrieb
-2
/
+0
2023-10-21
Make `ty::print::Printer` take `&mut self` instead of `self`
Nilstrieb
-31
/
+31
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-2
/
+2
2023-10-17
Remove `Print::Error`
Nilstrieb
-7
/
+0
2023-10-17
Remove `Printer::Error`
Nilstrieb
-27
/
+27
2023-10-17
Remove `Print::Output`
Nilstrieb
-10
/
+5
2023-10-17
Remove "subprinter" types from `Printer`
Nilstrieb
-26
/
+20
2023-09-23
Remove GeneratorWitness and rename GeneratorWitnessMIR.
Camille GILLOT
-2
/
+1
2023-08-14
Use `{Local}ModDefId` in many queries
Nilstrieb
-1
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-20
/
+23
2023-05-28
Make EarlyBinder's inner value private; and fix all of the resulting errors
Kyle Matsuda
-1
/
+1
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-2
/
+5
2023-04-21
Allow `LocalDefId` as the argument to `def_path_str`
Oli Scherer
-1
/
+1
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-0
/
+1
2023-01-14
change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re...
Kyle Matsuda
-1
/
+1
2022-12-14
Remove TraitRef::new
Oli Scherer
-4
/
+2
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-11-19
drive-by: PolyExistentialPredicate
Michael Goulet
-4
/
+2
2022-10-14
Get rid of `rustc_query_description!`
Nilstrieb
-1
/
+10
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+1
2022-06-19
Move RegionKind to rustc_type_ir
Jack Huey
-2
/
+2
2022-06-14
address review
b-naber
-0
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+1
2022-06-08
dedup diagnostics default params handling
lcnr
-38
/
+1
[next]