Merged
Conversation
Windows now uses `GetSystemTimePreciseAsFileTime` on versions of Windows that support it.
* Don't say that Unpin is used to prevent moves, because it is used to *allow* moves * Be more precise about kindedness of things, it is `Pin<Pointer<Data>>`, rather than just `Pin<Pointer>`.
fix building errors use wr-c++ as linker
This fixes a regression introduced in rust-lang#74855.
In 2e6f2e8, we added a main function to the publish_toolstate.py script. Unfortunately, we missed that the Python program implicitly declares global variables in that code, which means that adding a function changes variable scoping and breaks other code. This commit avoids introducing that function and adds a warning to future editors of the code.
…=dtolnay Hexagon libstd: update type defs
Fixes for VxWorks r? @alexcrichton
Unconfuse Unpin docs a bit * Don't say that Unpin is used to prevent moves, because it is used to *allow* moves * Be more precise about kindedness of things, it is `Pin<Pointer<Data>>`, rather than just `Pin<Pointer>`.
…ge-change-history, r=pickfire Prevent automatic page change when using history Fixes rust-lang#75774.
…etep998 Update docs for SystemTime Windows implementation Windows now uses `GetSystemTimePreciseAsFileTime` (since rust-lang#69858) on versions of Windows that support it.
…button, r=Cldfire Fix font color for help button in ayu and dark themes A nice before/after:   For the ayu theme, the change is very "light", the font color was already close to white, so I unified the color with the pictures of the other buttons:  
…heme-ayu, r=pickfire Unify theme choices border color in ayu theme There was a slight color difference in the theme choice menu borders:   r? @Cldfire
Shorten liballoc vec resize intra-doc link r? @jyn514
Fix swapped stability attributes for rustdoc lints This fixes a regression introduced in rust-lang#74855. Previously, `missing_doc_code_examples` would be run on stable and `private_doc_tests` would only be run on nightly. Now, it correctly does the reverse. Closes rust-lang#75951. r? @ehuss
…nnytm Avoid function-scoping global variables In 2e6f2e8, we added a main function to the publish_toolstate.py script. Unfortunately, we missed that the Python program implicitly declares global variables in that code, which means that adding a function changes variable scoping and breaks other code. This commit avoids introducing that function and adds a warning to future editors of the code.
Author
|
@bors r+ rollup=never p=5 |
Collaborator
|
📌 Commit 8fd73aa has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions, checks-azure |
Contributor
|
📣 Toolstate changed by #75966! Tested on commit 09b06f9. 💔 miri on windows: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung). |
rust-highfive
added a commit
to rust-lang-nursery/rust-toolstate
that referenced
this pull request
Aug 27, 2020
Tested on commit rust-lang/rust@09b06f9. Direct link to PR: <rust-lang/rust#75966> 💔 miri on windows: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung). 💔 miri on linux: test-pass → test-fail (cc @oli-obk @eddyb @RalfJung). 💔 nomicon on windows: test-pass → test-fail (cc @Gankra @frewsxcv). 💔 nomicon on linux: test-pass → test-fail (cc @Gankra @frewsxcv).
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 free
to 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.
Successful merges:
Failed merges:
r? @ghost