| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-06-25 | rustc_target: Some more tests and fixes for linker arguments | Vadim Petrochenkov | -13/+84 | |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -0/+5 | |
| 2021-06-17 | Emit warnings for unused fields in custom targets. | Adam Bratschi-Kaye | -1/+1 | |
| 2021-04-04 | wasm64 | Gus Caplan | -0/+1 | |
| 2020-11-14 | Auto merge of #78959 - petrochenkov:likeuefi, r=nagisa | bors | -0/+2 | |
| rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` And document what `is_like_windows` and `is_like_msvc` actually mean in more detail. Addresses FIXMEs left from https://github.com/rust-lang/rust/pull/71030. r? `@nagisa` | ||||
| 2020-11-12 | rustc_target: Mark UEFI targets as `is_like_windows`/`is_like_msvc` | Vadim Petrochenkov | -0/+2 | |
| Document what `is_like_windows` and `is_like_msvc` mean in more detail. | ||||
| 2020-11-11 | rustc_target: Make sure that in-tree targets follow conventions for os and ↵ | Vadim Petrochenkov | -0/+13 | |
| vendor values | ||||
| 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 | |
