about summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
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
2021-05-12Use () for visible_parent_map.Camille GILLOT-3/+2
2021-05-12Use () for inherent_impls.Camille GILLOT-3/+2
2021-05-12Use () for mir_keys.Camille GILLOT-2/+2
2021-05-12Use () for proc_macro_decls_static.Camille GILLOT-9/+1
2021-05-12Use () for plugin_registrar_fn.Camille GILLOT-7/+0
2021-05-12Use () in dependency_formats.Camille GILLOT-5/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-22/+70
2021-05-12Implement span quoting for proc-macrosAaron Hill-15/+46
2021-05-08Fix diagnostic for matching/creating x-crate re-exported tuple structs with p...Luqman Aden-3/+28
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-29/+104
2021-05-05Add -Z simulate-remapped-rust-src-base option to simulate path virutalisation...Andy Wang-0/+25
2021-05-05Revamp RealFileName public methodsAndy Wang-15/+20
2021-05-05Emit RealFileName::Remapped on expanded relative path if working_dir has been...Andy Wang-10/+22
2021-05-05Use RealFileName for Session::working_dir as it may also be remappedAndy Wang-1/+1
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-3/+4
2021-05-05Rename RealFileName::Named to LocalPath and Devirtualized to RemappedAndy Wang-19/+24
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-8/+0
2021-05-02Change 'NULL' to 'null'Brent Kerby-3/+3
2021-04-27Make `real_rust_path_dir` a TRACKED_NO_CRATE_HASH optionJoshua Nelson-3/+3
2021-04-25Rollup merge of #84450 - jyn514:missing-std, r=petrochenkovDylan DPC-5/+39
2021-04-25Give a better error when std or core are missingJoshua Nelson-5/+39
2021-04-16Implement #[rustc_skip_array_during_method_dispatch]Josh Stone-0/+4
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-63/+0
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-3/+34
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-63/+0
2021-04-03Auto merge of #83682 - bjorn3:mmap_wrapper, r=cjgillotbors-17/+3
2021-03-30Remove hir::CrateItem.Camille GILLOT-1/+1
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-17/+3
2021-03-26Fix #83045 by moving some crate loading verification code to a better place.Michael Woerister-3/+8
2021-03-25Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandrybors-1/+1
2021-03-23Update with commentskadmin-1/+0
2021-03-23Update with commentskadmin-2/+2