<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_pattern_analysis/src, branch 1.80.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.80.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.80.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-06-05T21:25:41+00:00</updated>
<entry>
<title>Add `Ty` to `mir::Const::Ty`</title>
<updated>2024-06-05T21:25:41+00:00</updated>
<author>
<name>Boxy</name>
<email>supbscripter@gmail.com</email>
</author>
<published>2024-06-03T03:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60a5bebbe591f228bf83f3c48f5f60fe87dedaad'/>
<id>urn:sha1:60a5bebbe591f228bf83f3c48f5f60fe87dedaad</id>
<content type='text'>
</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>Stabilize exclusive_range</title>
<updated>2024-05-02T23:42:31+00:00</updated>
<author>
<name>Ross Smyth</name>
<email>18294397+RossSmyth@users.noreply.github.com</email>
</author>
<published>2024-04-28T00:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6967d1c0fcea4ade223bf3ae443a87d504005cbf'/>
<id>urn:sha1:6967d1c0fcea4ade223bf3ae443a87d504005cbf</id>
<content type='text'>
</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>Remove `extern crate rustc_middle` from numerous crates.</title>
<updated>2024-04-29T04:50:45+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2024-04-29T03:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99e036bd21a542a06a58f8867186b38157e25b66'/>
<id>urn:sha1:99e036bd21a542a06a58f8867186b38157e25b66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pass translation closure to add_to_diag_with() as reference</title>
<updated>2024-04-21T07:45:03+00:00</updated>
<author>
<name>Xiretza</name>
<email>xiretza@xiretza.xyz</email>
</author>
<published>2024-04-18T19:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5646b65cf58123679fdf4ef489f690d1b21e1436'/>
<id>urn:sha1:5646b65cf58123679fdf4ef489f690d1b21e1436</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Actually create ranged int types in the type system.</title>
<updated>2024-04-08T12:02:19+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-02-02T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=84acfe86dec370028987c205e7ba32cc5796d9b0'/>
<id>urn:sha1:84acfe86dec370028987c205e7ba32cc5796d9b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix union handling in exhaustiveness</title>
<updated>2024-03-31T22:01:46+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-03-31T21:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27704c7f9eea6e8ffaedac04ae1c932da7422fb7'/>
<id>urn:sha1:27704c7f9eea6e8ffaedac04ae1c932da7422fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve debugging experience</title>
<updated>2024-03-31T21:12:20+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-03-29T18:40:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8cf2c0dc67d880e54be03ebb08f7f960c21bb794'/>
<id>urn:sha1:8cf2c0dc67d880e54be03ebb08f7f960c21bb794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require enum indices to be contiguous</title>
<updated>2024-03-30T15:22:43+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-03-30T15:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e1b8441899b87e52d0b368f55fc921ec668cde1f'/>
<id>urn:sha1:e1b8441899b87e52d0b368f55fc921ec668cde1f</id>
<content type='text'>
</content>
</entry>
</feed>
