Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 9 pull requests #64658

Merged
merged 23 commits into from
Sep 21, 2019
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
299d696
Stabilize `param_attrs` in Rust 1.39.0
c410-f3r Aug 29, 2019
144b845
Add long error explanation for E0312
GuillaumeGomez Sep 10, 2019
cf6a1fe
update ui tests
GuillaumeGomez Sep 12, 2019
194d357
Document `From` trait for `LhsExpr`
crgl Sep 3, 2019
1ab5593
factor out pluralisation remains after #64280
Sep 19, 2019
3db2c13
Add Compatibility Notes to RELEASES.md for 1.38.0
XAMPPRocky Sep 19, 2019
66b1649
Merge pull request #23 from rust-lang/master
n-salim Sep 20, 2019
c3140ba
remove the extra comma after the match arm
Sep 20, 2019
491a0c6
No home directory on vxWorks
bpangWR Sep 20, 2019
fbf9fa4
Merge pull request #24 from Wind-River/home_directory
n-salim Sep 20, 2019
9f374da
Exempt extern "Rust" from improper_ctypes
cuviper Sep 20, 2019
b956ae3
rust stat should call libc stat
bpangWR Sep 20, 2019
c3f72d1
Fix the span used to suggest avoiding for-loop moves
cuviper Sep 20, 2019
494d83c
Merge pull request #25 from Wind-River/stat
n-salim Sep 20, 2019
8646c81
Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril
Centril Sep 21, 2019
d7e511a
Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=Centril
Centril Sep 21, 2019
d021dba
Rollup merge of #64342 - glorv:master, r=varkor
Centril Sep 21, 2019
a93c0da
Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obk
Centril Sep 21, 2019
6da43dd
Rollup merge of #64621 - XAMPPRocky:relnotes, r=Mark-Simulacrum
Centril Sep 21, 2019
176e216
Rollup merge of #64632 - guanqun:patch-1, r=jonas-schievink
Centril Sep 21, 2019
6254d7a
Rollup merge of #64640 - Wind-River:master, r=alexcrichton
Centril Sep 21, 2019
1486b7f
Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank
Centril Sep 21, 2019
97ca073
Rollup merge of #64642 - cuviper:move-for-loop-snippet, r=varkor
Centril Sep 21, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -68,6 +68,13 @@ Misc
- [`rustc` will now warn about some incorrect uses of
`mem::{uninitialized, zeroed}` that are known to cause undefined behaviour.][63346]

Compatibility Notes
-------------------
- Unfortunately the [`x86_64-unknown-uefi` platform can not be built][62785]
with rustc 1.39.0.
- The [`armv7-unknown-linux-gnueabihf` platform is also known to have
issues][62896] for certain crates such as libc.

[60260]: https://github.com/rust-lang/rust/pull/60260/
[61457]: https://github.com/rust-lang/rust/pull/61457/
[61491]: https://github.com/rust-lang/rust/pull/61491/
@@ -79,7 +86,9 @@ Misc
[62735]: https://github.com/rust-lang/rust/pull/62735/
[62766]: https://github.com/rust-lang/rust/pull/62766/
[62784]: https://github.com/rust-lang/rust/pull/62784/
[62785]: https://github.com/rust-lang/rust/issues/62785/
[62814]: https://github.com/rust-lang/rust/pull/62814/
[62896]: https://github.com/rust-lang/rust/issues/62896/
[63000]: https://github.com/rust-lang/rust/pull/63000/
[63056]: https://github.com/rust-lang/rust/pull/63056/
[63107]: https://github.com/rust-lang/rust/pull/63107/