Results 606 comments of Niko Matsakis

My general take: The two "endpoints" here are * Efficient end-user abstractions: this allows most safe code to run faster. This would have strong alias requirements and would not expose...

The RFC would benefit from some attempt to quantify the impact on performance, though our lack of standardized runtime benchmarks makes that hard.

@RalfJung Your comment about vec surprised me a bit. I want to check my understanding. I think that the reason that `Vec` has a more "low-level" API is basically people...

@rfcbot reviewed This makes sense to me. It seems like a capability we should have. I don't like using `#[repr(align(22))]` everywhere; it's too verbose and it's unclear what other "repr"...

I am taking a first pass at this.

Async closures are not stabilized, and this issue was specific to stabilized surface area -- actually, I think we can probably close this? I'm not sure what I meant by...

@cramertj or @withoutboats do you have any idea what I might have meant by "link to drop order when that is stabilized"? I do know that @matthewjasper recently opened a...

This has been a topic of some discussion. @tmandry was working towards a proposal but we never quite got it over the finish line.

Hi y'all, I wanted to post an update here as well. In our meeting this week, the PDs were discussing what our role ought to be in the area of...