<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/library/core/src/panic.rs, branch 1.82.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.82.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.82.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-07-30T17:49:08+00:00</updated>
<entry>
<title>Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68</title>
<updated>2024-07-30T17:49:08+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2024-07-30T17:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8060d282d42770fadd73905e3eefb85660d3278'/>
<id>urn:sha1:f8060d282d42770fadd73905e3eefb85660d3278</id>
<content type='text'>
Bump bootstrap compiler to new beta

https://forge.rust-lang.org/release/process.html#master-bootstrap-update-t-2-day-tuesday
</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>Update CURRENT_RUSTC_VERSION</title>
<updated>2024-07-28T18:46:29+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2024-07-21T12:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e8644f85b8b44285e3d74dfa64362e58072e4683'/>
<id>urn:sha1:e8644f85b8b44285e3d74dfa64362e58072e4683</id>
<content type='text'>
</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>Stabilize `PanicInfo::message()` and `PanicMessage`</title>
<updated>2024-06-20T11:06:33+00:00</updated>
<author>
<name>StackOverflowExcept1on</name>
<email>109800286+StackOverflowExcept1on@users.noreply.github.com</email>
</author>
<published>2024-06-20T10:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb00657d168e347ac04b5f90e8e77edc14a03050'/>
<id>urn:sha1:bb00657d168e347ac04b5f90e8e77edc14a03050</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add PanicMessage type for PanicInfo::message().</title>
<updated>2024-06-17T18:44:55+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2024-06-12T13:38:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6c2507cab5711f94305841b43f6623ad80d7448b'/>
<id>urn:sha1:6c2507cab5711f94305841b43f6623ad80d7448b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix display of panic message in recursive panic.</title>
<updated>2024-06-11T13:47:00+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2024-05-16T10:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb0990d1e1e67a512930665bf7df5fb91f55982c'/>
<id>urn:sha1:fb0990d1e1e67a512930665bf7df5fb91f55982c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Impl Display for PanicPayload to simplify things.</title>
<updated>2024-06-11T13:46:59+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2023-10-02T12:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1642de33d3c4e59f3b4a766d0ad1abe046f0433f'/>
<id>urn:sha1:1642de33d3c4e59f3b4a766d0ad1abe046f0433f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>panic_str only exists for the migration to 2021 panic macros</title>
<updated>2024-03-26T07:11:34+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-03-25T19:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e190fa993ddcf04c978c918cfc785d1e2f26f8b'/>
<id>urn:sha1:6e190fa993ddcf04c978c918cfc785d1e2f26f8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Distinguish between library and lang UB in assert_unsafe_precondition</title>
<updated>2024-03-08T23:53:58+00:00</updated>
<author>
<name>Ben Kimock</name>
<email>kimockb@gmail.com</email>
</author>
<published>2024-02-27T02:25:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5a93a59fd557f7d93ab0b6cc192c47580951666a'/>
<id>urn:sha1:5a93a59fd557f7d93ab0b6cc192c47580951666a</id>
<content type='text'>
</content>
</entry>
</feed>
