1
Fork 0
rust/compiler/rustc_codegen_ssa/src/back
Dylan DPC e64dbb1f46
Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper
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-04-05 13:03:37 +02:00
..
rpath
archive.rs Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
command.rs Instruct lld that our @ files are posix-style, not Windows 2020-10-05 08:01:44 -04:00
link.rs Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
linker.rs Rollup merge of #80525 - devsnek:wasm64, r=nagisa 2021-04-05 00:24:23 +02:00
lto.rs Add an Mmap wrapper to rustc_data_structures 2021-03-30 18:57:03 +02:00
mod.rs
rpath.rs Fix tests 2021-03-03 11:22:44 +01:00
symbol_export.rs Move SanitizerSet to rustc_target 2021-04-03 00:37:49 +03:00
write.rs Rollup merge of #82483 - tmiasko:option-from-str, r=matthewjasper 2021-04-05 13:03:37 +02:00