about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/locator.rs
AgeCommit message (Expand)AuthorLines
2021-10-05Rollup merge of #89546 - joshtriplett:grow-metadata-faster, r=petrochenkovManish Goregaokar-1/+3
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-1/+1
2021-10-04Make an initial guess for metadata size to reduce buffer resizesJosh Triplett-1/+3
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-09-30Recommend running `cargo clean` in E0514 outputpierwill-1/+2
2021-09-10Add help for E0463Guillaume Gomez-0/+5
2021-09-02Introduce CrateRejections structbjorn3-40/+36
2021-09-02Remove root field from CrateLocatorbjorn3-7/+3
2021-09-02Remove host_hash from CrateLocatorbjorn3-4/+0
2021-09-02Refactor CrateLocator.is_proc_macrobjorn3-14/+10
2021-09-02Don't store Session in CrateLocatorbjorn3-11/+15
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-4/+4
2021-08-04Add back -Zno-profiler-runtimeAmanieu d'Antras-2/+2
2021-07-24Remove detection of rustup and cargo in 'missing extern crate' diagnosticsJoshua Nelson-2/+5
2021-07-06Revert "Revert "Merge CrateDisambiguator into StableCrateId""bjorn3-4/+4
2021-05-17Provide option for specifying the profiler runtimeAlan Egerton-1/+3
2021-04-25Give a better error when std or core are missingJoshua Nelson-3/+34
2021-03-30Add an Mmap wrapper to rustc_data_structuresbjorn3-16/+3
2021-03-18Upgrade memmap to memmap2 in other crates.Camille GILLOT-2/+2
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-0/+8
2021-01-29Pre-canoncalize ExternLocation::ExactPathsRyan Levick-8/+16
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-13/+9
2020-10-30Fix some more clippy warningsJoshua Nelson-5/+3
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-08-30mv compiler to compiler/mark-0/+1111