<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_data_structures/src/sync, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-05-30T01:51:27+00:00</updated>
<entry>
<title>Apply x clippy --fix and x fmt</title>
<updated>2024-05-30T01:51:27+00:00</updated>
<author>
<name>r0cky</name>
<email>mu001999@outlook.com</email>
</author>
<published>2024-05-30T01:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dabd05bbab9df465a580858c3e03dc1797b12deb'/>
<id>urn:sha1:dabd05bbab9df465a580858c3e03dc1797b12deb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Workaround for rustdoc bug in new beta</title>
<updated>2024-03-20T12:49:13+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2024-03-20T01:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=283db5abfcf8162c27bce435e5653a701008ec1d'/>
<id>urn:sha1:283db5abfcf8162c27bce435e5653a701008ec1d</id>
<content type='text'>
Filed #122758 to track a proper fix, but this seems to solve the
problem in the meantime and is probably OK in terms of impact on
(internal) doc quality.
</content>
</entry>
<entry>
<title>Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr</title>
<updated>2024-03-04T21:16:30+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-03-04T21:16:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=706fe0b7d8bedf66e09f52698dd8e7e92e765754'/>
<id>urn:sha1:706fe0b7d8bedf66e09f52698dd8e7e92e765754</id>
<content type='text'>
constify a couple thread_local statics
</content>
</entry>
<entry>
<title>Use generic `NonZero` internally.</title>
<updated>2024-02-15T07:09:42+00:00</updated>
<author>
<name>Markus Reiter</name>
<email>me@reitermark.us</email>
</author>
<published>2024-01-29T22:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=746a58d4359786e4aebb372a30829706fa5a968f'/>
<id>urn:sha1:746a58d4359786e4aebb372a30829706fa5a968f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>constify a couple thread_local statics</title>
<updated>2024-02-12T15:25:39+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2024-02-12T15:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d0873c7a11e71a46ad58c1d152fb0599281d98df'/>
<id>urn:sha1:d0873c7a11e71a46ad58c1d152fb0599281d98df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce NonZeroUsize on thread count</title>
<updated>2023-11-24T01:10:44+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2023-11-24T01:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ee9223ff973bc3006da81611fb1cd36850d2fab8'/>
<id>urn:sha1:ee9223ff973bc3006da81611fb1cd36850d2fab8</id>
<content type='text'>
This allows avoiding some if != 0 checks when allocating worker-local
datasets.
</content>
</entry>
<entry>
<title>Fix some typos</title>
<updated>2023-11-14T15:06:50+00:00</updated>
<author>
<name>cui fliter</name>
<email>imcusg@gmail.com</email>
</author>
<published>2023-11-14T15:06:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a44a4edc0eb4361f998646891ba3728d3c9d9694'/>
<id>urn:sha1:a44a4edc0eb4361f998646891ba3728d3c9d9694</id>
<content type='text'>
Signed-off-by: cui fliter &lt;imcusg@gmail.com&gt;
</content>
</entry>
<entry>
<title>Auto merge of #117557 - Zoxc:panic-prio, r=petrochenkov</title>
<updated>2023-11-09T00:39:02+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2023-11-09T00:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d8dbf7ca0ee9c6da0fd039b1eb8cf7c7cb840f43'/>
<id>urn:sha1:d8dbf7ca0ee9c6da0fd039b1eb8cf7c7cb840f43</id>
<content type='text'>
Make `FatalErrorMarker` lower priority than other panics

This makes `FatalErrorMarker` lower priority than other panics in a parallel sections. If any other panics occur, they will be unwound instead of `FatalErrorMarker`. This ensures `rustc` will exit with the correct error code on ICEs.

This fixes https://github.com/rust-lang/rust/issues/116659.
</content>
</entry>
<entry>
<title>Make `FatalErrorMarker` lower priority than other panics</title>
<updated>2023-11-03T18:46:00+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-11-03T09:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff1858e2aa4c7ff60ae72ec7d90973a7a14b94f9'/>
<id>urn:sha1:ff1858e2aa4c7ff60ae72ec7d90973a7a14b94f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `filter_map` in `try_par_for_each_in`</title>
<updated>2023-11-03T16:17:16+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2023-11-03T16:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3984914affa48bb6a65a68844a0ddff498c30512'/>
<id>urn:sha1:3984914affa48bb6a65a68844a0ddff498c30512</id>
<content type='text'>
This simplifies the expression, especially for the rayon part, and also
lets us drop the `E: Copy` constraint.
</content>
</entry>
</feed>
