Nicholas Nethercote
Nicholas Nethercote
https://bugs.kde.org/show_bug.cgi?id=445184 is for the Valgrind fix. The '.llvm.' suffix issue is important, IMO. I *think* that the v0 spec doesn't allow `.` chars. But if LLVM is going to add...
Ten days with no objection: approved.
> First, the hir stats changed slightly. Mostly because Attribute didn't used to be in there. I see this line: ``` hir-stats Attribute 128 ( 1.4%) 4 32 ``` replaced...
I would argue that the second run shouldn't change anything -- that the comment on `use a::b;` should prevent it being merged with `use a::{c, d};`. This is how things...
I used this recently on a non-open-source codebase with ~100,000 lines of Rust code. `cargo expand` produced ~325,000 lines, due to heavy proc macro usage. Avoiding some unnecessary proc macro...
> -Zself-profile has the expand_proc_macro activity, didn't that work? I hadn't heard about that...
@rustbot ready
I have addressed the comments. I moved the code to the `stats` module in a new commit. We can merge it with the previous commit before merging. @rustbot ready
I squashed. @bors r=petrochenkov