about summary refs log tree commit diff
path: root/src/librustc_target/spec/i686_uwp_windows_gnu.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-33/+0
2020-08-13Add LLD flags for MinGWMateusz Mikuła-1/+3
2020-04-13rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base`Vadim Petrochenkov-1/+1
The old naming is from ancient times when there was no MSVC support. Also `uefi_base` -> `uefi_msvc_base`. It will inherit from `msvc_base` in a future commit, plus a GNU UEFI target is also potentially possible.
2020-01-07Update data layouts to include new X86 address spacesNikita Popov-1/+3
2019-12-22Format the worldMark Rousskov-1/+3
2019-07-25Add UWP mingw targetsHugo Beauzée-Luyssen-0/+27