summaryrefslogtreecommitdiff
path: root/compiler/rustc_target/src/spec/mipsisa32r6el_unknown_linux_gnu.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT2022-04-031-6/+6
* rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base`Vadim Petrochenkov2020-11-111-1/+1
* rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov2020-11-081-1/+1
* rustc_target: Move `linker_flavor` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-2/+1
* rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_env` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_endian` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* rustc_target: Move `target_c_int_width` from `Target` to `TargetOptions`Vadim Petrochenkov2020-11-071-1/+0
* Use integer literals for builtin target_pointer_width fieldsest312020-10-151-1/+1
* rustc_target: Refactor away `TargetResult`Vadim Petrochenkov2020-10-051-4/+4
* mv compiler to compiler/mark2020-08-301-0/+25