summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
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