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
/
print
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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
2022-05-13
Add bound_impl_trait_ref
Jack Huey
-4
/
+4
2022-05-13
Add bound_type_of
Jack Huey
-8
/
+11
2022-05-10
Introduce EarlyBinder
Jack Huey
-4
/
+5
2022-05-03
Hide InlineConst's generic arg during print
Gary Guo
-0
/
+4
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-2
/
+2
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+0
2022-02-16
Fix inconsistent symbol mangling with -Zverbose
Tomasz Miąsko
-5
/
+0
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-3
/
+3
2022-02-15
Overhaul `RegionKind` and `Region`.
Nicholas Nethercote
-9
/
+1
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-01-15
Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis
Matthias Krüger
-0
/
+5
2021-12-22
When obligation is a sized predicate, prefer projection or object candidates ...
Jack Huey
-0
/
+5
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-09-28
More tracing instrumentation
Oli Scherer
-2
/
+2
2021-03-31
Add tcx lifetime to Binder
Jack Huey
-2
/
+2
2021-03-23
Add query for const_param_default
kadmin
-4
/
+1
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-11
/
+16
2021-01-01
adjust const generics defaults FIXMEs to the new feature gate
Rémy Rakic
-1
/
+1
2020-12-11
Move binder for dyn to each list item
Jack Huey
-2
/
+4
2020-09-26
MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap
Valerii Lashmanov
-3
/
+3
2020-09-23
Move MiniSet to data_structures
Andreas Jonson
-1
/
+1
2020-09-18
Remove redundancy in cache key
Tyler Mandry
-1
/
+1
2020-09-17
Better handling for exponential-sized types in misc places
Valerii Lashmanov
-7
/
+23
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
ty: remove obsolete printer
David Wood
-2
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+346