<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_expand/src/module.rs, branch 1.63.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.63.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.63.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-05-21T00:04:54+00:00</updated>
<entry>
<title>Remove `crate` visibility usage in compiler</title>
<updated>2022-05-21T00:04:54+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2022-05-20T23:51:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49c82f31a85f04a709810de4ccfb8ba765c1377b'/>
<id>urn:sha1:49c82f31a85f04a709810de4ccfb8ba765c1377b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Associate multiple with a crate too.</title>
<updated>2022-03-03T23:45:25+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2022-03-03T23:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b82795244e31ce1ad60bbb823c4e4b91f921c296'/>
<id>urn:sha1:b82795244e31ce1ad60bbb823c4e4b91f921c296</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: prepare to associate multiple spans with a module.</title>
<updated>2022-03-03T19:38:50+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2022-01-20T16:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9035f7bef47c21b575af517dce309d96df4eb51'/>
<id>urn:sha1:e9035f7bef47c21b575af517dce309d96df4eb51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename ErrorReported -&gt; ErrorGuaranteed</title>
<updated>2022-03-02T15:45:25+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2022-01-23T18:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e489a94deef3d41513fe4254804d730f0fd6cbc0'/>
<id>urn:sha1:e489a94deef3d41513fe4254804d730f0fd6cbc0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".</title>
<updated>2022-02-23T06:38:52+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>eddyb@lyken.rs</email>
</author>
<published>2022-01-27T09:44:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7e95dee65c35db8f8e07046d445b12d92cbae12'/>
<id>urn:sha1:b7e95dee65c35db8f8e07046d445b12d92cbae12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adopt let else in more places</title>
<updated>2022-02-19T16:27:43+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2022-02-18T23:48:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2ef8af66196f7cc270a0532ea989f2fc6bc6885d'/>
<id>urn:sha1:2ef8af66196f7cc270a0532ea989f2fc6bc6885d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unnecessary sigils around `Ident::as_str()` calls.</title>
<updated>2021-12-15T06:32:42+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2021-12-15T05:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b1c934ebb8b881977a93c05c15caa88921792d3b'/>
<id>urn:sha1:b1c934ebb8b881977a93c05c15caa88921792d3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `SymbolStr`.</title>
<updated>2021-12-15T02:30:26+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2021-12-14T21:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8cddcd39ba2189da859a5164804556190906ee2a'/>
<id>urn:sha1:8cddcd39ba2189da859a5164804556190906ee2a</id>
<content type='text'>
By changing `as_str()` to take `&amp;self` instead of `self`, we can just
return `&amp;str`. We're still lying about lifetimes, but it's a smaller lie
than before, where `SymbolStr` contained a (fake) `&amp;'static str`!
</content>
</entry>
<entry>
<title>Check for macros in built-in attributes that don't support them.</title>
<updated>2021-09-25T16:03:15+00:00</updated>
<author>
<name>Eric Huss</name>
<email>eric@huss.org</email>
</author>
<published>2021-09-17T20:08:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75f058dbfd1c02daa191efb6eb53dc91fda8add6'/>
<id>urn:sha1:75f058dbfd1c02daa191efb6eb53dc91fda8add6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use if-let guards in the codebase</title>
<updated>2021-08-25T18:24:35+00:00</updated>
<author>
<name>Léo Lanteri Thauvin</name>
<email>leseulartichaut@gmail.com</email>
</author>
<published>2021-08-16T15:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fde1b76b4b1d0d84f5691f4785906b31bb91f38d'/>
<id>urn:sha1:fde1b76b4b1d0d84f5691f4785906b31bb91f38d</id>
<content type='text'>
</content>
</entry>
</feed>
