| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-31 | num: rm wrapping of `Float` methods as functions | Daniel 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-02 | Move 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 | ||||
