Uh oh!
There was an error while loading. Please reload this page.
Rustc dev guide subtree update - #136254
Merged
Merged
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
rustbot
commented
Jan 29, 2025
Collaborator
Could not assign reviewer from: |
rustbot
commented
Jan 29, 2025
Collaborator
r? @fee1-dead rustbot has assigned @fee1-dead. Use |
rustbot
commented
Jan 29, 2025
Collaborator
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. |
Kobzol
commented
Jan 29, 2025
Member
@bors r+ |
bors
commented
Jan 29, 2025
Collaborator
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
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`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
r? @Kobzol