rust/compiler/rustc_codegen_ssa
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
..
src Use FromStr trait for number option parsing 2021-03-09 14:49:04 +01:00
Cargo.toml rustc_codegen_ssa: tune codegen according to available concurrency 2021-02-15 13:02:49 -08:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.