summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/creader.rs
AgeCommit message (Expand)AuthorLines
2021-04-25Give a better error when std or core are missingJoshua Nelson-2/+5
2021-04-04Rollup merge of #73945 - est31:unused_externs, r=Mark-SimulacrumDylan DPC-3/+34
2021-03-26Fix #83045 by moving some crate loading verification code to a better place.Michael Woerister-3/+8
2021-03-19coverage bug fixes and optimization supportRich Kadel-1/+1
2021-03-08Fix the testsest31-1/+7
2021-03-08Emit the lint level of the unused-crate-dependenciesest31-8/+28
2021-03-08Gate the printing on --json=unused-externsest31-2/+3
2021-03-08Emit unused externsest31-0/+4
2021-03-07Auto merge of #81635 - michaelwoerister:structured_def_path_hash, r=pnkfelixbors-2/+28
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-4/+23
2021-02-02Let a portion of DefPathHash uniquely identify the DefPath's crate.Michael Woerister-2/+28
2021-01-29Pre-canoncalize ExternLocation::ExactPathsRyan Levick-5/+5
2021-01-26Check for rmeta crates when getting existing crates from cacheRyan Levick-2/+3
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-1/+1
2020-12-14Improve warnings on incompatible options involving -Zinstrument-coverageRich Kadel-2/+9
2020-10-30Fix some more clippy warningsJoshua Nelson-4/+1
2020-08-30mv compiler to compiler/mark-0/+980