Skip to content

std: on Windows, use GetSystemTimePreciseAsFileTime if it is available - #69858

Merged
bors merged 1 commit into
rust-lang:masterfrom
da-x:windows-precise-time
Mar 16, 2020
Merged

std: on Windows, use GetSystemTimePreciseAsFileTime if it is available#69858
bors merged 1 commit into
rust-lang:masterfrom
da-x:windows-precise-time

Conversation

@da-x

@da-xda-x commented Mar 9, 2020

Copy link
Copy Markdown
Member

This implements #67266.

@JohnTitorJohnTitor added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 10, 2020
@Dylan-DPC-zz

Copy link
Copy Markdown

@bors r+

@bors

bors commented Mar 15, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 0605abe has been approved by Dylan-DPC

@borsbors 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 Mar 15, 2020
bors added a commit that referenced this pull request Mar 16, 2020
Rollup of 8 pull requests
Successful merges:
- #69686 (Use `pprust` to print attributes in rustdoc)
- #69858 (std: on Windows, use GetSystemTimePreciseAsFileTime if it is available)
- #69917 (Cleanup E0412 and E0422)
- #69964 (Add Node.js to PR CI image)
- #69992 (Block version-specific docs from search engines)
- #69995 (Add more context to the literal overflow message)
- #69998 (Add long error explanation for E0634)
- #70014 (Small fixes in rustdoc book)
Failed merges:
r? @ghost
@bors
bors merged commit 957241f into rust-lang:masterMar 16, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Aug 26, 2020
…etep998
Update docs for SystemTime Windows implementation
Windows now uses `GetSystemTimePreciseAsFileTime` (since rust-lang#69858) on versions of Windows that support it.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: 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.

5 participants

@da-x@Dylan-DPC-zz@bors@retep998@JohnTitor