<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/proc-macro/parent-source-spans.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>Revert #96682.</title>
<updated>2022-06-02T01:22:16+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-06-02T00:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77e1069a5dfcc662ca2b0e731fa2fca2b6ee073b'/>
<id>urn:sha1:77e1069a5dfcc662ca2b0e731fa2fca2b6ee073b</id>
<content type='text'>
The change was "Show invisible delimiters (within comments) when pretty
printing". It's useful to show these delimiters, but is a breaking
change for some proc macros.

Fixes #97608.
</content>
</entry>
<entry>
<title>Show invisible delimeters (within comments) when pretty printing.</title>
<updated>2022-05-04T00:06:06+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-04-29T07:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5022d764cfbdeacbaacbfb9361917cd3d58020d9'/>
<id>urn:sha1:5022d764cfbdeacbaacbfb9361917cd3d58020d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stabilize fn-like proc macros in expression, pattern and statement positions</title>
<updated>2020-05-03T16:24:41+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-01-31T22:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5c6f7b32aab683276d4feb1810244ccf72bda736'/>
<id>urn:sha1:5c6f7b32aab683276d4feb1810244ccf72bda736</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: remove ignore directives from tests that mention core/alloc/std spans.</title>
<updated>2020-04-02T08:48:34+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2020-04-01T01:10:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8deff18529e232bd967f3e0efa008bf2087cde2d'/>
<id>urn:sha1:8deff18529e232bd967f3e0efa008bf2087cde2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore platforms that can't point to std</title>
<updated>2020-01-10T19:40:30+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2020-01-07T20:59:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38a3506c451d097ed19263b3734421b3e5ee5bfa'/>
<id>urn:sha1:38a3506c451d097ed19263b3734421b3e5ee5bfa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point at local similarly named element and tweak references to variants</title>
<updated>2019-10-27T18:50:43+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-15T00:20:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b26ddb8af37362e33c45c78c9c91a3c5cdabfe7e'/>
<id>urn:sha1:b26ddb8af37362e33c45c78c9c91a3c5cdabfe7e</id>
<content type='text'>
Point at the span for the definition of ADTs internal to the current
crate.

Look at the leading char of the ident to determine whether we're
expecting a likely fn or any of a fn, a tuple struct or a tuple variant.

Turn fn `add_typo_suggestion` into a `Resolver` method.
</content>
</entry>
<entry>
<title>Do not abort compilation if expansion produces errors</title>
<updated>2018-12-27T12:51:36+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-12-16T17:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fff01ccfa805ccef67827bf1ea84e21d61d13e6f'/>
<id>urn:sha1:fff01ccfa805ccef67827bf1ea84e21d61d13e6f</id>
<content type='text'>
Fix a number of uncovered deficiencies in diagnostics
</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>tests: move all proc_macro tests from -fulldeps.</title>
<updated>2018-11-30T04:15:20+00:00</updated>
<author>
<name>Eduard-Mihai Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2018-03-20T20:19:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fcca22cb4072097fc2cd1ae78ff84c7d59aacda2'/>
<id>urn:sha1:fcca22cb4072097fc2cd1ae78ff84c7d59aacda2</id>
<content type='text'>
</content>
</entry>
</feed>
