about summary refs log tree commit diff
path: root/src/librustc_target/spec/windows_uwp_base.rs
AgeCommit message (Collapse)AuthorLines
2020-04-13rustc_target: `windows(_uwp)_base` -> `windows(_uwp)_gnu_base`Vadim Petrochenkov-63/+0
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-04-04rustc_target: Rely on default value of `no_default_libraries` moreVadim Petrochenkov-1/+0
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-1/+0
2019-12-22Format the worldMark Rousskov-23/+24
2019-07-25Add UWP mingw targetsHugo Beauzée-Luyssen-0/+64