cargo-llvm-lines

Count lines of LLVM IR per generic function

APACHE-2.0 License

Downloads
6
Stars
408
Committers
13
cargo-llvm-lines -

Published by dtolnay almost 2 years ago

  • Display cumulative percentages (#58, thanks @nnethercote)
cargo-llvm-lines -

Published by dtolnay about 2 years ago

  • Update argument parser to clap 4 (#57)
cargo-llvm-lines -

Published by dtolnay about 2 years ago

  • Add keywords to crates.io metadata
cargo-llvm-lines -

Published by dtolnay over 2 years ago

  • Update command line argument parser to clap 3.2 (#54)
cargo-llvm-lines -

Published by dtolnay over 2 years ago

cargo-llvm-lines -

Published by dtolnay over 2 years ago

  • Document how to interpret output in workspaces (#51, thanks @matklad)
  • Update command line argument parser to clap 3.1 (#52)
cargo-llvm-lines -

Published by dtolnay almost 3 years ago

  • Update to clap 3
cargo-llvm-lines -

Published by dtolnay about 3 years ago

  • When applicable, use the same cargo executable that invoked cargo-llvm-lines (#46, thanks @tgnottingham)
cargo-llvm-lines -

Published by dtolnay over 3 years ago

  • Add -q/--quiet flag to suppress progress output from Cargo
cargo-llvm-lines -

Published by dtolnay almost 4 years ago

  • Support running against examples (#42)
cargo-llvm-lines -

Published by dtolnay about 4 years ago

  • Accept any additional flags for rustc after --, as in: cargo llvm-lines -- -Zverbose (#39)
cargo-llvm-lines -

Published by dtolnay about 4 years ago

  • Include a Cargo.lock in the published package (#37)
cargo-llvm-lines -

Published by dtolnay about 4 years ago

  • Added a --files option to analyze rustc's --emit=llvm-lines output (#32, thanks @Julian-Wollersberger)
cargo-llvm-lines -

Published by dtolnay about 4 years ago

  • Add support for rustc's --target flag, as in cargo llvm-lines --target wasm32-unknown-unknown (#29)
cargo-llvm-lines -

Published by dtolnay about 4 years ago

  • Improvements to --help text
cargo-llvm-lines -

Published by dtolnay about 4 years ago

  • Fix "The system cannot find the file specified" error on Windows (#26)
cargo-llvm-lines -

Published by dtolnay about 4 years ago

  • Documentation improvements
cargo-llvm-lines -

Published by dtolnay over 4 years ago

  • Fix "the system cannot find the file specified. (os error 2)" on Windows (#23, thanks @panstromek)
cargo-llvm-lines -

Published by dtolnay over 4 years ago

  • Fix occasional misalignment of columns in output (#21)
cargo-llvm-lines -

Published by dtolnay over 4 years ago

  • Fix hang on invalid command line args; also forward more Cargo args through (#20, thanks @nnethercote)