cargo-llvm-lines

Count lines of LLVM IR per generic function

APACHE-2.0 License

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

Published by dtolnay 5 months ago

  • Fix dependency on yanked version of libc crate
cargo-llvm-lines -

Published by dtolnay 6 months ago

  • Remove dependency on is-terminal crate (#86, thanks @klensy)
cargo-llvm-lines -

Published by dtolnay 7 months ago

  • Print cargo command when run with --verbose
cargo-llvm-lines -

Published by dtolnay about 1 year ago

  • Add -F short flag for --features (#79)
cargo-llvm-lines -

Published by dtolnay about 1 year ago

  • Improve --help (#77)
cargo-llvm-lines -

Published by dtolnay about 1 year ago

  • Improve --help (#75)
  • Recognize more of Cargo's flags (#76)
cargo-llvm-lines -

Published by dtolnay about 1 year ago

  • Add --sort=name option (#74, thanks @osiewicz)
cargo-llvm-lines -

Published by dtolnay about 1 year ago

  • Support Cargo's -Z flag for unstable (nightly-only) flags (#73)
cargo-llvm-lines -

Published by dtolnay over 1 year ago

cargo-llvm-lines -

Published by dtolnay over 1 year ago

cargo-llvm-lines -

Published by dtolnay over 1 year ago

  • Documentation improvements (thanks @brson)
cargo-llvm-lines -

Published by dtolnay over 1 year ago

  • Support --bench (#71, thanks @crepererum)
cargo-llvm-lines -

Published by dtolnay over 1 year ago

  • Documentation improvements
cargo-llvm-lines - 0.4.26

Published by dtolnay over 1 year ago

  • Eliminate dependency on unmaintained atty crate in favor of is-terminal (#67)
cargo-llvm-lines -

Published by dtolnay over 1 year ago

  • Eliminate dependency on remove_dir_all crate
cargo-llvm-lines -

Published by dtolnay over 1 year ago

  • Eliminate dependency on unmaintained tempdir crate
cargo-llvm-lines -

Published by dtolnay almost 2 years ago

  • Documentation improvements
cargo-llvm-lines -

Published by dtolnay almost 2 years ago

  • Respect NO_COLOR environment variable (https://no-color.org)
  • Support Cargo's --frozen, --locked, and --offline settings
cargo-llvm-lines -

Published by dtolnay almost 2 years ago

  • Support for running against an integration test (#62, thanks @Thomasdezeeuw)
cargo-llvm-lines -

Published by dtolnay almost 2 years ago

  • Add --filter to filter functions shown in output (#60, thanks @poliorcetics)