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

Updated RELEASES.md for 1.33.0 #58227

Merged
merged 14 commits into from
Feb 23, 2019
Merged

Updated RELEASES.md for 1.33.0 #58227

merged 14 commits into from
Feb 23, 2019

Conversation

XAMPPRocky
Copy link
Member

Rendered

r? @Mark-Simulacrum

cc @rust-lang/release

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 6, 2019
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
@kennytm kennytm added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 8, 2019
@pietroalbini pietroalbini added beta-accepted Accepted for backporting to the compiler in the beta channel. T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels Feb 8, 2019
RELEASES.md Outdated Show resolved Hide resolved
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Outdated Show resolved Hide resolved
RELEASES.md Show resolved Hide resolved
RELEASES.md Show resolved Hide resolved
@imp
Copy link

imp commented Feb 12, 2019

Shouldn't this mention a deprecation for trim_left, trim_right, trim_left_matches and trim_right_matches?

Centril and others added 4 commits February 12, 2019 10:40
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
RELEASES.md Outdated Show resolved Hide resolved
@tesuji
Copy link
Contributor

tesuji commented Feb 12, 2019

I think using passive voice is more appropriate. For example, change

You can now import an item from a module as an _.

to

Item from a module can now be imported as an _.

@Centril
Copy link
Contributor

Centril commented Feb 12, 2019

We use active voice everywhere else so we should stick to it; moreover, if you say "Item..." you need to say "An item..." or "Items from modules...".

Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
@XAMPPRocky
Copy link
Member Author

@lzutao Using an active voice also more clearly shows that the RELEASES.md document is an editorialized list of what the Rust team thinks people should know about, which is not definitive list of every contribution to the release itself.

RELEASES.md Outdated Show resolved Hide resolved
Co-Authored-By: Aaronepower <Aaronepower@users.noreply.github.com>
RELEASES.md Outdated Show resolved Hide resolved
@Centril
Copy link
Contributor

Centril commented Feb 22, 2019

@bors r+ p=9

@bors
Copy link
Contributor

bors commented Feb 22, 2019

📌 Commit fda51c2 has been approved by Centril

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 22, 2019
@Mark-Simulacrum Mark-Simulacrum mentioned this pull request Feb 22, 2019
@pietroalbini pietroalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Feb 22, 2019
nikomatsakis pushed a commit to Mark-Simulacrum/rust that referenced this pull request Feb 22, 2019
Cherry-picked (and squashed) from rust-lang#58227.
bors added a commit that referenced this pull request Feb 23, 2019
@Centril
Copy link
Contributor

Centril commented Feb 23, 2019

@bors p=0

Will include in a rollup.

Centril added a commit to Centril/rust that referenced this pull request Feb 23, 2019
Centril added a commit to Centril/rust that referenced this pull request Feb 23, 2019
Centril added a commit to Centril/rust that referenced this pull request Feb 23, 2019
Centril added a commit to Centril/rust that referenced this pull request Feb 23, 2019
bors added a commit that referenced this pull request Feb 23, 2019
Rollup of 16 pull requests

Successful merges:

 - #58100 (Transition librustdoc to Rust 2018)
 - #58122 (RangeInclusive internal iteration performance improvement.)
 - #58199 (Add better error message for partial move)
 - #58227 (Updated RELEASES.md for 1.33.0)
 - #58353 (Check the Self-type of inherent associated constants)
 - #58453 (SGX target: fix panic = abort)
 - #58476 (Remove `LazyTokenStream`.)
 - #58526 (Special suggestion for illegal unicode curly quote pairs)
 - #58595 (Turn duration consts into associated consts)
 - #58609 (Allow Self::Module to be mutated.)
 - #58628 (Optimise vec![false; N] to zero-alloc)
 - #58643 (Don't generate minification variables if minification disabled)
 - #58648 (Update tests to account for cross-platform testing and miri.)
 - #58654 (Do not underflow after resetting unmatched braces count)
 - #58658 (Add expected/provided byte alignments to validation error message)
 - #58667 (Reduce Miri-related Code Repetition `like (n << amt) >> amt`)

Failed merges:

r? @ghost
@bors bors merged commit fda51c2 into rust-lang:master Feb 23, 2019
Language
--------
- [You can now use the `cfg(target_vendor)` attribute.][57465] E.g.
`#[cfg(target_vendor="linux")] fn main() { println!("Hello Linux!"); }`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this example makes sense. Maybe use one of the vendors shown in the reference?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @Mark-Simulacrum -- presumably we don't want to change this now because we already promoted beta=>stable... but we could merge it into nightly for posterity?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PRs are welcome!


Compatibility Notes
-------------------
- The methods `str::{trim_left, trim_right, trim_left_matches, trim_right_matches}`
Copy link

@niklasad1 niklasad1 Feb 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, I think it is also worth mentioning #[rustc_deprecated(since = "1.33.0", reason = "replaced by Error::source, which can support downcasting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.