summaryrefslogtreecommitdiff
path: root/compiler/rustc_target/src/spec/mips_unknown_linux_musl.rs
Commit message (Expand)AuthorAgeFilesLines
* Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT2022-04-031-6/+6
* Change related spec files to use the new enumLzu Tao2021-01-061-1/+2
* rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov2020-11-081-5/+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-2/+5
* 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/+22