Skip to content

Releases: dtolnay/cargo-llvm-lines

0.4.11

23 Feb 01:09
0.4.11
c75237f
Compare
Choose a tag to compare
  • Add -q/--quiet flag to suppress progress output from Cargo

0.4.10

23 Dec 20:24
0.4.10
fd88991
Compare
Choose a tag to compare
  • Support running against examples (#42)

0.4.9

20 Oct 16:55
0.4.9
b5b4948
Compare
Choose a tag to compare
  • Accept any additional flags for rustc after --, as in: cargo llvm-lines -- -Zverbose (#39)

0.4.8

17 Oct 17:17
0.4.8
95f1972
Compare
Choose a tag to compare
  • Include a Cargo.lock in the published package (#37)

0.4.7

03 Oct 19:54
0.4.7
584c752
Compare
Choose a tag to compare
rust-lang/rust$  RUSTFLAGS="--emit=llvm-ir" ./x.py build --stage 0 compiler/rustc

rust-lang/rust$  cargo llvm-lines \
    --files ./build/x86_64-unknown-linux-gnu/stage0-rustc/x86_64-unknown-linux-gnu/release/deps/*.ll

0.4.6

07 Aug 03:47
0.4.6
dddde24
Compare
Choose a tag to compare
  • Add support for rustc's --target flag, as in cargo llvm-lines --target wasm32-unknown-unknown (#29)

0.4.5

05 Aug 08:28
0.4.5
ab3155e
Compare
Choose a tag to compare
  • Improvements to --help text

0.4.4

05 Aug 08:28
0.4.4
7435471
Compare
Choose a tag to compare
  • Fix "The system cannot find the file specified" error on Windows (#26)

0.4.3

05 Aug 08:27
0.4.3
108455a
Compare
Choose a tag to compare
  • Documentation improvements

0.4.2

12 Jun 02:14
0.4.2
a3ecf53
Compare
Choose a tag to compare
  • Fix "the system cannot find the file specified. (os error 2)" on Windows (#23, thanks @panstromek)