summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2021-06-11Preserve `SyntaxContext` for invalid/dummy spans in crate metadataAaron Hill-45/+45
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
2021-03-23Add query for const_param_defaultkadmin-8/+15
2021-03-23Some refactoringvarkor-2/+5
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-1/+1
2021-03-22Auto merge of #83273 - cjgillot:endecode, r=michaelwoeristerbors-17/+5
2021-03-19stabilize or_patternsmark-1/+1
2021-03-19coverage bug fixes and optimization supportRich Kadel-1/+1
2021-03-19Remove FingerprintEncoder/Decoder.Camille GILLOT-14/+0
2021-03-19Move raw bytes handling to Encoder/Decoder.Camille GILLOT-3/+5
2021-03-19Rollup merge of #83236 - cjgillot:memmap, r=joshtriplettDylan DPC-3/+3
2021-03-18Upgrade memmap to memmap2 in other crates.Camille GILLOT-3/+3
2021-03-17Iterate for super_predicates.Camille GILLOT-11/+3
2021-03-16Filter generics.Camille GILLOT-6/+43
2021-03-16Iterate on inferred_outlives.Camille GILLOT-32/+4
2021-03-16Iterate on explicit_predicates.Camille GILLOT-15/+1
2021-03-16Iterate on generics_of.Camille GILLOT-15/+2
2021-03-16Iterate on variances_of.Camille GILLOT-19/+39
2021-03-13Iterate on crate_inherent_impls for metadata.Camille GILLOT-14/+11
2021-03-09Remove hir::Item::attrs.Camille GILLOT-2/+5
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-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-3/+43
2021-02-23Add #[rustc_legacy_const_generics]Amanieu d'Antras-0/+4
2021-02-18Print -Ztime-passes (and misc stats/logs) on stderr, not stdout.Eduard-Mihai Burtescu-17/+17
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-33/+25
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2021-02-15Only store a LocalDefId in hir::MacroDef.Camille GILLOT-1/+1
2021-02-15Only store a LocalDefId in hir::ForeignItem.Camille GILLOT-10/+6
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-22/+18
2021-02-14bumped smallvec depsklensy-1/+1
2021-02-08Rollup merge of #81861 - tmiasko:mir-bytes, r=wesleywiserMara Bos-1/+6
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-4/+23
2021-02-07Show MIR bytes separately in -Zmeta-stats outputTomasz Miąsko-1/+6