issues
search
dtolnay
/
cargo-llvm-lines
Count lines of LLVM IR per generic function
Apache License 2.0
410
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use cargo styles for help text
#88
dtolnay
closed
1 week ago
0
replace regex with regex-lite to reduce binary size
#87
klensy
closed
2 months ago
0
Remove `is-terminal` dependency
#86
dtolnay
closed
6 months ago
0
reimplement #81 using existing deps; drop is-terminal
#85
klensy
closed
6 months ago
1
Omit quotes around flags containing '='
#84
dtolnay
closed
7 months ago
0
Pass flags as a single argument where possible
#83
dtolnay
closed
7 months ago
0
Quote cargo arguments in verbose output
#82
dtolnay
closed
7 months ago
0
Print underlying cargo command on `--verbose`
#81
dtolnay
closed
7 months ago
0
Add an Error enum
#80
dtolnay
closed
7 months ago
0
Add short features flag
#79
dtolnay
closed
1 year ago
0
v0 symbol mangling breaks proper grouping of duplicate copies
#78
vorporeal
opened
1 year ago
0
Fix crate name in help template
#77
dtolnay
closed
1 year ago
0
Forward some more flags to cargo: `--config`, `--jobs`, `--target-dir`
#76
dtolnay
closed
1 year ago
0
Add help headings matching `cargo rustc --help`
#75
dtolnay
closed
1 year ago
0
feat: Allow sorting output by name.
#74
osiewicz
closed
1 year ago
0
Add support for `-Z` flag
#73
dtolnay
closed
1 year ago
0
Fix typo in readme
#72
brson
closed
1 year ago
0
feat: `--bench` support
#71
crepererum
closed
1 year ago
0
release 0.4.27 was not completed
#70
chenrui333
closed
1 year ago
1
warning: ignoring emit path because multiple .ll files were produced
#69
alex
opened
1 year ago
1
Make the README a little friendlier to newbies.
#68
nnethercote
closed
1 year ago
0
Switch from atty crate to is-terminal
#67
dtolnay
closed
1 year ago
0
Update tempfile to 3.4
#66
dtolnay
closed
1 year ago
0
Replace unmaintained tempdir dependency with tempfile
#65
dtolnay
closed
1 year ago
0
Dependency on unmaintained tempdir crate
#64
VorpalBlade
closed
1 year ago
0
Case sensitive `--sort`
#63
dtolnay
closed
1 year ago
0
Add support for running for tests
#62
Thomasdezeeuw
closed
1 year ago
0
Parse filter regex during clap argument parsing
#61
dtolnay
closed
2 years ago
0
feat: add --filter to filter functions shown in output
#60
poliorcetics
closed
2 years ago
0
Run llvm-lines on the entire test suite
#59
patrickfreed
opened
2 years ago
1
Add cumulative percentages.
#58
nnethercote
closed
2 years ago
1
Update argument parser to clap 4
#57
dtolnay
closed
2 years ago
0
Remove SortOrder::from_str
#56
dtolnay
closed
2 years ago
0
Opt in to clap deprecations
#55
dtolnay
closed
2 years ago
0
Update to clap 3.2
#54
dtolnay
closed
2 years ago
0
Add subcommand metadata so `cargo --list` can print a description
#53
dtolnay
closed
2 years ago
0
Update to clap 3.1
#52
dtolnay
closed
2 years ago
0
Document how to interpret output in workspaces
#51
matklad
closed
2 years ago
0
Hide the warning count from cargo job queue
#50
dtolnay
closed
2 years ago
0
Run clap debug asserts as a unit test
#49
dtolnay
closed
2 years ago
0
Update to clap 3
#48
dtolnay
closed
2 years ago
0
Suppress unused field warnings on Opt
#47
dtolnay
closed
3 years ago
0
When applicable, use the `cargo` executable that we were invoked from
#46
tgnottingham
closed
3 years ago
1
Render call-graph
#45
matklad
opened
3 years ago
1
Mirror cargo build's quiet flag
#44
dtolnay
closed
3 years ago
0
rustc options not being recognized
#43
andbleo
closed
3 years ago
2
feat: Allow running against examples
#42
Marwes
closed
3 years ago
0
Accept trailing extra rustc options after `--`
#41
dtolnay
closed
4 years ago
0
Accept trailing extra rustc options after `--`
#40
dtolnay
closed
4 years ago
1
0.4.7 broke support for passing extra arguments through llvm-lines
#39
Mark-Simulacrum
closed
4 years ago
1
Next