Skip to content

Rustc dev guide subtree update #136254

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

Merged
merged 27 commits into from
Jan 30, 2025
Merged

Rustc dev guide subtree update #136254

merged 27 commits into from
Jan 30, 2025

Conversation

BoxyUwU
Copy link
Member

@BoxyUwU BoxyUwU commented Jan 29, 2025

r? @Kobzol

Kobzol and others added 27 commits January 21, 2025 17:00
It seems one can't overwrite a cache entry:
```
Failed to save: Unable to reserve cache with key linkcheck--0.8.1, another job may be creating this cache. More details: Cache already exists. Scope: refs/heads/master, Key: linkcheck--0.8.1, Version: 33f8fd511bed9c91c40778bc5c27cb58425caa894ab50f9c5705d83cb78660e0
Warning: Cache save failed.
```

A proper solution is to use `restore-keys`:
https://github.com/actions/cache/blob/main/tips-and-workarounds.md#update-a-cache
Update boring lines to sync with rustdoc
Compression of dylibs was removed in rust-lang#113695 (and decompression removed in rust-lang#132402).
Correct information on dylib compression
CI: use key-restore for cache GH action
Add some extra pointers for rustdoc frontend devs
Add a link to declare_lint! macro doc in diagnostics.md
@rustbot
Copy link
Collaborator

rustbot commented Jan 29, 2025

Could not assign reviewer from: Kobzol.
User(s) Kobzol are either the PR author, already assigned, or on vacation. Please use r? to specify someone else to assign.

@rustbot
Copy link
Collaborator

rustbot commented Jan 29, 2025

r? @fee1-dead

rustbot has assigned @fee1-dead.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 29, 2025
@rustbot
Copy link
Collaborator

rustbot commented Jan 29, 2025

The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes.

cc @BoxyUwU, @jieyouxu, @Kobzol

@BoxyUwU BoxyUwU assigned Kobzol and unassigned fee1-dead Jan 29, 2025
@Kobzol
Copy link
Contributor

Kobzol commented Jan 29, 2025

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 29, 2025

📌 Commit 0b48908 has been approved by Kobzol

It is now in the queue for this repository.

@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 Jan 29, 2025
bors added a commit to rust-lang-ci/rust that referenced this pull request Jan 30, 2025
Rollup of 5 pull requests

Successful merges:

 - rust-lang#135847 (optimize slice::ptr_rotate for small rotates)
 - rust-lang#136215 (btree/node.rs: remove incorrect comment from pop_internal_level docs)
 - rust-lang#136252 (spastorino back from vacations)
 - rust-lang#136254 (Rustc dev guide subtree update)
 - rust-lang#136259 (Cleanup docs for Allocator)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 48b3eca into rust-lang:master Jan 30, 2025
6 checks passed
@rustbot rustbot added this to the 1.86.0 milestone Jan 30, 2025
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Jan 30, 2025
Rollup merge of rust-lang#136254 - BoxyUwU:rdg-push, r=Kobzol

Rustc dev guide subtree update

r? `@Kobzol`
@BoxyUwU BoxyUwU deleted the rdg-push branch February 11, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.