| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-08-20 | Update rustdoc tests | Guillaume Gomez | -0/+1 | |
| 2021-10-04 | Make rustdoc not highlight `->` and `=>` as operators | Michael Howell | -1/+1 | |
| It was marking them up as `<span class="op">=</span><span class="op">></span>`, which is bloaty and wrong. | ||||
| 2021-04-08 | Add test for idents merge | Guillaume Gomez | -0/+10 | |
| 2020-08-27 | Add expect test for rustdoc html highlighting | Aleksey Kladov | -0/+16 | |
| It's a unit-test in a sense that it only checks syntax highlighting. However, the resulting HTML is written to disk and can be easily inspected in the browser. To update the test, run with `--bless` argument or set `UPDATE_EXPEC=1` env var | ||||
