about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/hir
AgeCommit message (Expand)AuthorLines
2021-07-31rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tablesVadim Petrochenkov-8/+0
2021-07-27Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnrbors-0/+11
2021-07-25Auto merge of #83723 - cjgillot:ownernode, r=petrochenkovbors-182/+102
2021-07-25Use more of OwnerNode.Camille GILLOT-54/+43
2021-07-25Use OwnerNode in indexing.Camille GILLOT-106/+57
2021-07-25Introduce OwnerNode::Crate.Camille GILLOT-18/+2
2021-07-25Merge the BTreeMap in hir::Crate.Camille GILLOT-8/+4
2021-07-25Add inferred args to typeckkadmin-1/+1
2021-07-25Add generic arg inferkadmin-0/+11
2021-07-24Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakisbors-0/+13
2021-07-20Support HIR wf checking for function signaturesAaron Hill-1/+4
2021-07-14Shrink the CrateStore dynamic interface.Camille GILLOT-7/+6
2021-07-13Put checking if anonct is a default into a method on hir mapEllen-0/+13
2021-07-13Auto merge of #86857 - fee1-dead:add-attr, r=oli-obkbors-1/+9
2021-07-10functions marked with attr are not constDeadbeef-1/+9
2021-07-06Correct comments about untracked accesses.Camille GILLOT-12/+14
2021-07-06Make resolutions a query.Camille GILLOT-11/+24
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-6/+6
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-6/+6
2021-06-04Always go through the expn_that_defined query.Camille GILLOT-0/+4
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-35/+15
2021-06-01Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011bors-15/+35
2021-05-31Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoeristerbors-38/+45
2021-05-30Correct comments about untracked accesses.Camille GILLOT-13/+20
2021-05-30Make resolutions a query.Camille GILLOT-10/+23
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-6/+6
2021-05-28Merge fields and comment.Camille GILLOT-38/+45
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-11/+12
2021-05-12Use () for HIR queries.Camille GILLOT-11/+12
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-1/+1
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-1/+1
2021-05-07Hash attributes as part of the crate hash.Camille GILLOT-4/+9
2021-04-29Introduce a hir_owner_parent query.Camille GILLOT-2/+5
2021-04-29Move parenting info to index_hir.Camille GILLOT-26/+41
2021-04-29Do not compute entry parent when not required.Camille GILLOT-100/+127
2021-04-29Remove parent_node.Camille GILLOT-10/+1
2021-04-29Split crate_hash from index_hir.Camille GILLOT-110/+97
2021-04-27Add [TRACKED_NO_CRATE_HASH] and [SUBSTRUCT] directivesJoshua Nelson-1/+1
2021-03-30Remove hir::CrateItem.Camille GILLOT-2/+2
2021-03-27Remove (lots of) dead codeJoshua Nelson-29/+0
2021-03-25Auto merge of #83424 - cjgillot:noparam, r=lcnrbors-20/+2
2021-03-23GenericParam does not need to be a HIR owner.Camille GILLOT-20/+2
2021-03-23progress, stuff compiles nowlcnr-0/+4
2021-03-17Auto merge of #83188 - petrochenkov:field, r=lcnrbors-2/+2
2021-03-17Rollup merge of #83124 - cjgillot:iiib, r=petrochenkovYuki Okushi-3/+2
2021-03-16ast/hir: Rename field-related structuresVadim Petrochenkov-2/+2
2021-03-15Rollup merge of #83108 - jyn514:remove-unused, r=estebankDylan DPC-5/+0
2021-03-14Assert there is no duplicate node.Camille GILLOT-3/+2
2021-03-14Remove unused `opt_local_def_id_to_hir_id` functionJoshua Nelson-5/+0
2021-03-12Make def_key and HIR parenting consistent.Camille GILLOT-0/+12