RELEASES.md (rustc-1.45.0-src.tar.xz) | : | RELEASES.md (rustc-1.45.2-src.tar.xz) | ||
---|---|---|---|---|
Version 1.45.2 (2020-08-03) | ||||
========================== | ||||
* [Fix bindings in tuple struct patterns][74954] | ||||
* [Fix track_caller integration with trait objects][74784] | ||||
[74954]: https://github.com/rust-lang/rust/issues/74954 | ||||
[74784]: https://github.com/rust-lang/rust/issues/74784 | ||||
Version 1.45.1 (2020-07-30) | ||||
========================== | ||||
* [Fix const propagation with references.][73613] | ||||
* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078] | ||||
* [Avoid spurious implicit region bound.][74509] | ||||
* [Install clippy on x.py install][74457] | ||||
[73613]: https://github.com/rust-lang/rust/pull/73613 | ||||
[73078]: https://github.com/rust-lang/rust/issues/73078 | ||||
[74509]: https://github.com/rust-lang/rust/pull/74509 | ||||
[74457]: https://github.com/rust-lang/rust/pull/74457 | ||||
Version 1.45.0 (2020-07-16) | Version 1.45.0 (2020-07-16) | |||
========================== | ========================== | |||
Language | Language | |||
-------- | -------- | |||
- [Out of range float to int conversions using `as` has been defined as a satura ting | - [Out of range float to int conversions using `as` has been defined as a satura ting | |||
conversion.][71269] This was previously undefined behaviour, but you can use t he | conversion.][71269] This was previously undefined behaviour, but you can use t he | |||
`{f64, f32}::to_int_unchecked` methods to continue using the current behaviou r, which | `{f64, f32}::to_int_unchecked` methods to continue using the current behaviou r, which | |||
may be desirable in rare performance sensitive situations. | may be desirable in rare performance sensitive situations. | |||
- [`mem::Discriminant<T>` now uses `T`'s discriminant type instead of always | - [`mem::Discriminant<T>` now uses `T`'s discriminant type instead of always | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 22 lines changed or added |