<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/feature-gate/issue-43106-gating-of-builtin-attrs.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>2021-01-01T00:23:11+00:00</updated>
<entry>
<title>Move feature gate-related tests</title>
<updated>2021-01-01T00:23:11+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-12-30T23:25:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4530da7ff0cad9e324b7ab650fca52c356f45ddd'/>
<id>urn:sha1:4530da7ff0cad9e324b7ab650fca52c356f45ddd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enforce crate level attributes checks</title>
<updated>2020-10-04T11:36:47+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-10-03T18:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3641a37455939cbd913117a1921909c9cb16d349'/>
<id>urn:sha1:3641a37455939cbd913117a1921909c9cb16d349</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run attributes check at crate level</title>
<updated>2020-10-03T19:33:47+00:00</updated>
<author>
<name>Guillaume Gomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2020-09-21T14:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3950a6d8b6852f7e19760380259c590c53ec7032'/>
<id>urn:sha1:3950a6d8b6852f7e19760380259c590c53ec7032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emit warnings on misplaced #[no_mangle]</title>
<updated>2020-09-06T02:12:24+00:00</updated>
<author>
<name>Caleb Zulawski</name>
<email>caleb.zulawski@gmail.com</email>
</author>
<published>2020-09-06T02:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8f69266f799c2fc33a871c41f72a1d79eef4126e'/>
<id>urn:sha1:8f69266f799c2fc33a871c41f72a1d79eef4126e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Emit warnings for misplaced attributes used by some crates</title>
<updated>2020-09-06T00:46:37+00:00</updated>
<author>
<name>Caleb Zulawski</name>
<email>caleb.zulawski@gmail.com</email>
</author>
<published>2020-07-11T14:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f745b34960b2146dbaa7337856e7c5461cca29d5'/>
<id>urn:sha1:f745b34960b2146dbaa7337856e7c5461cca29d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check placement of more attributes</title>
<updated>2020-09-06T00:45:43+00:00</updated>
<author>
<name>Caleb Zulawski</name>
<email>caleb.zulawski@gmail.com</email>
</author>
<published>2020-06-14T04:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4efe97a3d9a5f2d295bc2fa9bd2bb90edf1986d5'/>
<id>urn:sha1:4efe97a3d9a5f2d295bc2fa9bd2bb90edf1986d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril</title>
<updated>2020-01-16T06:28:02+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-01-16T06:28:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1389caf860a7e464b66d6d67180025c598975739'/>
<id>urn:sha1:1389caf860a7e464b66d6d67180025c598975739</id>
<content type='text'>
Clean up some diagnostics by making them more consistent

In general:

- Diagnostic should start with a lowercase letter.
- Diagnostics should not end with a full stop.
- Ellipses contain three dots.
- Backticks should encode Rust code.

I also reworded a couple of messages to make them read more clearly.

It might be sensible to create a style guide for diagnostics, so these informal conventions are written down somewhere, after which we could audit the existing diagnostics.

r? @Centril
</content>
</entry>
<entry>
<title>Fix crate paths in comments</title>
<updated>2020-01-12T16:07:43+00:00</updated>
<author>
<name>Yuki Okushi</name>
<email>huyuumi.dev@gmail.com</email>
</author>
<published>2020-01-12T15:51:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27b99d405092ac775efe99e520f0f969902906a3'/>
<id>urn:sha1:27b99d405092ac775efe99e520f0f969902906a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add backticks in appropriate places</title>
<updated>2020-01-12T15:37:50+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2020-01-10T14:57:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e84248921b44c9fdf3d6638c170ffde733074ff8'/>
<id>urn:sha1:e84248921b44c9fdf3d6638c170ffde733074ff8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update error annotations in tests that successfully compile</title>
<updated>2019-11-02T09:28:29+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2019-10-24T00:00:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dae4c6e722bd4713e4da26acbf663b2015aaf3fc'/>
<id>urn:sha1:dae4c6e722bd4713e4da26acbf663b2015aaf3fc</id>
<content type='text'>
Those annotation are silently ignored rather than begin validated
against compiler output. Update them before validation is enabled,
to avoid test failures.
</content>
</entry>
</feed>
