summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/table.rs
AgeCommit message (Expand)AuthorLines
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-0/+14
2022-04-10Simplify FixedSizeEncoding using const generics.Camille GILLOT-107/+85
2022-04-10Directly encode DefId in metadata.Camille GILLOT-0/+28
2022-04-10Directly encode DefPathHash in metadata.Camille GILLOT-0/+19
2022-04-10Directly encode DefKind in metadata.Camille GILLOT-0/+46
2022-04-10Directly encode IsAsync in metadata.Camille GILLOT-0/+7
2022-04-10Directly encode Defaultness in metadata.Camille GILLOT-0/+8
2022-04-10Directly encode Constness in metadata.Camille GILLOT-0/+7
2022-04-10Directly encode ImplPolarity in metadata.Camille GILLOT-0/+37
2022-01-08Remove LazyMeta::min_sizebjorn3-4/+0
2021-09-14Allow taking an OwningRef of the crate metadata blob.Michael Woerister-1/+1
2021-03-19Move raw bytes handling to Encoder/Decoder.Camille GILLOT-1/+2
2020-08-30mv compiler to compiler/mark-0/+209