Skip to content

Commit

Permalink
Auto merge of rust-lang#54808 - pietroalbini:stable-1.29.2, r=alexcri…
Browse files Browse the repository at this point in the history
…chton

1.29.2 stable point release

This point release includes a backport of rust-lang#54639 (a miscompilation) and the fix for rust-lang#54206 (rls missing on windows-gnu). It also backports a release notes fix (rust-lang#54150).

The target date for the release is Thursday 11th.

r? @Mark-Simulacrum
cc @rust-lang/core @rust-lang/release
  • Loading branch information
bors committed Oct 5, 2018
2 parents b801ae6 + a154257 commit 17a9dc7
Show file tree
Hide file tree
Showing 6 changed files with 140 additions and 92 deletions.
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.29.2 (2018-10-11)
===========================

- [Workaround for an aliasing-related LLVM bug, which caused miscompilation.][54639]
- The `rls-preview` component on the windows-gnu targets has been restored.

[54639]: https://github.com/rust-lang/rust/pull/54639

Version 1.29.1 (2018-09-25)
===========================

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

Misc
----
Expand Down Expand Up @@ -81,6 +91,7 @@ Compatibility Notes
[51178]: https://github.com/rust-lang/rust/pull/51178/
[51122]: https://github.com/rust-lang/rust/pull/51122
[50494]: https://github.com/rust-lang/rust/pull/50494/
[cargo/5543]: https://github.com/rust-lang/cargo/pull/5543
[cargo/5614]: https://github.com/rust-lang/cargo/pull/5614/
[cargo/5723]: https://github.com/rust-lang/cargo/pull/5723/
[cargo/5831]: https://github.com/rust-lang/cargo/pull/5831/
Expand Down
Loading

0 comments on commit 17a9dc7

Please sign in to comment.