Michael Howell

Results 72 issues of Michael Howell

Clippy warning: ```text error: type `Document` implements inherent method `to_string(&self) -> String` which shadows the implementation of `Display` --> src/lib.rs:2670:5 | 2670 | / pub fn to_string(&self) -> String {...

4.0 wishlist

Since 6a5f8b1aef1417d7dc85b5d0a229d2db1930eb7c, this class is no longer styled.

T-rustdoc
S-waiting-on-bors

Developer instances ought to handle email in a sensible way out of the box.

The [downsides of icon fonts] are well-documented, and also, why ship all of the icons when it only uses 14? [downsides of icon fonts]: https://speakerdeck.com/ninjanails/death-to-icon-fonts **Note**: `font-awesome-as-a-crate 0.2.0` requires Rust...

Breaking Change

This version of the syntect highlighting backend fixes two of the complains coming from [version 2](https://github.com/rust-lang/mdBook/pull/1624): * It fixes the bugs. This version takes advantage of syntect's Scope Stack API...

This markdown: ```markdown [link](`)`x` ``` In most engines I've tried with, including GitHub, it does this: > [link](`)`x` commonmark-hs generates this: ```html link`x` ``` Events from pulldown-cmark: ```rust "[^](`)`|`\n" ->...

Same issue as https://github.com/raphlinus/pulldown-cmark/issues/832 and https://github.com/jgm/commonmark-hs/issues/145. The problem is, because the table extension fills in missing table cells, you can force the output to grow as the square of the...

https://github.com/rust-lang/rust/pull/119912

This feature extends rustdoc with syntax and search index information for searching function pointers and closures (Higher-Order Functions, or HOF). Part of https://github.com/rust-lang/rust/issues/60485 This PR adds two syntaxes: a high-level...

T-rustdoc
S-waiting-on-author

Profiler output: https://notriddle.com/rustdoc-html-demo-9/search-unbox-limit/ (the only significant change is that one of the `rust` tests went from 378416ms to 16ms). This is a performance enhancement aimed at a problem I found...

T-rustdoc
S-waiting-on-author