<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap, branch 1.43.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.43.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.43.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-04-06T19:28:13+00:00</updated>
<entry>
<title>Move rustc-guide submodule to rustc-dev-guide</title>
<updated>2020-04-06T19:28:13+00:00</updated>
<author>
<name>Santiago Pastorino</name>
<email>spastorino@gmail.com</email>
</author>
<published>2020-03-10T20:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b9370154a383bee041fb8dda5428e3b69adcc62'/>
<id>urn:sha1:9b9370154a383bee041fb8dda5428e3b69adcc62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustbuild: only pass -Zconfig-profile if we're not self bootstraping</title>
<updated>2020-03-23T14:32:11+00:00</updated>
<author>
<name>Marc-Antoine Perennou</name>
<email>Marc-Antoine@Perennou.com</email>
</author>
<published>2020-03-23T14:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cd935cb76a08d8692709d40f2ff1f3a5103e8eb8'/>
<id>urn:sha1:cd935cb76a08d8692709d40f2ff1f3a5103e8eb8</id>
<content type='text'>
This option is now stable thus our cargo will reject it

Fixes #69975

Signed-off-by: Marc-Antoine Perennou &lt;Marc-Antoine@Perennou.com&gt;
</content>
</entry>
<entry>
<title>Rollup merge of #69631 - RalfJung:rust-src, r=Mark-Simulacrum</title>
<updated>2020-03-08T15:53:35+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-03-08T15:53:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3c405cf46f47ff175be2670e15569f4693df1bf'/>
<id>urn:sha1:b3c405cf46f47ff175be2670e15569f4693df1bf</id>
<content type='text'>
remove non-sysroot sources from rust-src component

See https://github.com/rust-lang/rust/pull/69592#discussion_r386238725: these were likely added in https://github.com/rust-lang/rust/pull/58269 for the sake of compiler plugins, but those are being entirely phased out, so there is no good reason to ship these sources.

OTOH, @eddyb [wrote](https://github.com/rust-lang/rust/pull/58269#issuecomment-463408918)

&gt; Yeah, my question is why librustc_plugin specifically? Everything else makes sense.

So maybe there is some good reason to keep these? Then we should have a comment explaining that reason.

Cc @eddyb @taeguk @Mark-Simulacrum
</content>
</entry>
<entry>
<title>fix various typos</title>
<updated>2020-03-06T14:19:31+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-03-06T11:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=136ad015b6862274bf8c161dc5d2955409ed1465'/>
<id>urn:sha1:136ad015b6862274bf8c161dc5d2955409ed1465</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #69636 - RalfJung:miri, r=nikomatsakis</title>
<updated>2020-03-04T10:44:55+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-03-04T10:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b0cfa5b4c5099f45ca540ee1c7d8c1ecd5267d2'/>
<id>urn:sha1:2b0cfa5b4c5099f45ca540ee1c7d8c1ecd5267d2</id>
<content type='text'>
update miri

Let's make that toolstate green again. :D

This bumps serde in the lockfile, so r? @oli-obk

Fixes https://github.com/rust-lang/rust/issues/69462
</content>
</entry>
<entry>
<title>point cargo-miri to the right xargo binary</title>
<updated>2020-03-04T09:31:00+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-03-02T21:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a6f45e2e5057fa47c4687edb493e9ce02a5db9a'/>
<id>urn:sha1:0a6f45e2e5057fa47c4687edb493e9ce02a5db9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Toolstate: don't duplicate nightly tool list.</title>
<updated>2020-03-02T16:42:35+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2020-03-02T00:06:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fdc14cb0b0b47d1a1e1eadf7431b5fcd11568599'/>
<id>urn:sha1:fdc14cb0b0b47d1a1e1eadf7431b5fcd11568599</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #69624 - ehuss:toolstate-beta-regress, r=Mark-Simulacrum</title>
<updated>2020-03-02T12:42:43+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-03-02T12:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8fb3efe6f072f17807967006d91e256d8fbad63'/>
<id>urn:sha1:f8fb3efe6f072f17807967006d91e256d8fbad63</id>
<content type='text'>
Toolstate: Don't block beta week on already broken tools.

This changes it so that tools are allowed to be broken entering the beta week if they are already broken.  This restores the original behavior before the changes in #69332.

Closes #68458
</content>
</entry>
<entry>
<title>remove non-sysroot sources from rust-src component</title>
<updated>2020-03-02T09:13:11+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2020-03-02T09:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cbf52b16758dd17fd60b5b73feb803d1ffc1654b'/>
<id>urn:sha1:cbf52b16758dd17fd60b5b73feb803d1ffc1654b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Toolstate: Don't block beta week on already broken tools.</title>
<updated>2020-03-01T23:46:38+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2020-03-01T23:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22d840e501d52310dfc1ef95792ed211e3673e62'/>
<id>urn:sha1:22d840e501d52310dfc1ef95792ed211e3673e62</id>
<content type='text'>
</content>
</entry>
</feed>
