<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/os/windows/process.rs, branch 1.90.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.90.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.90.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-05-14T17:00:56+00:00</updated>
<entry>
<title>wire up startupinfo methods</title>
<updated>2025-05-14T17:00:56+00:00</updated>
<author>
<name>Federico Terzi</name>
<email>federicoterzi96@gmail.com</email>
</author>
<published>2025-05-14T17:00:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0b6363974c7894d61addc96e677166173a01e5f'/>
<id>urn:sha1:e0b6363974c7894d61addc96e677166173a01e5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate std to Rust 2024</title>
<updated>2025-03-11T16:46:34+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2025-02-12T22:18:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=993359e70112fab8daad4c85ff5b069f9fbdd197'/>
<id>urn:sha1:993359e70112fab8daad4c85ff5b069f9fbdd197</id>
<content type='text'>
</content>
</entry>
<entry>
<title>library: Use size_of from the prelude instead of imported</title>
<updated>2025-03-07T04:20:38+00:00</updated>
<author>
<name>Thalia Archibald</name>
<email>thalia@archibald.dev</email>
</author>
<published>2025-03-05T04:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=988eb1997014987caad878699ee1e7c000214508'/>
<id>urn:sha1:988eb1997014987caad878699ee1e7c000214508</id>
<content type='text'>
Use `std::mem::{size_of, size_of_val, align_of, align_of_val}` from the
prelude instead of importing or qualifying them.

These functions were added to all preludes in Rust 1.80.
</content>
</entry>
<entry>
<title>Rustfmt</title>
<updated>2025-02-08T22:12:13+00:00</updated>
<author>
<name>bjorn3</name>
<email>17426603+bjorn3@users.noreply.github.com</email>
</author>
<published>2025-02-08T22:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1fcae03369abb4c2cc180cd5a49e1f4440a81300'/>
<id>urn:sha1:1fcae03369abb4c2cc180cd5a49e1f4440a81300</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abstract `ProcThreadAttributeList` into its own struct</title>
<updated>2024-11-30T09:17:59+00:00</updated>
<author>
<name>Michael van Straten</name>
<email>michael@vanstraten.de</email>
</author>
<published>2024-04-07T19:08:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f371952cdeee32ce8fb3e859e5a1fd05a1e750aa'/>
<id>urn:sha1:f371952cdeee32ce8fb3e859e5a1fd05a1e750aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Fix doc nits</title>
<updated>2024-07-26T12:26:33+00:00</updated>
<author>
<name>John Arundel</name>
<email>john@bitfieldconsulting.com</email>
</author>
<published>2024-07-15T11:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a19472a93e2eecce1477011fa9f7ec49b45ca164'/>
<id>urn:sha1:a19472a93e2eecce1477011fa9f7ec49b45ca164</id>
<content type='text'>
Many tiny changes to stdlib doc comments to make them consistent (for example
"Returns foo", rather than "Return foo", per RFC1574), adding missing periods, paragraph
breaks, backticks for monospace style, and other minor nits.

https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text
</content>
</entry>
<entry>
<title>Make os/windows default to deny unsafe in unsafe</title>
<updated>2024-07-15T07:17:39+00:00</updated>
<author>
<name>Chris Denton</name>
<email>chris@chrisdenton.dev</email>
</author>
<published>2024-07-15T07:10:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3411a025d5716967ba9bc8b259acd687998bcc40'/>
<id>urn:sha1:3411a025d5716967ba9bc8b259acd687998bcc40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed doc links</title>
<updated>2024-07-10T02:09:13+00:00</updated>
<author>
<name>Andres Olivares</name>
<email>andyolivares@gmail.com</email>
</author>
<published>2024-07-10T01:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b8b6d14de92986e420e782d9a587960f6792c7c2'/>
<id>urn:sha1:b8b6d14de92986e420e782d9a587960f6792c7c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Few changes to doc comments. Added tracking issue number.</title>
<updated>2024-07-10T02:09:13+00:00</updated>
<author>
<name>Andres Olivares</name>
<email>andres.olivares@ncratleos.com</email>
</author>
<published>2024-07-10T00:48:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e82ad2e62224c66ef0b6c9e11a79e73cf645f1b4'/>
<id>urn:sha1:e82ad2e62224c66ef0b6c9e11a79e73cf645f1b4</id>
<content type='text'>
</content>
</entry>
</feed>
