<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/rust-2018/edition-lint-nested-paths.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove `crate` visibility modifier in libs, tests</title>
<updated>2022-05-21T04:32:47+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2022-05-21T01:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69702468865d582f512df31a52ac2608afe5df0d'/>
<id>urn:sha1:69702468865d582f512df31a52ac2608afe5df0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolve: Do not build expensive suggestions if they are not actually used</title>
<updated>2022-03-24T23:03:54+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2022-03-23T19:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0749ec67bc927eba90f4be5544055d3cd9040e58'/>
<id>urn:sha1:0749ec67bc927eba90f4be5544055d3cd9040e58</id>
<content type='text'>
Also remove a redundant parameter from `fn resolve_path(_with_ribs)`, `crate_lint: CrateLint` is a more detailed version of `record_used: bool` with `CrateLint::No` meaning `false` and anything else meaning `true`.
</content>
</entry>
<entry>
<title>Remove deduplication of early lints</title>
<updated>2022-01-23T22:05:48+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2022-01-23T22:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=58d676b0cc73217703210913fdb266faa39687a0'/>
<id>urn:sha1:58d676b0cc73217703210913fdb266faa39687a0</id>
<content type='text'>
We already have a general mechanism for deduplicating reported
lints, so there's no need to have an additional one for early lints
specifically. This allows us to remove some `PartialEq` impls.
</content>
</entry>
<entry>
<title>Address PR feedback</title>
<updated>2021-06-25T12:51:56+00:00</updated>
<author>
<name>Ryan Levick</name>
<email>me@ryanlevick.com</email>
</author>
<published>2021-06-16T12:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b3940f44b1f0774f8b43d01786193744fee0079'/>
<id>urn:sha1:7b3940f44b1f0774f8b43d01786193744fee0079</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change how edition based future compatibility warnings are handled</title>
<updated>2021-06-25T12:51:56+00:00</updated>
<author>
<name>Ryan Levick</name>
<email>me@ryanlevick.com</email>
</author>
<published>2021-06-15T15:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23176f60e75f7f7b55cb1cc34b667705d1d10032'/>
<id>urn:sha1:23176f60e75f7f7b55cb1cc34b667705d1d10032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove crate_visibility_modifier from 2018 edition</title>
<updated>2018-09-09T00:28:13+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-09-06T16:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5af06768a9b80afd9c1b8bbed695152d4ac5d9db'/>
<id>urn:sha1:5af06768a9b80afd9c1b8bbed695152d4ac5d9db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix naming conventions for new lints</title>
<updated>2018-05-24T23:35:07+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-05-18T22:13:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e60eaf59dfb080317e9a8f8b3b301fca0b430fea'/>
<id>urn:sha1:e60eaf59dfb080317e9a8f8b3b301fca0b430fea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: Fix another double-lint issue with `crate::`</title>
<updated>2018-05-22T22:59:51+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2018-05-22T22:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e39c9592948995569ca09a69cdafe1f6035f9364'/>
<id>urn:sha1:e39c9592948995569ca09a69cdafe1f6035f9364</id>
<content type='text'>
This commit fixes another issue in the `absolute_path_not_starting_with_crate`
lint where it warns twice about an import which may contain `self`. It turns out
there were a few more locations that needed updating to use `root_id` and
`root_span` introduced in #50970 and after that it looks to work like a charm!

Closes #50978
</content>
</entry>
</feed>
