Skip to content

Update odht crate to 0.3.1 (big-endian bugfix) - #90403

Merged
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:odht-0.3.1
Oct 30, 2021
Merged

Update odht crate to 0.3.1 (big-endian bugfix)#90403
bors merged 1 commit into
rust-lang:masterfrom
michaelwoerister:odht-0.3.1

Conversation

@michaelwoerister

Copy link
Copy Markdown
Member

Update odht to 0.3.1 in order to get rust-lang/odht#20 which fixes issue #90123.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 29, 2021
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+ rollup=never

We probably also want to beta-nominate, right?

@bors

bors commented Oct 29, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 6771ac3 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 Oct 29, 2021
@camelid

Copy link
Copy Markdown
Member

Update odht to 0.3.1 in order to get rust-lang/odht#20 which fixes issue #90123.

Should this PR be marked as closing that issue? If so, you can remove the "issue" after "fixes" to get GitHub to autoclose on merge.

@Mark-SimulacrumMark-Simulacrum added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Oct 29, 2021
@Mark-Simulacrum

Copy link
Copy Markdown
Member

No, we should track the beta backport.

@bors

bors commented Oct 30, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 6771ac3 with merge 021947d...

@bors

bors commented Oct 30, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 021947d to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Oct 30, 2021
@bors
bors merged commit 021947d into rust-lang:masterOct 30, 2021
@rustbotrustbot added this to the 1.58.0 milestone Oct 30, 2021
@rust-timer

Copy link
Copy Markdown
Collaborator

Finished benchmarking commit (021947d): comparison url.

Summary: This benchmark run did not return any relevant changes.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

@apirainoapiraino added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Nov 4, 2021
@apiraino

Copy link
Copy Markdown
Contributor

Beta backport accepted as per compiler team on Zulip

@rustbot label +beta-accepted

@rustbotrustbot added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Nov 11, 2021
@cuvipercuviper mentioned this pull request Nov 16, 2021
@cuvipercuviper removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Nov 16, 2021
@cuvipercuviper modified the milestones: 1.58.0, 1.57.0Nov 16, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 19, 2021
[beta] backports
- Fix assertion failures in OwnedHandle with windows_subsystem. rust-lang#88798
- Ensure that pushing empty path works as before on verbatim paths rust-lang#89665
- Feature gate + make must_not_suspend allow-by-default rust-lang#89826
- Only use clone3 when needed for pidfd rust-lang#89930
- Fix documentation header sizes rust-lang#90186
- Fixes incorrect handling of ADT's drop requirements rust-lang#90218
- Fix ICE when forgetting to Box a parameter to a Self::func call rust-lang#90221
- Prevent duplicate caller bounds candidates by exposing default substs in Unevaluated rust-lang#90266
- Update odht crate to 0.3.1 (big-endian bugfix) rust-lang#90403
- rustdoc: Go back to loading all external crates unconditionally rust-lang#90489
- Split doc_cfg and doc_auto_cfg features rust-lang#90502
- Apply adjustments for field expression even if inaccessible rust-lang#90508
- Warn for variables that are no longer captured rust-lang#90597
- Properly register text_direction_codepoint_in_comment lint. rust-lang#90626
- CI: Use ubuntu image to download openssl, curl sources, cacert.pem for x86 dist builds rust-lang#90457
- Android is not GNU rust-lang#90834
- Update llvm submodule rust-lang#90954
Additionally, this bumps the stage 0 compiler from beta to stable 1.56.1.
r? `@Mark-Simulacrum`
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@michaelwoerister@rust-highfive@Mark-Simulacrum@bors@camelid@rust-timer@apiraino@cuviper@rustbot