summary refs log tree commit diff
path: root/src/libstd/f32.rs
AgeCommit message (Collapse)AuthorLines
2017-02-21Get linkchecker cleanSteve Klabnik-1/+1
This affects the book, some missed things in the reference, the grammar, and the standard library. Whew!
2016-11-01std: Flatten the num directory to reflect the module layoutBrian Anderson-0/+1871
This makes it dissimilar to how core is structured on disk, but more predictable on its own.