| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-04 | replace escape-rust-expr test with dont-show-const-contents | Philip Munksgaard | -15/+0 | |
| The old test was supposed to check for proper html escaping when showing the contents of constants. This was changed as part of #53409. The revised test asserts that the contents of the constant is not shown as part of the generated documentation. | ||||
| 2018-08-26 | Remove static and const initialization from documentation | Guillaume Gomez | -1/+1 | |
| 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). | ||||
