<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_interface/src/interface.rs, branch 1.55.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.55.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.55.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-18T09:14:07+00:00</updated>
<entry>
<title>Move OnDiskCache to rustc_query_impl.</title>
<updated>2021-07-18T09:14:07+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2021-06-28T19:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=81241cbf3ae39db6188b7965b34e444f48e7ebbd'/>
<id>urn:sha1:81241cbf3ae39db6188b7965b34e444f48e7ebbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework SESSION_GLOBALS API to prevent overwriting it</title>
<updated>2021-07-08T14:16:28+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2021-05-05T19:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a2654fb64c9c9d368063b488693d8da17bc9b4e9'/>
<id>urn:sha1:a2654fb64c9c9d368063b488693d8da17bc9b4e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the `.unwrap` to `.expect` with a helpful message</title>
<updated>2021-03-15T12:45:45+00:00</updated>
<author>
<name>hyd-dev</name>
<email>yd-huang@outlook.com</email>
</author>
<published>2021-03-15T12:44:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4709dcd476540621f7fb023ae68b4f916d857278'/>
<id>urn:sha1:4709dcd476540621f7fb023ae68b4f916d857278</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `rustc_interface::interface::Config::parse_sess_created`</title>
<updated>2021-03-15T10:24:58+00:00</updated>
<author>
<name>hyd-dev</name>
<email>yd-huang@outlook.com</email>
</author>
<published>2021-03-15T09:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d7ab3c77b3259e25e15d77b6939af4ba8d3be4c0'/>
<id>urn:sha1:d7ab3c77b3259e25e15d77b6939af4ba8d3be4c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move try_print_query_stack to rustc_interface.</title>
<updated>2021-02-19T16:51:55+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-04-08T18:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4dbf83a2091bea4027f0e6eae43c991f06ff46b9'/>
<id>urn:sha1:4dbf83a2091bea4027f0e6eae43c991f06ff46b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some intra-doc links to compiler docs</title>
<updated>2020-12-22T14:54:23+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-12-22T14:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cd992f394de0ba9d7990c0159bea8855329e6b0'/>
<id>urn:sha1:9cd992f394de0ba9d7990c0159bea8855329e6b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix `unknown-crate` when using self-profile with rustdoc</title>
<updated>2020-12-01T17:54:03+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2020-12-01T03:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=878cfb5a4abe70f6f813ae68216efe935ea40f5d'/>
<id>urn:sha1:878cfb5a4abe70f6f813ae68216efe935ea40f5d</id>
<content type='text'>
... by removing a duplicate `crate_name` field in `interface::Config`,
making it clear that rustdoc should be passing it to `config::Options`
instead.
</content>
</entry>
<entry>
<title>Add method to get the register_lints function from the compiler</title>
<updated>2020-11-24T09:37:14+00:00</updated>
<author>
<name>flip1995</name>
<email>hello@philkrones.com</email>
</author>
<published>2020-10-07T13:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be1e502cef3bb756c388c0b4f8d4bba73458e2b0'/>
<id>urn:sha1:be1e502cef3bb756c388c0b4f8d4bba73458e2b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add option to pass a custom codegen backend from a driver</title>
<updated>2020-09-27T12:16:42+00:00</updated>
<author>
<name>bjorn3</name>
<email>bjorn3@users.noreply.github.com</email>
</author>
<published>2020-09-08T11:44:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71bc62b9f696ae83ef1713bd96054c92cda9f27f'/>
<id>urn:sha1:71bc62b9f696ae83ef1713bd96054c92cda9f27f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mv compiler to compiler/</title>
<updated>2020-08-30T15:45:07+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-08-28T03:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e5f7d5631b8f4009ac1c693e585d4b7108d4275'/>
<id>urn:sha1:9e5f7d5631b8f4009ac1c693e585d4b7108d4275</id>
<content type='text'>
</content>
</entry>
</feed>
