| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-09-11 | Fix naming format of IEEE 754 standard | LingMan | -1/+1 | |
| Currently the documentation of f64::min refers to "IEEE-754 2008" while the documentation of f64::minimum refers to "IEEE 754-2019". Note that one has the format IEEE,hyphen,number,space,year while the other is IEEE,space,number,hyphen,year. The official IEEE site [1] uses the later format and it is also the one most commonly used throughout the codebase. Update all comments and - more importantly - documentation to consistently use the official format. [1] https://standards.ieee.org/ieee/754/4211/ | ||||
| 2021-12-29 | Remove unused allow deprecated | bjorn3 | -1/+0 | |
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 | |
| 2020-10-01 | Fix some clippy issues | Joshua Nelson | -1/+1 | |
| Found while working on https://github.com/rust-lang/rust/pull/77351; these are just the ones that could be fixed automatically. | ||||
| 2020-09-21 | Dogfood total_cmp in the test crate | est31 | -17/+1 | |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -3/+3 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+319 | |
