about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/riscv32imc_esp_espidf.rs
AgeCommit message (Expand)AuthorLines
2022-07-11rustc_target: Flip the default for `TargetOptions::executables` to trueVadim Petrochenkov-1/+0
2022-04-03Cleanup after some refactoring in rustc_targetLoïc BRANSTETT-3/+1
2022-04-03Replace every Vec in Target(Options) with it's Cow equivalentLoïc BRANSTETT-1/+3
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-10/+10
2022-02-23riscv32imc_esp_espidf: set max_atomic_width to 64Scott Mabin-2/+2
2021-08-10STD support for the ESP-IDF frameworkivmarkov-0/+37