<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc/src, branch 1.85.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.85.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.85.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-12-03T08:56:33+00:00</updated>
<entry>
<title>switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0</title>
<updated>2024-12-03T08:56:33+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2024-12-02T16:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a69fe84ec841c20d229711d6861c5d889851e7f5'/>
<id>urn:sha1:a69fe84ec841c20d229711d6861c5d889851e7f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused intercrate dependencies</title>
<updated>2024-11-07T14:17:16+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2024-11-07T14:17:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b480f0f224b6e92a514a477516dd65d06b68f3cc'/>
<id>urn:sha1:b480f0f224b6e92a514a477516dd65d06b68f3cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Link `std` statically in `rustc_driver`</title>
<updated>2024-08-11T02:16:53+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2024-03-12T01:12:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ee43259ac9ddb7d5e050e9c7e65c848550045da'/>
<id>urn:sha1:3ee43259ac9ddb7d5e050e9c7e65c848550045da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The rustc crate feature is called jemalloc</title>
<updated>2024-07-15T17:01:20+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-07-15T17:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e1c4afb1d4e6bbdff772ccc5589e183490775ed'/>
<id>urn:sha1:7e1c4afb1d4e6bbdff772ccc5589e183490775ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`</title>
<updated>2024-05-02T17:48:29+00:00</updated>
<author>
<name>Martin Nordholts</name>
<email>martin.nordholts@codetale.se</email>
</author>
<published>2024-04-28T16:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cde0cde151f30e07170d0f3caa721c92bebd7afe'/>
<id>urn:sha1:cde0cde151f30e07170d0f3caa721c92bebd7afe</id>
<content type='text'>
In the stabilization attempt of `#[unix_sigpipe = "sig_dfl"]`, a concern
was raised related to using a language attribute for the feature: Long
term, we want `fn lang_start()` to be definable by any crate, not just
libstd. Having a special language attribute in that case becomes
awkward.

So as a first step towards towards the next stabilization attempt, this
PR changes the `#[unix_sigpipe = "..."]` attribute to a compiler flag
`-Zon-broken-pipe=...` to remove that concern, since now the language
is not "contaminated" by this feature.

Another point was also raised, namely that the ui should not leak
**how** it does things, but rather what the **end effect** is. The new
flag uses the proposed naming. This is of course something that can be
iterated on further before stabilization.
</content>
</entry>
<entry>
<title>fix link</title>
<updated>2023-03-11T16:53:47+00:00</updated>
<author>
<name>jyn</name>
<email>github@jyn.dev</email>
</author>
<published>2023-03-11T16:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e89bd9428f621545c979c0ec686addc6563a394e'/>
<id>urn:sha1:e89bd9428f621545c979c0ec686addc6563a394e</id>
<content type='text'>
Co-authored-by: Rémy Rakic &lt;remy.rakic+github@gmail.com&gt;</content>
</entry>
<entry>
<title>Expand on the allocator comment in `rustc-main`</title>
<updated>2023-03-11T13:49:22+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>github@jyn.dev</email>
</author>
<published>2023-03-11T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9a24e2fee959fa9a7c3493489dba0223bfbc8928'/>
<id>urn:sha1:9a24e2fee959fa9a7c3493489dba0223bfbc8928</id>
<content type='text'>
Before, it said "global_allocator does nothing". Now it gives you
suggestions for what to do if you want to change the global allocator
(which is likely the main reason you'd be reading the comment).
</content>
</entry>
<entry>
<title>rustc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`</title>
<updated>2022-10-02T15:49:36+00:00</updated>
<author>
<name>Martin Nordholts</name>
<email>enselic@gmail.com</email>
</author>
<published>2022-10-02T15:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=093b075d327d1c7c7e0730e46f1d5c2d4aa47f5a'/>
<id>urn:sha1:093b075d327d1c7c7e0730e46f1d5c2d4aa47f5a</id>
<content type='text'>
This is the first (known) step towards starting to use `unix_sigpipe` in
the wild. Eventually, `rustc_driver::set_sigpipe_handler` can be removed
and all clients can use `unix_sigpipe` instead.

For now we just start using `unix_sigpipe` in once place: `rustc`
itself.

It is easy to manually verify this change. If you remove
`#[unix_sigpipe = "sig_dfl"]` and run `./x.py build` you will get an ICE
when you do `./build/x86_64-unknown-linux-gnu/stage1/bin/rustc --help |
false`. Add back `#[unix_sigpipe = "sig_dfl"]` and the ICE disappears
again.
</content>
</entry>
<entry>
<title>update jemalloc-sys to jemalloc v5.3</title>
<updated>2022-05-25T06:25:15+00:00</updated>
<author>
<name>Rémy Rakic</name>
<email>remy.rakic+github@gmail.com</email>
</author>
<published>2022-05-06T21:20:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=adab1350e76dea8a8af4d062fcad518980673643'/>
<id>urn:sha1:adab1350e76dea8a8af4d062fcad518980673643</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove useless `#[global_allocator]` from rustc and rustdoc.</title>
<updated>2021-12-23T06:23:21+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2021-12-23T04:47:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb23bfc2cde4b56372ac7324d0bdec2232a162e5'/>
<id>urn:sha1:bb23bfc2cde4b56372ac7324d0bdec2232a162e5</id>
<content type='text'>
This was added in #83152, which has several errors in its comments.

This commit also fix up the comments, which are quite wrong and
misleading.
</content>
</entry>
</feed>
