Skip to content

Updated RELEASES.md for 1.36.0 - #62076

Merged
bors merged 1 commit into
rust-lang:masterfrom
XAMPPRocky:master
Jun 28, 2019
Merged

Updated RELEASES.md for 1.36.0#62076
bors merged 1 commit into
rust-lang:masterfrom
XAMPPRocky:master

Conversation

@XAMPPRocky

Copy link
Copy Markdown
Contributor

Rendered

r? @Mark-Simulacrum

cc @rust-lang/release

@XAMPPRockyXAMPPRocky added C-enhancement Category: An issue proposing an enhancement or a PR with one. T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels Jun 23, 2019
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 23, 2019
@emilyalbini

Copy link
Copy Markdown
Member

We should also mention hashbrown -- #58623.

Comment threadRELEASES.md Outdated
@taiki-e

This comment has been minimized.

Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
@emilyalbini

Copy link
Copy Markdown
Member

Can we also point to Cargo's full relnotes as we do with clippy?

https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-136-2019-07-04

Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jun 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit f808fca8bf60aad09c22837da3e094ca1f805574 has been approved by Mark-Simulacrum

@borsbors 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 Jun 25, 2019
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r-

Actually, can we squash the commits into one? After that r=me

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Jun 25, 2019
Co-Authored-By: Taiki Endo <te316e89@gmail.com>
Co-Authored-By: Jonas Schievink <jonasschievink@gmail.com>
Co-Authored-By: Torbjørn Birch Moltu <t.b.moltu@lyse.net>
@XAMPPRocky

Copy link
Copy Markdown
ContributorAuthor

@bors r+

@bors

bors commented Jun 25, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 0f34d7a has been approved by XAMPPRocky

@borsbors 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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jun 25, 2019
@jonas-schievink

Copy link
Copy Markdown
Contributor

@bors rollup

Centril added a commit to Centril/rust that referenced this pull request Jun 25, 2019
@CentrilCentril mentioned this pull request Jun 25, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 26, 2019
@CentrilCentril mentioned this pull request Jun 26, 2019
bors added a commit that referenced this pull request Jun 26, 2019
Rollup of 8 pull requests
Successful merges:
- #60340 (Rename .cap() methods to .capacity())
- #61767 (Update new_debug_unreachable)
- #62043 (Remove `FnBox`)
- #62076 (Updated RELEASES.md for 1.36.0)
- #62102 (call out explicitly that general read needs to be called with an initialized buffer)
- #62104 (Inform the query system about properties of queries at compile time)
- #62106 (Add more tests for async/await)
- #62124 (refactor lexer to use idiomatic borrowing)
Failed merges:
r? @ghost
Centril added a commit to Centril/rust that referenced this pull request Jun 26, 2019
@CentrilCentril mentioned this pull request Jun 26, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 27, 2019
@CentrilCentril mentioned this pull request Jun 27, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 27, 2019
@CentrilCentril mentioned this pull request Jun 27, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 27, 2019
@CentrilCentril mentioned this pull request Jun 27, 2019
Centril added a commit to Centril/rust that referenced this pull request Jun 27, 2019
@CentrilCentril mentioned this pull request Jun 27, 2019
bors added a commit that referenced this pull request Jun 28, 2019
Rollup of 16 pull requests
Successful merges:
- #61878 (improve pinning projection docs)
- #62043 (Remove `FnBox`)
- #62067 (Add suggestion for missing `.await` keyword)
- #62076 (Updated RELEASES.md for 1.36.0)
- #62102 (call out explicitly that general read needs to be called with an initialized buffer)
- #62106 (Add more tests for async/await)
- #62124 (refactor lexer to use idiomatic borrowing)
- #62131 (libsyntax: Fix some Clippy warnings)
- #62152 (Don't ICE on item in `.await` expression)
- #62154 (Remove old fixme)
- #62155 (Add regression test for MIR drop generation in async loops)
- #62156 (Update books)
- #62160 (Remove outdated question_mark_macro_sep lint)
- #62164 (save-analysis: use buffered writes)
- #62171 (rustc: Retry SIGILL linker invocations)
- #62176 (Update RLS)
Failed merges:
r? @ghost
@bors
bors merged commit 0f34d7a into rust-lang:masterJun 28, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-enhancementCategory: An issue proposing an enhancement or a PR with one.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-releaseRelevant 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.

10 participants

@XAMPPRocky@emilyalbini@taiki-e@Mark-Simulacrum@bors@jonas-schievink@Centril@tormol@DataTriny@rust-highfive