| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-05-03 | rustdoc: HTML-escape Rust code (from constants) | Georg Brandl | -0/+15 | |
| Especially in cases like the one in the test file, this can blow up the docs big time if string constants in the code contain HTML. But also other constants can contain special chars (e.g. `&` as an operator in constant expressions). | ||||
