summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/mod.rs
AgeCommit message (Expand)AuthorLines
2022-07-09Only register hidden types for opaque types from the current crate, nothing e...Oli Scherer-0/+1
2022-06-22Rollup merge of #97895 - nbdd0121:unlikely, r=estebankYuki Okushi-1/+1
2022-06-19Auto merge of #98247 - jackh726:regionkind-rustc-type-ir, r=compiler-errorsbors-78/+1
2022-06-19Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obkDylan DPC-1/+1
2022-06-19Move RegionKind to rustc_type_irJack Huey-78/+1
2022-06-18Remove `likely!` and `unlikely!` macro from compilerGary Guo-1/+1
2022-06-15Consume resolutions for lowering separately.Camille GILLOT-0/+5
2022-06-15Remove unused item_generics_num_lifetimes.Camille GILLOT-1/+0
2022-06-15Rename `impl_constness` to `constness`Deadbeef-1/+1
2022-06-14Separate `source_span` and `expn_that_defined` from `Definitions`.Camille GILLOT-1/+5
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-1/+28
2022-06-14Separate Definitions and CrateStore from ResolverOutputs.Camille GILLOT-3/+0
2022-06-14rebaseb-naber-1/+1
2022-06-14address reviewb-naber-1/+8
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-13/+19
2022-06-08publicly export `ty::subst` in `ty`lcnr-1/+1
2022-06-08Folding revamp.Nicholas Nethercote-3/+5
2022-06-04Iterate over `maybe_unused_trait_imports` when checking dead trait importsElliot Roberts-2/+2
2022-05-30Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errorsbors-0/+5
2022-05-30Add a helper function for checking whether a default function in a trait can ...Oli Scherer-0/+5
2022-05-28Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet-20/+7
2022-05-28Remove some comments, inline interner fnMichael Goulet-1/+1
2022-05-28Fix TyKind lint, make consts no longer fn, etcMichael Goulet-4/+4
2022-05-28Initial fixes on top of type interner commitMichael Goulet-19/+34
2022-05-28Move things to rustc_type_irWilco Kusee-6/+6
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-0/+2
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-0/+2
2022-05-21Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplettbors-2/+2
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-2/+2
2022-05-20Auto merge of #95418 - cjgillot:more-disk, r=davidtwcobors-2/+2
2022-05-17Auto merge of #96825 - kckeiks:remove-item-like-visitor-trait, r=cjgillotbors-1/+1
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-3/+3
2022-05-14use opt_item_name to pattern match items with namesMiguel Guarniz-1/+1
2022-05-13Add bound_type_ofJack Huey-1/+1
2022-05-13Cache more queries on disk.Camille GILLOT-2/+2
2022-05-13Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwcoMatthias Krüger-6/+2
2022-05-12Correct comment.Camille GILLOT-6/+2
2022-05-10Introduce EarlyBinderJack Huey-3/+3
2022-05-10update clippylcnr-1/+1
2022-05-10only_local: always check for misuselcnr-17/+28
2022-05-10add check and don't encode `#[inline]`lcnr-0/+3
2022-05-10fix commentlcnr-3/+3
2022-05-10don't encode only locally used attrslcnr-0/+4
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-9/+9
2022-05-02fix most compiler/ doctestsElliot Roberts-9/+9
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-9/+27
2022-04-23Compute has_pub_restricted in the resolver.Camille GILLOT-0/+2
2022-04-23Drop vis in Item.Camille GILLOT-17/+1
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-4/+4
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-4/+4