about summary refs log tree commit diff
path: root/src/test/rustdoc/const-generics/const-impl.rs
AgeCommit message (Collapse)AuthorLines
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-5/+5
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-01Replace h3 and h4 containing invalid DOMGuillaume Gomez-5/+5
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-2/+0
This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed.
2020-07-31fix rustdoc generic param orderBastian Kauschke-2/+2
2020-01-05rustdoc: HTML escape const valuesOliver Middleton-0/+7
2019-12-24Show value for consts in the documentationOhad Ravid-2/+2
2019-10-22Fix rustdoc const generics testvarkor-0/+1
2019-05-28Add a const-generics folder to rustdoc testsvarkor-0/+31