-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
[beta] Backports #93306
[beta] Backports #93306
Conversation
ehuss
commented
Jan 25, 2022
- Update cargo
- [beta] backport remove --host flag cargo#10328 — remove --host flag
- [beta] Fix documenting with undocumented dependencies. cargo#10325 — Fix documenting with undocumented dependencies
- Add script to prevent point releases with same number as existing ones #93128 — Add script to prevent point releases with same number as existing ones
- Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher" #93014 — Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher"
- Update pulldown-cmark version to fix markdown list issue #93012 — Update pulldown-cmark version to fix markdown list issue
…on-number, r=Mark-Simulacrum Add script to prevent point releases with same number as existing ones This will hopefully prevent what happened today with rust-lang#93110 and rust-lang#93121, where we built point release artifacts without changing version numbers, thus requiring another PR to change the version number. r? `@Mark-Simulacrum`
…zero-bytes, r=the8472 Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher" Reverts rust-lang#92103. It had a (in retrospect, obvious) correctness problem where changing the order of two adjacent values would produce identical hashes, which is problematic in stable hashing (see [this comment](rust-lang#92103 (comment))). I'll try to send the PR again with a fix for this issue. r? `@the8472`
…elid Update pulldown-cmark version to fix markdown list issue Fixes rust-lang#92971. r? ```@camelid```
|
@bors r+ p=1 rollup=never |
📌 Commit c678458 has been approved by |
⌛ Testing commit c678458 with merge d5719ffeff8657f84602c24291d2e26ffa51170e... |
💔 Test failed - checks-actions |
@bors retry "Package python3-setuptools is not available" I, uh, don't know why that would happen. Retrying to see if it was just a random network error or something. |
⌛ Testing commit c678458 with merge e96a6c524196e7636a63b0cdcad135f1058dd996... |
💥 Test timed out |
@bors retry x86_64-msvc-1 timeout during rustc_macros compilation |
cc #93329 |
☀️ Test successful - checks-actions |