rust/compiler/rustc_codegen_llvm/src/back
Tomasz Miąsko 1ec905766d Use FromStr trait for number option parsing
Replace `parse_uint` with generic `parse_number` based on `FromStr`.
Use it for parsing inlining threshold to avoid casting later.
2021-03-09 14:49:04 +01:00
..
archive.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
lto.rs rustc: Stabilize -Zrun-dsymutil as -Csplit-debuginfo 2021-01-28 08:51:11 -08:00
profiling.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
write.rs Use FromStr trait for number option parsing 2021-03-09 14:49:04 +01:00