-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rustc dev guide subtree update #136254
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
Rustc dev guide subtree update #136254
Conversation
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
Fix rustc-pull CI's bash commands
Add some extra pointers for rustdoc frontend devs
Add a link to declare_lint! macro doc in diagnostics.md
Could not assign reviewer from: |
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
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. |
@bors r+ |
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
Rollup merge of rust-lang#136254 - BoxyUwU:rdg-push, r=Kobzol Rustc dev guide subtree update r? `@Kobzol`
r? @Kobzol