about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/mod.rs
AgeCommit message (Expand)AuthorLines
2020-11-11rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`Vadim Petrochenkov-0/+1
2020-11-10rustc_taret: Remove `TargetOptions::is_like_android`Vadim Petrochenkov-6/+0
2020-11-10Rollup merge of #78875 - petrochenkov:cleantarg, r=Mark-SimulacrumJonas Schievink-68/+82
2020-11-09Add `#[cfg(panic = "...")]`David Hewitt-0/+8
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-28/+36
2020-11-08Collapse all uses of `target.options.foo` into `target.foo`Vadim Petrochenkov-40/+46
2020-11-07rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov-11/+13
2020-11-07rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov-11/+5
2020-11-07rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov-5/+7
2020-11-07rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov-4/+11
2020-11-07rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov-5/+6
2020-11-07rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov-4/+18
2020-11-05Fix automatic_links warningsGuillaume Gomez-1/+1
2020-11-02add mipsel_unknown_none targetStephan-0/+1
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-4/+1
2020-10-15Rename target_pointer_width to pointer_width and turn it into an u32est31-5/+10
2020-10-13Add a target option for selecting a DWARF versionAustin Shafer-0/+15
2020-10-10Auto merge of #77580 - petrochenkov:norestarg, r=matthewjasperbors-41/+14
2020-10-08Implement the instruction_set attributexd009642-0/+7
2020-10-05rustc_target: Further simplify loading of built-in targetsVadim Petrochenkov-38/+13
2020-10-05rustc_target: Refactor away `TargetResult`Vadim Petrochenkov-4/+2
2020-09-14librustc_target: Initial support for riscv32gc_unknown_linux_gnuAlistair Francis-0/+1
2020-08-30mv compiler to compiler/mark-0/+1793