about summary refs log tree commit diff
path: root/src/test/rustdoc/const.rs
AgeCommit message (Collapse)AuthorLines
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