Rewi Haar

Results 4 issues of Rewi Haar

It seems that although the legacy API pre-escapes special characters (``, and `&`), the newer GraphQL API, which is used for long tweets, does not.

It would be nice if highfive could automatically attach labels to issues that clearly mention what they’re related to in their title. So an issue titled something like ‘rustdoc: foobars...

Highfive could probably detect changes that mostly change lines that start with `///` and set @steveklabnik as the reviewer.

A while ago, I implemented a macro to generate a lazy iterator given a list of parameters (that only get evaluated when the iterator reached them): ``` rust macro_rules! iter...