summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
2020-12-08Account for gaps in def path table during decodingAaron Hill-3/+8
2020-12-03rustc_metadata: Remove some dead codeVadim Petrochenkov-17/+0
2020-12-01Auto merge of #74967 - Aaron1011:feature/incr-def-path-table, r=pnkfelixbors-0/+52
2020-11-27Encode proc_macro directly.Camille GILLOT-62/+25
2020-11-25Lazy DefPath decoding for incremental compilationAaron Hill-0/+52
2020-11-18Improve error message when we try to get_type on something that does not have...Hannah McLaughlin-1/+6
2020-11-13Eliminate some temporary vectors & Remove unnecessary mark_attr_usedDániel Buga-6/+11
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-8/+8
2020-10-27Cache foreign_modules queryRyan Levick-3/+5
2020-10-14Remove unused code from remaining compiler cratesest31-21/+0
2020-10-06Split bounds from predicatesMatthew Jasper-1/+14
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-0/+4
2020-09-26Encode less metadata for proc-macro cratesAaron Hill-18/+38
2020-09-19wip emit errors during AbstractConst buildingBastian Kauschke-2/+3
2020-09-18support const_evaluatable_checked across crate boundariesBastian Kauschke-0/+19
2020-08-30mv compiler to compiler/mark-0/+1907