-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 10 pull requests #48615
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rollup of 10 pull requests #48615
Conversation
You can now choose between the following: - `#[unwind(allowed)]` - `#[unwind(aborts)]` Per rust-lang#48251, the default is `#[unwind(allowed)]`, though I think we should change this eventually.
Remove experimental -Zremap-path-prefix-from/to, and replace it with the stabilized --remap-path-prefix=from=to variant. This is an implementation for issue of rust-lang#41555.
Squashed commit of the following: commit 1b5d55e26f667b1a25c83c5db0cbb072013a5122 Author: Tobias Stolzmann <tobias.stolzmann@gmail.com> Date: Wed Feb 28 00:06:15 2018 +0100 Bugfix commit 4265c2db0b0aaa66fdeace5d329665fd2d13903a Author: Tobias Stolzmann <tobias.stolzmann@gmail.com> Date: Tue Feb 27 22:59:12 2018 +0100 Rename std::path::Path::parents into std::path::Path::ancestors commit 2548e4b14d377d20adad0f08304a0dd6f8e48e23 Author: Tobias Stolzmann <tobias.stolzmann@gmail.com> Date: Tue Feb 27 12:50:37 2018 +0100 Add tracking issue commit 3e2ce51a6eea0e39af05849f76dd2cefd5035e86 Author: Tobias Stolzmann <tobias.stolzmann@gmail.com> Date: Mon Feb 26 15:05:15 2018 +0100 impl FusedIterator for Parents commit a7e096420809740311e19d963d4aba6df77be2f9 Author: Tobias Stolzmann <tobias.stolzmann@gmail.com> Date: Mon Feb 26 14:38:41 2018 +0100 Clarify that the iterator returned will yield at least one value commit 796a36ea203cd197cc4c810eebd21c7e3433e6f1 Author: Tobias Stolzmann <tobias.stolzmann@gmail.com> Date: Thu Feb 22 14:01:21 2018 +0100 Fix examples commit e279383b21f11c97269cb355a5b2a0ecdb65bb0c Author: Tobias Stolzmann <tobias.stolzmann@gmail.com> Date: Thu Feb 22 04:47:24 2018 +0100 Add std::path::Path::parents
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=1000 |
📌 Commit 15ee635 has been approved by |
⌛ Testing commit 15ee63552aece15d8be5d2961f76d7014df3d61e with merge f8d72d61388558d4666237c77fc1c89fc8972d25... |
💔 Test failed - status-travis |
@bors r+ |
📌 Commit 543c6d2 has been approved by |
@bors r+ |
📌 Commit 10d6795 has been approved by |
⌛ Testing commit 10d6795eee2c93fff9c9e7359ad73a73974dad56 with merge 31730ba9e95017ed6284371b4e2b6868251a8914... |
💔 Test failed - status-travis |
@bors r+ |
📌 Commit b2b9707 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
@bors treeclosed- |
#[unwind]
attribute specify expectations more clearly #48380, Use free regions when determining self type incompare_impl_method
#48419, Add std::path::Path::ancestors #48420, Add functionality for epoch lints; add epoch lint for dyn-trait #48461, Fix find_width_of_character_at_span bounds check #48522, Add AArch64 features to whitelist #48570, rustc: Tweak funclet cleanups of ffi functions #48572, Minor grammatical/style fix in docs. #48603