about summary refs log tree commit diff
path: root/src/librustc/ty
AgeCommit message (Expand)AuthorLines
2020-03-24Rollup merge of #69981 - oli-obk:const_blocks, r=eddybMazdak Farrokhzad-2/+87
2020-03-24Run rustfmtOliver Scherer-1/+4
2020-03-23Fully qualify the path to DepKind.Camille GILLOT-8/+4
2020-03-23Address review.Camille GILLOT-0/+6
2020-03-23Fallout in other crates.Camille GILLOT-13/+0
2020-03-23Remove leftover mentions of `from_anon_const`Oliver Scherer-1/+1
2020-03-23Limit `from_anon_const` to `AnonConst`s.Oliver Scherer-1/+4
2020-03-23query normalize_generic_arg_after_erasing_regionsBastian Kauschke-5/+32
2020-03-23Address review commentsOliver Scherer-6/+8
2020-03-23add missing visit_constsBastian Kauschke-5/+15
2020-03-23Remove `ReClosureBound`Matthew Jasper-19/+1
2020-03-23Split long derive lists into two derive attributes.Ana-Maria Mihalache-165/+26
2020-03-23Use `DefId`s to identify anon consts when converting from HIR to ty::ConstOliver Scherer-8/+6
2020-03-23Inline `const_param_def_id` at its only use siteOliver Scherer-33/+29
2020-03-23Document most methods on `ty::Const`Oliver Scherer-0/+15
2020-03-23Evaluate repeat expression lengths as late as possibleOliver Scherer-1/+69
2020-03-23Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakisMazdak Farrokhzad-154/+158
2020-03-23Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centrilbors-14/+4
2020-03-23Auto merge of #70204 - Centril:unshackled-lowering, r=Zoxcbors-0/+1
2020-03-22Remove special-casing from TyCtxt::impl_of_method.Adam Perry-12/+2
2020-03-22Allow #[track_caller] in traits.Adam Perry-2/+2
2020-03-22Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-SimulacrumDylan DPC-30/+26
2020-03-21Rollup merge of #70003 - eddyb:symbol-mangling-reify-shims, r=nikomatsakisDylan DPC-4/+0
2020-03-21separate out an arena for HIRMazdak Farrokhzad-0/+1
2020-03-21remove unused unit values (clippy::unused_unit)Matthias Krüger-1/+1
2020-03-21make some let-if-bindings more idiomatic (clippy::useless_let_if_seq)Matthias Krüger-29/+25
2020-03-21symbol_names: treat ReifyShim like VtableShim.Eduard-Mihai Burtescu-4/+0
2020-03-21rustc: make {Closure,Generator}Substs::split as cheap as possible.Eduard-Mihai Burtescu-67/+31
2020-03-21rustc: keep upvars tupled in {Closure,Generator}Substs.Eduard-Mihai Burtescu-122/+162
2020-03-21Rollup merge of #70119 - eddyb:typeck-tables-local-def-id, r=petrochenkovDylan DPC-77/+50
2020-03-21Rollup merge of #69910 - cjgillot:polym, r=ZoxcDylan DPC-201/+226
2020-03-21Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=ZoxcMazdak Farrokhzad-1/+0
2020-03-21Rollup merge of #70089 - eddyb:closure-sig-infer, r=nikomatsakisMazdak Farrokhzad-20/+14
2020-03-21Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddybMazdak Farrokhzad-0/+1
2020-03-21Rollup merge of #67888 - Zoxc:metadata-prefetch, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-7/+7
2020-03-20Rollup merge of #69935 - davidtwco:issue-69925, r=eddybYuki Okushi-0/+26
2020-03-20Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJungYuki Okushi-3/+11
2020-03-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-0/+1
2020-03-19Make the timer more verboseJohn Kåre Alsaker-1/+1
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-1/+0
2020-03-19rustc: use LocalDefId instead of DefId in TypeckTables.Eduard-Mihai Burtescu-77/+50
2020-03-19rustc: use LocalDefId instead of DefIndex in hir::map::definitions.Eduard-Mihai Burtescu-10/+7
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-49/+15
2020-03-19rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it.Eduard-Mihai Burtescu-4/+8
2020-03-19rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI...Eduard-Mihai Burtescu-1/+1
2020-03-19rustc: make LocalDefId's index field public like DefId's is.Eduard-Mihai Burtescu-1/+1
2020-03-19rustc: use LocalDefId instead of DefIndex for query keys.Eduard-Mihai Burtescu-14/+17
2020-03-19Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakisMazdak Farrokhzad-0/+12
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-25/+18