<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/feature-gates/feature-gate-log_syntax2.stderr, 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>--bless --compare-mode=nll</title>
<updated>2020-02-09T19:43:49+00:00</updated>
<author>
<name>Matthias Prechtl</name>
<email>m.sleepypanda@gmail.com</email>
</author>
<published>2020-02-07T12:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b555178aef4045685eb359204b565a4bb8d1a9f'/>
<id>urn:sha1:7b555178aef4045685eb359204b565a4bb8d1a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup: Remove some language features related to built-in macros</title>
<updated>2019-07-28T11:14:48+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-28T11:02:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b92697b8fbcba1e249c5e166a2462e1284bdd139'/>
<id>urn:sha1:b92697b8fbcba1e249c5e166a2462e1284bdd139</id>
<content type='text'>
They are now library features.
</content>
</entry>
<entry>
<title>resolve: Divide macro path resolution into speculative and error reporting parts</title>
<updated>2019-07-10T21:12:08+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-03T20:59:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f92394209455bf14594f279249c2e592809180cd'/>
<id>urn:sha1:f92394209455bf14594f279249c2e592809180cd</id>
<content type='text'>
Also move macro stability checking closer to other checks performed on obtained resolutions.
Tighten the stability spans as well, it is an error to *refer* to and unstable entity in any way, not only "call" it.
</content>
</entry>
<entry>
<title>normalize use of backticks in compiler messages for libsyntax/feature_gate</title>
<updated>2019-07-09T12:13:28+00:00</updated>
<author>
<name>Samy Kacimi</name>
<email>samy.kacimi@protonmail.ch</email>
</author>
<published>2019-07-09T09:32:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=41e71b0c9318b220028a28b7242142868dcb1dd1'/>
<id>urn:sha1:41e71b0c9318b220028a28b7242142868dcb1dd1</id>
<content type='text'>
https://github.com/rust-lang/rust/issues/60532
</content>
</entry>
<entry>
<title>syntax: Migrate built-in macros to the regular stability checking</title>
<updated>2019-07-07T10:04:07+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-22T13:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1ee0ce82cba66305f03725fb73ad381349a9b8e4'/>
<id>urn:sha1:1ee0ce82cba66305f03725fb73ad381349a9b8e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reword tracking issue note</title>
<updated>2019-04-11T18:42:06+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-04-11T18:42:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=146d040f0b187876ac85993ae15427ebb7438eb7'/>
<id>urn:sha1:146d040f0b187876ac85993ae15427ebb7438eb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak unstable diagnostic output</title>
<updated>2019-04-11T01:10:30+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-04-10T23:40:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ab97062cfddb6e5e5e32352dd15ca2243aba3ff'/>
<id>urn:sha1:3ab97062cfddb6e5e5e32352dd15ca2243aba3ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests</title>
<updated>2019-03-11T20:10:26+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-03-09T12:03:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa72a81bea27f1fda4287475e4cc2f684c971e7f'/>
<id>urn:sha1:fa72a81bea27f1fda4287475e4cc2f684c971e7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix rebase and more CI failures</title>
<updated>2018-12-27T12:51:37+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-12-27T00:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc16edeb28e38e5bbed8828fb6314b1cc5151235'/>
<id>urn:sha1:bc16edeb28e38e5bbed8828fb6314b1cc5151235</id>
<content type='text'>
</content>
</entry>
</feed>
