Skip to content

Commit 17a9dc7

Browse files
committed
Auto merge of #54808 - pietroalbini:stable-1.29.2, r=alexcrichton
1.29.2 stable point release This point release includes a backport of #54639 (a miscompilation) and the fix for #54206 (rls missing on windows-gnu). It also backports a release notes fix (#54150). The target date for the release is Thursday 11th. r? @Mark-Simulacrum cc @rust-lang/core @rust-lang/release
2 parents b801ae6 + a154257 commit 17a9dc7

File tree

6 files changed

+140
-92
lines changed

6 files changed

+140
-92
lines changed

RELEASES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.29.2 (2018-10-11)
2+
===========================
3+
4+
- [Workaround for an aliasing-related LLVM bug, which caused miscompilation.][54639]
5+
- The `rls-preview` component on the windows-gnu targets has been restored.
6+
7+
[54639]: https://github.com/rust-lang/rust/pull/54639
8+
19
Version 1.29.1 (2018-09-25)
210
===========================
311

@@ -44,6 +52,8 @@ Cargo
4452
using `--target`][cargo/5614]
4553
- [Added the `cargo-fix` subcommand to automatically move project code from
4654
2015 edition to 2018.][cargo/5723]
55+
- [`cargo doc` can now optionally document private types using the
56+
`--document-private-items` flag.][cargo/5543]
4757

4858
Misc
4959
----
@@ -81,6 +91,7 @@ Compatibility Notes
8191
[51178]: https://github.com/rust-lang/rust/pull/51178/
8292
[51122]: https://github.com/rust-lang/rust/pull/51122
8393
[50494]: https://github.com/rust-lang/rust/pull/50494/
94+
[cargo/5543]: https://github.com/rust-lang/cargo/pull/5543
8495
[cargo/5614]: https://github.com/rust-lang/cargo/pull/5614/
8596
[cargo/5723]: https://github.com/rust-lang/cargo/pull/5723/
8697
[cargo/5831]: https://github.com/rust-lang/cargo/pull/5831/

0 commit comments

Comments
 (0)