-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 10 pull requests #75966
Rollup of 10 pull requests #75966
Commits on Jul 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2ca1e59 - Browse repository at this point
Copy the full SHA 2ca1e59View commit details
Commits on Aug 22, 2020
-
Update docs for SystemTime Windows implementation
Windows now uses `GetSystemTimePreciseAsFileTime` on versions of Windows that support it.
Configuration menu - View commit details
-
Copy full SHA for 57e7e28 - Browse repository at this point
Copy the full SHA 57e7e28View commit details
Commits on Aug 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6cb364c - Browse repository at this point
Copy the full SHA 6cb364cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5041aee - Browse repository at this point
Copy the full SHA 5041aeeView commit details
Commits on Aug 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for efef159 - Browse repository at this point
Copy the full SHA efef159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76bd5b3 - Browse repository at this point
Copy the full SHA 76bd5b3View commit details -
* 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>`.
Configuration menu - View commit details
-
Copy full SHA for daa6620 - Browse repository at this point
Copy the full SHA daa6620View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc4925 - Browse repository at this point
Copy the full SHA adc4925View commit details
Commits on Aug 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 079baaf - Browse repository at this point
Copy the full SHA 079baafView commit details
Commits on Aug 26, 2020
-
Fix swapped stability attributes
This fixes a regression introduced in rust-lang#74855.
Configuration menu - View commit details
-
Copy full SHA for 29399fa - Browse repository at this point
Copy the full SHA 29399faView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c8b2402 - Browse repository at this point
Copy the full SHA c8b2402View commit details -
Rollup merge of rust-lang#74730 - androm3da:fix_libstd_hexlinux_01, r…
…=dtolnay Hexagon libstd: update type defs
Configuration menu - View commit details
-
Copy full SHA for 2eec2ec - Browse repository at this point
Copy the full SHA 2eec2ecView commit details -
Rollup merge of rust-lang#75758 - bpangWR:master, r=Mark-Simulacrum
Fixes for VxWorks r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 730449d - Browse repository at this point
Copy the full SHA 730449dView commit details -
Rollup merge of rust-lang#75780 - matklad:unconfuseunpindocs, r=KodrAus
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>`.
Configuration menu - View commit details
-
Copy full SHA for a79f9af - Browse repository at this point
Copy the full SHA a79f9afView commit details -
Rollup merge of rust-lang#75806 - GuillaumeGomez:prevent-automatic-pa…
…ge-change-history, r=pickfire Prevent automatic page change when using history Fixes rust-lang#75774.
Configuration menu - View commit details
-
Copy full SHA for 463fdf3 - Browse repository at this point
Copy the full SHA 463fdf3View commit details -
Rollup merge of rust-lang#75818 - ollie27:doc_systemtime_windows, r=r…
…etep998 Update docs for SystemTime Windows implementation Windows now uses `GetSystemTimePreciseAsFileTime` (since rust-lang#69858) on versions of Windows that support it.
Configuration menu - View commit details
-
Copy full SHA for a838f2f - Browse repository at this point
Copy the full SHA a838f2fView commit details -
Rollup merge of rust-lang#75837 - GuillaumeGomez:fix-font-color-help-…
…button, r=Cldfire Fix font color for help button in ayu and dark themes A nice before/after: ![Screenshot from 2020-08-23 14-47-07](https://user-images.githubusercontent.com/3050060/90979230-0dd07400-e554-11ea-85f7-046dfca65e8e.png) ![Screenshot from 2020-08-23 14-47-03](https://user-images.githubusercontent.com/3050060/90979233-145eeb80-e554-11ea-8e63-1864c3f2699b.png) 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: ![Screenshot from 2020-08-23 15-20-45](https://user-images.githubusercontent.com/3050060/90979281-5e47d180-e554-11ea-9993-8595057481ab.png) ![Screenshot from 2020-08-23 15-20-50](https://user-images.githubusercontent.com/3050060/90979279-5daf3b00-e554-11ea-8d39-beb57091aba7.png)
Configuration menu - View commit details
-
Copy full SHA for 88c68ca - Browse repository at this point
Copy the full SHA 88c68caView commit details -
Rollup merge of rust-lang#75870 - GuillaumeGomez:unify-border-color-t…
…heme-ayu, r=pickfire Unify theme choices border color in ayu theme There was a slight color difference in the theme choice menu borders: ![Screenshot from 2020-08-24 10-37-05](https://user-images.githubusercontent.com/3050060/91022913-22654880-e5f6-11ea-8165-302b2d4e701e.png) ![Screenshot from 2020-08-24 10-37-58](https://user-images.githubusercontent.com/3050060/91022918-242f0c00-e5f6-11ea-989a-e26a28196d09.png) r? @Cldfire
Configuration menu - View commit details
-
Copy full SHA for c1cb46e - Browse repository at this point
Copy the full SHA c1cb46eView commit details -
Rollup merge of rust-lang#75875 - pickfire:patch-4, r=jyn514
Shorten liballoc vec resize intra-doc link r? @jyn514
Configuration menu - View commit details
-
Copy full SHA for 11e9769 - Browse repository at this point
Copy the full SHA 11e9769View commit details -
Rollup merge of rust-lang#75953 - jyn514:missing-lints, r=Manishearth
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
Configuration menu - View commit details
-
Copy full SHA for c2a0168 - Browse repository at this point
Copy the full SHA c2a0168View commit details -
Rollup merge of rust-lang#75958 - Mark-Simulacrum:fix-toolstate, r=ke…
…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.
Configuration menu - View commit details
-
Copy full SHA for 8fd73aa - Browse repository at this point
Copy the full SHA 8fd73aaView commit details