summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/tests
AgeCommit message (Collapse)AuthorLines
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-10/+10
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-10-05rustc_target: Refactor away `TargetResult`Vadim Petrochenkov-11/+4
Construction of a built-in target is always infallible now, so `TargetResult` is no longer necessary.
2020-08-30mv compiler to compiler/mark-0/+47