|
| 1 | +Version 1.72.1 (2023-09-14) |
| 2 | +=========================== |
| 3 | + |
| 4 | +- [Adjust codegen change to improve LLVM codegen](https://github.com/rust-lang/rust/pull/115236) |
| 5 | +- [rustdoc: Fix self ty params in objects with lifetimes](https://github.com/rust-lang/rust/pull/115276) |
| 6 | +- [Fix regression in compile times](https://github.com/rust-lang/rust/pull/114948) |
| 7 | +- Resolve some ICE regressions in the compiler: |
| 8 | + - [#115215](https://github.com/rust-lang/rust/pull/115215) |
| 9 | + - [#115559](https://github.com/rust-lang/rust/pull/115559) |
| 10 | + |
1 | 11 | Version 1.72.0 (2023-08-24)
|
2 | 12 | ==========================
|
3 | 13 |
|
@@ -103,6 +113,16 @@ Compatibility Notes
|
103 | 113 | to a registry.
|
104 | 114 | [#12291](https://github.com/rust-lang/cargo/pull/12291)
|
105 | 115 |
|
| 116 | +Version 1.71.1 (2023-08-03) |
| 117 | +=========================== |
| 118 | + |
| 119 | +- [Fix CVE-2023-38497: Cargo did not respect the umask when extracting dependencies](https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87) |
| 120 | +- [Fix bash completion for users of Rustup](https://github.com/rust-lang/rust/pull/113579) |
| 121 | +- [Do not show `suspicious_double_ref_op` lint when calling `borrow()`](https://github.com/rust-lang/rust/pull/112517) |
| 122 | +- [Fix ICE: substitute types before checking inlining compatibility](https://github.com/rust-lang/rust/pull/113802) |
| 123 | +- [Fix ICE: don't use `can_eq` in `derive(..)` suggestion for missing method](https://github.com/rust-lang/rust/pull/111516) |
| 124 | +- [Fix building Rust 1.71.0 from the source tarball](https://github.com/rust-lang/rust/issues/113678) |
| 125 | + |
106 | 126 | Version 1.71.0 (2023-07-13)
|
107 | 127 | ==========================
|
108 | 128 |
|
|
0 commit comments