about summary refs log tree commit diff
path: root/src/doc/guide-pointers.md
AgeCommit message (Collapse)AuthorLines
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-3/+1
The `Float` trait methods will be usable as functions via UFCS, and we came to a consensus to remove duplicate functions like this a long time ago. It does still make sense to keep the duplicate functions when the trait methods are static, unless the decision to leave out the in-scope trait name resolution for static methods changes.
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+492
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files