about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle
AgeCommit message (Expand)AuthorLines
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-4/+4
2021-07-05Auto merge of #86877 - bjorn3:remove_lib_source, r=petrochenkovbors-38/+3
2021-07-05Remove LibSourcebjorn3-38/+3
2021-07-04Combine individual limit queries into single `limits` queryAaron Hill-8/+17
2021-07-04Query-ify global limit attribute handlingAaron Hill-20/+23
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-1/+1
2021-06-20Implement the query in cstore_impl.Camille GILLOT-2/+0
2021-06-15better codehi-rustin-3/+3
2021-06-15shrinking the deprecated method spanhi-rustin-3/+4
2021-06-10Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011bors-1/+0
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-4/+4
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-0/+7
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Drop metadata_encoding_version.Camille GILLOT-1/+0
2021-06-01Make is_private_dep a query.Camille GILLOT-1/+0
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-2/+4
2021-05-30Drop metadata_encoding_version.Camille GILLOT-1/+0
2021-05-30Make is_private_dep a query.Camille GILLOT-1/+0
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-30Make resolutions a query.Camille GILLOT-1/+1
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-4/+4
2021-05-12Use () for analysis.Camille GILLOT-1/+1
2021-05-12Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebankYuki Okushi-4/+18
2021-05-11improve diagnosts for GATsb-naber-0/+14
2021-05-08Address commentshi-rustin-4/+1
2021-05-07shrinking the deprecated method spanhi-rustin-4/+21
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-0/+1
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+4
2021-04-25Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelixYuki Okushi-5/+10
2021-04-20Add an attribute to be able to configure the limitOli Scherer-5/+10
2021-04-19Remove closure_treeCameron Steffen-31/+0
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-0/+4
2021-04-05Allow specifying alignment for functionsWesley Norris-0/+4
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-1/+1
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-0/+2
2021-03-31Make late and late_anon regions track the bound var positionJack Huey-2/+7
2021-03-27Remove (lots of) dead codeJoshua Nelson-6/+2
2021-03-24resolve late lifetimes by itemJack Huey-5/+0
2021-01-16Enforce that query results implement DebugAaron Hill-6/+6
2020-12-23Rollup merge of #80302 - pierwill:fix-80287, r=lcnrGuillaume Gomez-4/+2
2020-12-22docs: Update rustc_middle::middle::region::ScopeTreepierwill-4/+2
2020-12-21docs: Edit rustc_middle::middle::privacypierwill-4/+6
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-35/+40
2020-12-03rustc_metadata: Remove some dead codeVadim Petrochenkov-2/+0
2020-12-01Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obkGuillaume Gomez-2/+1
2020-12-01Created NestedMetaItem::name_value_literal_span methodGuillaume Gomez-2/+1
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-0/+6
2020-11-12stability: More precise location for deprecation lint on macrosVadim Petrochenkov-2/+3
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-2/+4
2020-11-04fix a couple of clippy warnings:Matthias Krüger-1/+1