summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/native_libs.rs
AgeCommit message (Expand)AuthorLines
2020-11-26Remove ForeignMod struct.Camille GILLOT-3/+3
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+1
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-1/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-09-15don't lazily evaulate some trivial values for Option::None replacements (clip...Matthias Krüger-2/+2
2020-08-30mv compiler to compiler/mark-0/+269