<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_errors/src, branch 1.58.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.58.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.58.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-11-23T20:37:21+00:00</updated>
<entry>
<title>`replace_tabs` -&gt; `normalize_whitespace`</title>
<updated>2021-11-23T20:37:21+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-09-10T07:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=143f78419934b63313ca8a4dd8e55e9ff5f858bb'/>
<id>urn:sha1:143f78419934b63313ca8a4dd8e55e9ff5f858bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace ZWJ with nothing in terminal output</title>
<updated>2021-11-23T20:36:14+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-09-09T15:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a96fe02f6c5da9b903a658186255c5420537b9f8'/>
<id>urn:sha1:a96fe02f6c5da9b903a658186255c5420537b9f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Align multiline messages to their label (add left margin)</title>
<updated>2021-11-20T19:19:33+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-10-13T13:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f433adf75c9e3f1befea5115d7e84531b3668ad'/>
<id>urn:sha1:8f433adf75c9e3f1befea5115d7e84531b3668ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize format_args_capture</title>
<updated>2021-11-15T09:14:29+00:00</updated>
<author>
<name>Josh Triplett</name>
<email>josh@joshtriplett.org</email>
</author>
<published>2021-11-01T15:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c9bfaa5f3a1a0bd487d0a6908492d56923d72a8'/>
<id>urn:sha1:8c9bfaa5f3a1a0bd487d0a6908492d56923d72a8</id>
<content type='text'>
Works as expected, and there are widespread reports of success with it,
as well as interest in it.
</content>
</entry>
<entry>
<title>Don't abort compilation after giving a lint error</title>
<updated>2021-11-08T01:22:28+00:00</updated>
<author>
<name>Joshua Nelson</name>
<email>jyn514@gmail.com</email>
</author>
<published>2021-07-21T03:23:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ac13bd430cdd433a1b7f5a821fdd538737ae34e'/>
<id>urn:sha1:0ac13bd430cdd433a1b7f5a821fdd538737ae34e</id>
<content type='text'>
The only reason to use `abort_if_errors` is when the program is so broken that either:
1. later passes get confused and ICE
2. any diagnostics from later passes would be noise

This is never the case for lints, because the compiler has to be able to deal with `allow`-ed lints.
So it can continue to lint and compile even if there are lint errors.
</content>
</entry>
<entry>
<title>Lint against RTL unicode codepoints in literals and comments</title>
<updated>2021-10-31T12:14:04+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-08-19T18:40:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0b134582a949062f9f3a8ba3def88b98a98df6a'/>
<id>urn:sha1:c0b134582a949062f9f3a8ba3def88b98a98df6a</id>
<content type='text'>
Address CVE-2021-42574.
</content>
</entry>
<entry>
<title>Revert "Add rustc lint, warning when iterating over hashmaps"</title>
<updated>2021-10-28T15:01:42+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2021-10-28T15:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3215eeb99f055e4c00bc66c2b424e49f5868811b'/>
<id>urn:sha1:3215eeb99f055e4c00bc66c2b424e49f5868811b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #89427 - estebank:collect-overlapping-impls, r=jackh726</title>
<updated>2021-10-24T22:26:41+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-10-24T22:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41d8c94d454f23239715a6433df79e46df8bce04'/>
<id>urn:sha1:41d8c94d454f23239715a6433df79e46df8bce04</id>
<content type='text'>
Point at overlapping impls when type annotations are needed

Address https://github.com/rust-lang/rust/issues/89254.
</content>
</entry>
<entry>
<title>Always sort suggestions before emitting them</title>
<updated>2021-10-24T20:28:44+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-10-01T18:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=881a50c0b7c089831aaf403e9238f77deefe04c3'/>
<id>urn:sha1:881a50c0b7c089831aaf403e9238f77deefe04c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank</title>
<updated>2021-10-24T13:48:42+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2021-10-24T13:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87822b27ee496dd0f5832a437f1e51da66bfc09a'/>
<id>urn:sha1:87822b27ee496dd0f5832a437f1e51da66bfc09a</id>
<content type='text'>
Add rustc lint, warning when iterating over hashmaps

r? rust-lang/wg-incr-comp
</content>
</entry>
</feed>
