Skip to content

Add rustfilt-like implementation - #95

Open
Mark-Simulacrum wants to merge 1 commit into
rust-lang:mainfrom
Mark-Simulacrum:add-rustfilt
Open

Add rustfilt-like implementation#95
Mark-Simulacrum wants to merge 1 commit into
rust-lang:mainfrom
Mark-Simulacrum:add-rustfilt

Conversation

@Mark-Simulacrum

Copy link
Copy Markdown
Member

This is essentially trivial (no argument handling etc) but it would be enough for ~all of my use cases and is ~2x faster than published rustfilt due to the demangle_stream usage, which has landed upstream but hasn't been released.

@luser, would you be up for moving ownership of rustfilt on crates.io into my / T-compiler hands? I think if so, then it would make more sense to have a clean-room implementation of it (or re-license under MIT OR Apache), and then publish under that name.

If we don't hear back my suggestion is to move forward with this -- rustfilt has a few more features, e.g., support for file paths, --hashes, and demangling arguments rather than only stdin/stdout, but in my experience the implementation here is very often sufficient. This is basically zero effort to maintain, and we can (IMO) drop it if rustfilt is more actively maintained.

This is a much simpler implementation (no argument handling etc) but
suffices for ~all of my use cases and is ~2x faster (due to the
demangle_stream usage, which has landed upstream but hasn't been
released).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant