about summary refs log tree commit diff
path: root/src/test/rustdoc/const.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-1/+1
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2020-07-02Update rustdoc testsGuillaume Gomez-1/+1
2018-12-27Simplify foreign type rendering.John Heitmann-1/+1
Simplified foreign type rendering by switching from tables to flexbox. Also, removed some seemingly extraneous elements like “ghost” spans. Reduces element count on std::iter::Iterator by 30%.
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-05Stabilize `min_const_fn`Oliver Schneider-2/+0
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2017-03-16Fix const not displayed in rustdocGuillaume Gomez-0/+22