| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -0/+1 | |
| The methods have been moved into Float and SignedInt | ||||
| 2014-06-30 | libstd: set baseline stability levels. | Aaron Turon | -0/+1 | |
| Earlier commits have established a baseline of `experimental` stability for all crates under the facade (so their contents are considered experimental within libstd). Since `experimental` is `allow` by default, we should use the same baseline stability for libstd itself. This commit adds `experimental` tags to all of the modules defined in `std`, and `unstable` to `std` itself. | ||||
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 | |
| Closes #2569 | ||||
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -0/+20 | |
| This trait seems to stray too far from the mandate of a standard library as implementations may vary between use cases. | ||||
