<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_driver/src/lib.rs, branch 1.69.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.69.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.69.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-02-02T06:47:39+00:00</updated>
<entry>
<title>Remove unneeded extern crate</title>
<updated>2023-02-02T06:47:39+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-02-02T06:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b8f8922ee5852f97e92082b209c0f4d940a6edb'/>
<id>urn:sha1:2b8f8922ee5852f97e92082b209c0f4d940a6edb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new `rustc_driver` dylib to rexport `rustc_driver_impl`</title>
<updated>2023-02-02T06:34:41+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-02-02T06:17:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2aceaf4849a806813c31e9987df458e08c11e5f3'/>
<id>urn:sha1:2aceaf4849a806813c31e9987df458e08c11e5f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename rustc_driver to rustc_driver_impl</title>
<updated>2023-02-02T06:12:10+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2023-02-02T06:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=73681323e611972caa9a6107312c9e1f74467545'/>
<id>urn:sha1:73681323e611972caa9a6107312c9e1f74467545</id>
<content type='text'>
</content>
</entry>
<entry>
<title>session: diagnostic migration lint on more fns</title>
<updated>2023-01-30T17:11:35+00:00</updated>
<author>
<name>David Wood</name>
<email>david.wood@huawei.com</email>
</author>
<published>2022-08-19T13:48:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2575b1abc97e1352b307163ac7de2142aded22a5'/>
<id>urn:sha1:2575b1abc97e1352b307163ac7de2142aded22a5</id>
<content type='text'>
Apply the diagnostic migration lint to more functions on `Session`.

Signed-off-by: David Wood &lt;david.wood@huawei.com&gt;
</content>
</entry>
<entry>
<title>Store the gctxt instead of fetching it twice.</title>
<updated>2023-01-23T10:35:21+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-01-19T14:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=261bbd7dbaaeb3a4f3d25610b6f93aac874bd910'/>
<id>urn:sha1:261bbd7dbaaeb3a4f3d25610b6f93aac874bd910</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prefer queries over Compiler methods</title>
<updated>2023-01-23T10:35:21+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-12-07T11:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ddb54f1554c9f1eccc8d0e9315a78d2178ad5aa'/>
<id>urn:sha1:3ddb54f1554c9f1eccc8d0e9315a78d2178ad5aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make `output_filenames` a real query</title>
<updated>2023-01-23T10:35:21+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-01-23T10:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcc8b05d5cf792d44b854a0097e9654021ad3177'/>
<id>urn:sha1:bcc8b05d5cf792d44b854a0097e9654021ad3177</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a now-useless function call</title>
<updated>2023-01-16T14:46:44+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-01-16T14:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44ef075aeb308422ac513ddc8f18978d9b92eea4'/>
<id>urn:sha1:44ef075aeb308422ac513ddc8f18978d9b92eea4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid one more call site to `Compiler::expansion`</title>
<updated>2023-01-16T14:46:44+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-12-07T12:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c8a056132144b60f81cd74d062f8f4ba32dfa785'/>
<id>urn:sha1:c8a056132144b60f81cd74d062f8f4ba32dfa785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move compiler input and ouput paths into session</title>
<updated>2023-01-16T14:46:44+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2022-12-07T09:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f5cd0315386e761beae8afd07df94e42a4db154'/>
<id>urn:sha1:9f5cd0315386e761beae8afd07df94e42a4db154</id>
<content type='text'>
</content>
</entry>
</feed>
