clubby789

Results 42 comments of clubby789

@bors try @rust-timer queue

The big changes in `regex_automata` and `aho_corasick` in bootstrap times is _probably_ just from being bumped up several versions, the rest I'm unsure about The biggest changes I see are...

> I suspect this is due to a dependency of the standard library. Maybe gimli? The fact that helloworld seems to suffer the most suggests that's the case. The changed...

Did some experiments to see how the individual bumps affect binary size of the binary from `cargo new`. Updated crate Hello World size None 548192 bytes Gimli 551320 (+0.57%) memchr...

@bors r=Nilstrieb rollup=never

Updated as suggested, I think it could do with some tweaks. I inserted checks everywhere that the `NARROWING_CONVERSION` check is done and factored it out to a function since I'd...

Probably, but also probably useful to have this patch out there 😄

What's the reason for it being WIP? I'd be interested in contributing if there's some kind of issue tracking the feature.