about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src
AgeCommit message (Expand)AuthorLines
2021-07-06Correct comments about untracked accesses.Camille GILLOT-3/+3
2021-07-06Make resolutions a query.Camille GILLOT-0/+6
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-29/+16
2021-07-05Remove LibSourcebjorn3-3/+13
2021-07-01Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkovbors-7/+7
2021-07-01Rename all_crate_nums query to crates and remove useless wrapperbjorn3-7/+7
2021-06-30use is_const_fn_raw when encoding constnessDeadbeef-1/+6
2021-06-28Auto merge of #85909 - cjgillot:alloc-kind-query, r=Aaron1011bors-5/+1
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-4/+3
2021-06-21Print more crate details in -ZlsJeremy Fitzhardinge-2/+15
2021-06-20Implement the query in cstore_impl.Camille GILLOT-5/+1
2021-06-18Auto merge of #85284 - eggyal:custom-profiler-runtime, r=jackh726bors-19/+25
2021-06-17Early return from `inject_profiler_runtime`Alan Egerton-23/+23
2021-06-17Auto merge of #85834 - cjgillot:save-sbi, r=michaelwoeristerbors-4/+4
2021-06-11Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillotbors-3/+3
2021-06-10Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011bors-6/+4
2021-06-09Encode CrateNum using the StableCrateId for incr. comp.Camille GILLOT-4/+4
2021-06-08Store boxed metadata loader in CrateLoaderbjorn3-3/+3
2021-06-07Revert "Merge CrateDisambiguator into StableCrateId"bjorn3-16/+29
2021-06-06Auto merge of #84171 - ricobbe:raw-dylib-via-llvm, r=petrochenkovbors-11/+61
2021-06-05Auto merge of #86002 - cjgillot:expn_that_defined, r=petrochenkovbors-1/+1
2021-06-04Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl...Richard Cobbe-11/+61
2021-06-04Always go through the expn_that_defined query.Camille GILLOT-1/+1
2021-06-04Rollup merge of #85889 - denismerigoux:master, r=petrochenkovYuki Okushi-0/+11
2021-06-04Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514Yuki Okushi-2/+0
2021-06-03Restore the num_def_ids_untracked public function giving the total number of ...Denis Merigoux-0/+11
2021-06-02Restrict access to crate_name.Camille GILLOT-3/+2
2021-06-02Update compiler/rustc_metadata/src/rmeta/mod.rsCamille Gillot-1/+1
2021-06-02Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011bors-4/+5
2021-06-01Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726bors-1/+1
2021-06-01Drop metadata_encoding_version.Camille GILLOT-6/+4
2021-06-01Make is_private_dep a query.Camille GILLOT-4/+5
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-16/+16
2021-05-31Remove unused feature gatesbjorn3-2/+0
2021-05-30Drop metadata_encoding_version.Camille GILLOT-6/+4
2021-05-30Correct comments about untracked accesses.Camille GILLOT-3/+3
2021-05-30Make is_private_dep a query.Camille GILLOT-4/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-3/+2
2021-05-30Make resolutions a query.Camille GILLOT-0/+6
2021-05-30Remove CrateNum::ReservedForIncrCompCachebjorn3-1/+1
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-29/+16
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
2021-05-17Provide option for specifying the profiler runtimeAlan Egerton-18/+24
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-32/+12
2021-05-16Reuse variableAndy Wang-3/+1
2021-05-16Remap after prepending cwdAndy Wang-5/+16
2021-05-14Auto merge of #85211 - Aaron1011:metadata-invalid-span, r=michaelwoeristerbors-45/+45
2021-05-13Rollup merge of #85068 - luqmana:78708-xcrate-diag, r=estebankGuillaume Gomez-3/+28
2021-05-12Preserve `SyntaxContext` for invalid/dummy spans in crate metadataAaron Hill-45/+45
2021-05-12Use () for analysis.Camille GILLOT-3/+3