<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_pattern_analysis/src/lints.rs, branch lcnr/rustc-dev-guide</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=lcnr/rustc-dev-guide</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=lcnr/rustc-dev-guide'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-03T09:22:21+00:00</updated>
<entry>
<title>Remove `LintExpectationId` from `Level` variants</title>
<updated>2025-04-03T09:22:21+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-03-19T08:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=805f389da5d8870dc19f879300684bd421194d88'/>
<id>urn:sha1:805f389da5d8870dc19f879300684bd421194d88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make LevelAndSource a struct</title>
<updated>2025-04-03T09:17:55+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>github333195615777966@oli-obk.de</email>
</author>
<published>2025-03-19T09:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c51816ee59576477f79d58e633e145bec381d807'/>
<id>urn:sha1:c51816ee59576477f79d58e633e145bec381d807</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat using the new identifier sorting from rustfmt</title>
<updated>2024-09-22T23:11:29+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-09-22T23:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c682aa162b0d41e21cc6748f4fecfe01efb69d1f'/>
<id>urn:sha1:c682aa162b0d41e21cc6748f4fecfe01efb69d1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat `use` declarations.</title>
<updated>2024-07-28T22:26:52+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-07-28T22:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84ac80f1921afc243d71fd0caaa4f2838c294102'/>
<id>urn:sha1:84ac80f1921afc243d71fd0caaa4f2838c294102</id>
<content type='text'>
The previous commit updated `rustfmt.toml` appropriately. This commit is
the outcome of running `x fmt --all` with the new formatting options.
</content>
</entry>
<entry>
<title>Remove `LintDiagnostic::msg`</title>
<updated>2024-05-23T02:08:35+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-05-22T14:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06bc4fc67145e3a7be9b5a2cf2b5968cef36e587'/>
<id>urn:sha1:06bc4fc67145e3a7be9b5a2cf2b5968cef36e587</id>
<content type='text'>
* instead simply set the primary message inside the lint decorator functions
* it used to be this way before [#]101986 which introduced `msg` to prevent
  good path delayed bugs (which no longer exist) from firing under certain
  circumstances when lints were suppressed / silenced
* this is no longer necessary for various reasons I presume
* it shaves off complexity and makes further changes easier to implement
</content>
</entry>
<entry>
<title>Remove `extern crate tracing` from numerous crates.</title>
<updated>2024-04-30T06:47:49+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-04-29T06:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6341935a13b903a563d7e8678a98f9974629e5a9'/>
<id>urn:sha1:6341935a13b903a563d7e8678a98f9974629e5a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `RustcMatchCheckCtxt` -&gt; `RustcPatCtxt`</title>
<updated>2024-03-13T13:07:44+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-03-13T13:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f27540697e7f17b77dd2fae9fe5d9df8a5eb24c0'/>
<id>urn:sha1:f27540697e7f17b77dd2fae9fe5d9df8a5eb24c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`DeconstructedPat.data` is always present now</title>
<updated>2024-03-11T03:38:57+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-02-06T02:37:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d339bdaa071ae50e20b9dbf1084df30a92c9576f'/>
<id>urn:sha1:d339bdaa071ae50e20b9dbf1084df30a92c9576f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `DecorateLint` as `LintDiagnostic`.</title>
<updated>2024-03-10T23:04:50+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-03-08T01:03:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9f0d9be0e42decc34d236d86e9b9140c6168aa2'/>
<id>urn:sha1:e9f0d9be0e42decc34d236d86e9b9140c6168aa2</id>
<content type='text'>
To match `derive(LintDiagnostic)`.
</content>
</entry>
<entry>
<title>Remove dead args from functions</title>
<updated>2024-02-02T22:47:26+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-02-02T22:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b2a8249c196898c3932d818b263f4c32a5ed454'/>
<id>urn:sha1:6b2a8249c196898c3932d818b263f4c32a5ed454</id>
<content type='text'>
</content>
</entry>
</feed>
