about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/metadata.rs
AgeCommit message (Collapse)AuthorLines
2021-05-07Remove cg_llvm::metadata modulebjorn3-23/+0
2021-05-07Use the object crate for metadata readingbjorn3-89/+0
2021-05-02Change 'NULL' to 'null'Brent Kerby-1/+1
2021-02-25fix reviewklensy-1/+1
2021-02-24replaced some map_or with map_or_elseklensy-2/+2
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
with an eye on merging `TargetOptions` into `Target`. `TargetOptions` as a separate structure is mostly an implementation detail of `Target` construction, all its fields logically belong to `Target` and available from `Target` through `Deref` impls.
2020-08-30mv compiler to compiler/mark-0/+112