Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dtolnay/cargo-llvm-lines issues and pull requests

#87 - replace regex with regex-lite to reduce binary size

Pull Request - State: closed - Opened by klensy 27 days ago

#86 - Remove `is-terminal` dependency

Pull Request - State: closed - Opened by dtolnay 5 months ago

#85 - reimplement #81 using existing deps; drop is-terminal

Pull Request - State: closed - Opened by klensy 5 months ago - 1 comment

#84 - Omit quotes around flags containing '='

Pull Request - State: closed - Opened by dtolnay 6 months ago

#83 - Pass flags as a single argument where possible

Pull Request - State: closed - Opened by dtolnay 6 months ago

#82 - Quote cargo arguments in verbose output

Pull Request - State: closed - Opened by dtolnay 6 months ago

#81 - Print underlying cargo command on `--verbose`

Pull Request - State: closed - Opened by dtolnay 6 months ago

#80 - Add an Error enum

Pull Request - State: closed - Opened by dtolnay 6 months ago

#79 - Add short features flag

Pull Request - State: closed - Opened by dtolnay 12 months ago

#77 - Fix crate name in help template

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#76 - Forward some more flags to cargo: `--config`, `--jobs`, `--target-dir`

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#75 - Add help headings matching `cargo rustc --help`

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#74 - feat: Allow sorting output by name.

Pull Request - State: closed - Opened by osiewicz about 1 year ago

#73 - Add support for `-Z` flag

Pull Request - State: closed - Opened by dtolnay about 1 year ago

#72 - Fix typo in readme

Pull Request - State: closed - Opened by brson over 1 year ago

#71 - feat: `--bench` support

Pull Request - State: closed - Opened by crepererum over 1 year ago

#70 - release 0.4.27 was not completed

Issue - State: closed - Opened by chenrui333 over 1 year ago - 1 comment

#69 - warning: ignoring emit path because multiple .ll files were produced

Issue - State: open - Opened by alex over 1 year ago - 1 comment

#68 - Make the README a little friendlier to newbies.

Pull Request - State: closed - Opened by nnethercote over 1 year ago

#67 - Switch from atty crate to is-terminal

Pull Request - State: closed - Opened by dtolnay over 1 year ago

#66 - Update tempfile to 3.4

Pull Request - State: closed - Opened by dtolnay over 1 year ago

#65 - Replace unmaintained tempdir dependency with tempfile

Pull Request - State: closed - Opened by dtolnay over 1 year ago

#64 - Dependency on unmaintained tempdir crate

Issue - State: closed - Opened by VorpalBlade over 1 year ago

#63 - Case sensitive `--sort`

Pull Request - State: closed - Opened by dtolnay almost 2 years ago

#62 - Add support for running for tests

Pull Request - State: closed - Opened by Thomasdezeeuw almost 2 years ago

#61 - Parse filter regex during clap argument parsing

Pull Request - State: closed - Opened by dtolnay almost 2 years ago

#60 - feat: add --filter to filter functions shown in output

Pull Request - State: closed - Opened by poliorcetics almost 2 years ago

#59 - Run llvm-lines on the entire test suite

Issue - State: open - Opened by patrickfreed almost 2 years ago - 1 comment

#58 - Add cumulative percentages.

Pull Request - State: closed - Opened by nnethercote almost 2 years ago - 1 comment

#57 - Update argument parser to clap 4

Pull Request - State: closed - Opened by dtolnay about 2 years ago

#56 - Remove SortOrder::from_str

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#55 - Opt in to clap deprecations

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#54 - Update to clap 3.2

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#53 - Add subcommand metadata so `cargo --list` can print a description

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#52 - Update to clap 3.1

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#51 - Document how to interpret output in workspaces

Pull Request - State: closed - Opened by matklad over 2 years ago

#50 - Hide the warning count from cargo job queue

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#49 - Run clap debug asserts as a unit test

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#48 - Update to clap 3

Pull Request - State: closed - Opened by dtolnay over 2 years ago

#47 - Suppress unused field warnings on Opt

Pull Request - State: closed - Opened by dtolnay about 3 years ago

#46 - When applicable, use the `cargo` executable that we were invoked from

Pull Request - State: closed - Opened by tgnottingham about 3 years ago - 1 comment

#45 - Render call-graph

Issue - State: open - Opened by matklad about 3 years ago - 1 comment

#44 - Mirror cargo build's quiet flag

Pull Request - State: closed - Opened by dtolnay over 3 years ago

#43 - rustc options not being recognized

Issue - State: closed - Opened by andbleo over 3 years ago - 2 comments

#42 - feat: Allow running against examples

Pull Request - State: closed - Opened by Marwes almost 4 years ago

#41 - Accept trailing extra rustc options after `--`

Pull Request - State: closed - Opened by dtolnay almost 4 years ago

#40 - Accept trailing extra rustc options after `--`

Pull Request - State: closed - Opened by dtolnay almost 4 years ago - 1 comment

#39 - 0.4.7 broke support for passing extra arguments through llvm-lines

Issue - State: closed - Opened by Mark-Simulacrum almost 4 years ago - 1 comment

#38 - Provide Cargo.lock for reproducible packaging

Pull Request - State: closed - Opened by dtolnay almost 4 years ago

#37 - Provide Cargo.lock for downstream Linux packages

Issue - State: open - Opened by jonasmalacofilho almost 4 years ago - 4 comments

#36 - Include filepath in error message when read fails

Pull Request - State: closed - Opened by dtolnay almost 4 years ago

#35 - Clippy

Pull Request - State: closed - Opened by dtolnay almost 4 years ago

#34 - Avoid reading all --files into memory at once

Pull Request - State: closed - Opened by dtolnay almost 4 years ago

#33 - Touch up PR 32

Pull Request - State: closed - Opened by dtolnay almost 4 years ago

#32 - Added a --files option to analyse rustc's --emit=llvm-lines output.

Pull Request - State: closed - Opened by Julian-Wollersberger almost 4 years ago - 1 comment

#31 - Inconsistent output between --lib and --bin

Issue - State: open - Opened by panstromek about 4 years ago

#30 - Forward --target flag to rustc

Pull Request - State: closed - Opened by dtolnay about 4 years ago

#29 - Arbitrary target support

Issue - State: closed - Opened by smmalis37 about 4 years ago - 1 comment

#28 - Add CI build on windows

Pull Request - State: closed - Opened by dtolnay about 4 years ago

#27 - Eliminate pipe to cat

Pull Request - State: closed - Opened by dtolnay about 4 years ago

#25 - *Somehow* run across the whole workspace

Issue - State: closed - Opened by matklad about 4 years ago - 4 comments

#24 - Apply windows-specific workaround to windows only

Pull Request - State: closed - Opened by dtolnay over 4 years ago - 2 comments

#23 - "Fix" the tool not working on Windows

Pull Request - State: closed - Opened by panstromek over 4 years ago

#22 - Fix column alignment by computing widths

Pull Request - State: closed - Opened by dtolnay over 4 years ago

#21 - Misaligned columns if there is a double digit percentage in the first column

Issue - State: closed - Opened by dtolnay over 4 years ago
Labels: bug

#20 - Fix things up so `cargo llvm-lines` can be used in `rustc-perf`

Pull Request - State: closed - Opened by nnethercote over 4 years ago

#19 - Running again after code changes shows outdated results

Issue - State: closed - Opened by SimonSapin over 4 years ago - 1 comment

#18 - Getting "the system cannot find the file specified. (os error 2)" on Windows

Issue - State: closed - Opened by panstromek over 4 years ago - 1 comment

#17 - "thin LTO buffers without LLVM's NameAnonGlobals pass"

Issue - State: closed - Opened by SimonSapin over 4 years ago - 2 comments

#16 - Option to run llvm-lines on particular example or test in the crate

Issue - State: closed - Opened by bluss over 4 years ago - 2 comments

#15 - Add totals and percentages for lines/copies.

Pull Request - State: closed - Opened by nnethercote over 4 years ago - 2 comments

#14 - Enable GitHub Actions

Pull Request - State: closed - Opened by dtolnay over 4 years ago

#13 - do not execute llvm optimizations

Pull Request - State: closed - Opened by andjo403 over 4 years ago

#12 - OOMs system / spawns hundreds of processes when passing wrong subcommand

Issue - State: closed - Opened by matthiaskrgr over 4 years ago - 2 comments

#11 - Add header + Remove unsafe usage

Pull Request - State: closed - Opened by Shadlock0133 over 4 years ago

#10 - Add sorting on totals

Pull Request - State: closed - Opened by hmvp about 6 years ago - 1 comment

#9 - Add Windows support

Pull Request - State: closed - Opened by Jokler over 6 years ago

#8 - Fails to compile on windows

Issue - State: closed - Opened by fkaa almost 7 years ago - 1 comment
Labels: help wanted

#7 - Option to show the type parameters of every instantiation of a function

Issue - State: open - Opened by dtolnay almost 7 years ago - 4 comments
Labels: enhancement

#6 - Flag to provide path to existing *.ll input file, rather than invoking the compiler

Issue - State: closed - Opened by dtolnay almost 7 years ago - 1 comment
Labels: enhancement

#5 - Column alignment for large numbers

Issue - State: closed - Opened by dtolnay almost 7 years ago - 1 comment
Labels: bug

#4 - Warning: ignoring emit path because multiple .ll files were produced

Issue - State: closed - Opened by dtolnay almost 7 years ago - 5 comments
Labels: bug

#3 - Abort the compiler once the *.ll file has been written

Issue - State: closed - Opened by dtolnay almost 7 years ago
Labels: enhancement

#2 - Flag to show individual instantiations on separate rows, rather than adding them up

Issue - State: open - Opened by dtolnay almost 7 years ago - 1 comment
Labels: enhancement

#1 - Flag to sort by number of instantiations

Issue - State: closed - Opened by dtolnay almost 7 years ago
Labels: enhancement