<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/std/src/backtrace.rs, branch 1.84.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.84.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.84.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-09-22T23:11:29+00:00</updated>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</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>std: move `sys_common::backtrace` to `sys`</title>
<updated>2024-06-16T11:14:01+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-06-16T11:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf9510cd3382fb1a5b4902a1b0e68af3e3274931'/>
<id>urn:sha1:cf9510cd3382fb1a5b4902a1b0e68af3e3274931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require any function with a tait in its signature to actually constrain a hidden type</title>
<updated>2024-06-12T08:53:59+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-06-10T16:17:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0bc2001879558ba0d51b6a246f5178853f9ff21e'/>
<id>urn:sha1:0bc2001879558ba0d51b6a246f5178853f9ff21e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename ptr::invalid -&gt; ptr::without_provenance</title>
<updated>2024-02-21T19:15:52+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-02-11T18:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b58f647d5488dce73bba517907c44af2c2a618c4'/>
<id>urn:sha1:b58f647d5488dce73bba517907c44af2c2a618c4</id>
<content type='text'>
also introduce ptr::dangling matching NonNull::dangling
</content>
</entry>
<entry>
<title>Rollup merge of #118798 - GnomedDev:use-atomicu8-backtrace, r=Nilstrieb</title>
<updated>2024-01-19T07:15:02+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-01-19T07:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d828cd25347b791b3dd4271d8c05c998f698b62'/>
<id>urn:sha1:2d828cd25347b791b3dd4271d8c05c998f698b62</id>
<content type='text'>
Use AtomicU8 instead of AtomicUsize in backtrace.rs

Just a small inefficiency I saw when looking at std sources.
</content>
</entry>
<entry>
<title>Use AtomicU8 instead of AtomicUsize in backtrace.rs</title>
<updated>2023-12-10T11:36:56+00:00</updated>
<author>
<name>David Thomas</name>
<email>david2005thomas@gmail.com</email>
</author>
<published>2023-12-10T11:36:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17edbe7cad199e04345db5e810970576e8dc6f40'/>
<id>urn:sha1:17edbe7cad199e04345db5e810970576e8dc6f40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove redundant imports</title>
<updated>2023-12-10T02:56:22+00:00</updated>
<author>
<name>surechen</name>
<email>chenshuo17@huawei.com</email>
</author>
<published>2023-11-10T02:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40ae34194c586eea3614d3216322053d2e8e7b37'/>
<id>urn:sha1:40ae34194c586eea3614d3216322053d2e8e7b37</id>
<content type='text'>
detects redundant imports that can be eliminated.

for #117772 :

In order to facilitate review and modification, split the checking code and
removing redundant imports code into two PR.
</content>
</entry>
<entry>
<title>Move SGX-specific image base logic to sys_common</title>
<updated>2023-11-14T21:27:57+00:00</updated>
<author>
<name>Mohsen Zohrevandi</name>
<email>mohsen.zohrevandi@fortanix.com</email>
</author>
<published>2023-11-14T21:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec8c3d9992661f078152b0e1f53b1a96fce090ca'/>
<id>urn:sha1:ec8c3d9992661f078152b0e1f53b1a96fce090ca</id>
<content type='text'>
</content>
</entry>
</feed>
