<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_middle/src/ty/context/tls.rs, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-11T19:26:42+00:00</updated>
<entry>
<title>Use `rustc_thread_pool` instead of `rustc-rayon-core`</title>
<updated>2025-06-11T19:26:42+00:00</updated>
<author>
<name>Celina G. Val</name>
<email>celinval@amazon.com</email>
</author>
<published>2025-06-11T18:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4aa62ea9e9015621969a0f505abf7a6894e99e9e'/>
<id>urn:sha1:4aa62ea9e9015621969a0f505abf7a6894e99e9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Represent diagnostic side effects as dep nodes</title>
<updated>2025-03-14T15:01:58+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2024-03-07T05:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ca5220114c1e690d876aa46c3aa0f6ec594b9c5'/>
<id>urn:sha1:3ca5220114c1e690d876aa46c3aa0f6ec594b9c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Delete the `cfg(not(parallel))` serial compiler</title>
<updated>2024-11-12T13:38:58+00:00</updated>
<author>
<name>Noratrieb</name>
<email>48135649+Noratrieb@users.noreply.github.com</email>
</author>
<published>2024-10-28T17:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=505b8e133282a5ced49d8b9c6c5678b8030123a4'/>
<id>urn:sha1:505b8e133282a5ced49d8b9c6c5678b8030123a4</id>
<content type='text'>
Since it's inception a long time ago, the parallel compiler and its cfgs
have been a maintenance burden. This was a necessary evil the allow
iteration while not degrading performance because of synchronization
overhead.

But this time is over. Thanks to the amazing work by the parallel
working group (and the dyn sync crimes), the parallel compiler has now
been fast enough to be shipped by default in nightly for quite a while
now.
Stable and beta have still been on the serial compiler, because they
can't use `-Zthreads` anyways.
But this is quite suboptimal:
- the maintenance burden still sucks
- we're not testing the serial compiler in nightly

Because of these reasons, it's time to end it. The serial compiler has
served us well in the years since it was split from the parallel one,
but it's over now.

Let the knight slay one head of the two-headed dragon!
</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 unsafe_op_in_unsafe_fn in compiler</title>
<updated>2024-07-16T04:02:44+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-07-14T18:27:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28503d69ac204ff208d115aea30dc09d6fca8728'/>
<id>urn:sha1:28503d69ac204ff208d115aea30dc09d6fca8728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make span_bug panic site useful again</title>
<updated>2024-03-19T09:19:12+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-03-12T13:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e91084180e2171fd229241adfb4b1463ebb79958'/>
<id>urn:sha1:e91084180e2171fd229241adfb4b1463ebb79958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `Diagnostic` as `DiagInner`.</title>
<updated>2024-02-27T21:33:25+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-02-22T07:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6588f5b7494afdd9bff016b786daad2e96739b97'/>
<id>urn:sha1:6588f5b7494afdd9bff016b786daad2e96739b97</id>
<content type='text'>
I started by changing it to `DiagData`, but that didn't feel right.
`DiagInner` felt much better.
</content>
</entry>
<entry>
<title>Don't leak the function that is called on drop</title>
<updated>2023-05-23T14:53:36+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2023-05-23T14:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e2b953063d1c6302dd61a2284f8da8b770ddc11d'/>
<id>urn:sha1:e2b953063d1c6302dd61a2284f8da8b770ddc11d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finish move of query.rs</title>
<updated>2023-05-16T23:57:21+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-05-15T23:53:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54b582a0e8093844bfd42a5f5761212730e7ce05'/>
<id>urn:sha1:54b582a0e8093844bfd42a5f5761212730e7ce05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce `DynSend` and `DynSync` auto trait</title>
<updated>2023-05-06T01:34:18+00:00</updated>
<author>
<name>SparrowLii</name>
<email>liyuan179@huawei.com</email>
</author>
<published>2023-03-03T02:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9746ce03901fc39707c8c2d0405caf5384b4e97'/>
<id>urn:sha1:b9746ce03901fc39707c8c2d0405caf5384b4e97</id>
<content type='text'>
</content>
</entry>
</feed>
