| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-11-08 | Collapse 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-05 | rustc_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-30 | mv compiler to compiler/ | mark | -0/+47 | |
