<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/bootstrap/bin, branch 1.42.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.42.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.42.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-12-22T22:42:47+00:00</updated>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename cfg(rustdoc) into cfg(doc)</title>
<updated>2019-11-06T17:32:51+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2019-11-06T17:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0282c27781b2f7501f4385ef22da82acc179c00e'/>
<id>urn:sha1:0282c27781b2f7501f4385ef22da82acc179c00e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some FIXME for future Cargo issues</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T17:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=160787129b757f364ce9ef44510845ec0c1c4410'/>
<id>urn:sha1:160787129b757f364ce9ef44510845ec0c1c4410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move handling of `-Cprefer-dynamic` into `builder.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T17:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=385470b8bb1250ac11276fa57a3d1fc1d9ffb710'/>
<id>urn:sha1:385470b8bb1250ac11276fa57a3d1fc1d9ffb710</id>
<content type='text'>
This logic is *super* old and can be tweaked and moved into `builder.rs`
</content>
</entry>
<entry>
<title>Move `--cfg bootstrap` out of `rustc.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T17:27:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f95f460f6c35985bf7b3e6220b1370e0323312'/>
<id>urn:sha1:b3f95f460f6c35985bf7b3e6220b1370e0323312</id>
<content type='text'>
Instead let's do this via `RUSTFLAGS` in `builder.rs`. Currently
requires a submodule update of `stdarch` to fix a problem with previous
compilers.
</content>
</entry>
<entry>
<title>Move handling of `RUSTC_PARALLEL_COMPILER` to `compile.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T17:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a816fa185b42bc1bd73cd241be27121dcc5b784b'/>
<id>urn:sha1:a816fa185b42bc1bd73cd241be27121dcc5b784b</id>
<content type='text'>
No longer needs to live in `rustc.rs`
</content>
</entry>
<entry>
<title>Move handling of `{MUSL,WASI}_ROOT` to `compile.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T17:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3d13f463045417903364c44a67b0963ececde79f'/>
<id>urn:sha1:3d13f463045417903364c44a67b0963ececde79f</id>
<content type='text'>
No longer any need for them to live in `rustc.rs`!
</content>
</entry>
<entry>
<title>Move debuginfo level handling to `builder.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T16:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5cc6eb40827c5a03c378766770c1320ac73d13ed'/>
<id>urn:sha1:5cc6eb40827c5a03c378766770c1320ac73d13ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove duplication of `RUSTC_DEBUGINFO_MAP` in rustc.rs</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T16:43:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5abc4cd01cc84252824c88eb4d1106e79168b184'/>
<id>urn:sha1:5abc4cd01cc84252824c88eb4d1106e79168b184</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move handling of `codegen-units` to `builder.rs`</title>
<updated>2019-09-23T16:34:44+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2019-09-09T16:42:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2d6f3fede071514724e280a4394d915616b42634'/>
<id>urn:sha1:2d6f3fede071514724e280a4394d915616b42634</id>
<content type='text'>
</content>
</entry>
</feed>
