<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/compiler/rustc_parse/src/parser/attr_wrapper.rs, branch 1.67.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.67.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.67.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2022-11-27T11:19:04+00:00</updated>
<entry>
<title>Prefer doc comments over `//`-comments in compiler</title>
<updated>2022-11-27T11:19:04+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-11-27T11:15:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1d42936b18d08ba414d9def35508d3baf2175c72'/>
<id>urn:sha1:1d42936b18d08ba414d9def35508d3baf2175c72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add `delay_span_bug` to `AttrWrapper::take_for_recovery`</title>
<updated>2022-11-13T13:09:23+00:00</updated>
<author>
<name>Maybe Waffle</name>
<email>waffle.lapkin@gmail.com</email>
</author>
<published>2022-11-13T13:08:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=df86ad8d36a038ee61e3ee977082ea6623613bbd'/>
<id>urn:sha1:df86ad8d36a038ee61e3ee977082ea6623613bbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix assertion failed for break_last_token and trailing token</title>
<updated>2022-10-20T12:16:27+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2022-10-20T11:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=241435737451c521a78faab31c54457b1cb97413'/>
<id>urn:sha1:241435737451c521a78faab31c54457b1cb97413</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `tidy-alphabetical` in the compiler</title>
<updated>2022-10-12T12:19:10+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-10-05T19:46:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bfef19844f20514cda40437847880ec8a663926'/>
<id>urn:sha1:7bfef19844f20514cda40437847880ec8a663926</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Group together more size assertions.</title>
<updated>2022-09-30T21:30:23+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-09-29T23:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ab68a82d592c43f7699d739003a4a7680f35e8f'/>
<id>urn:sha1:5ab68a82d592c43f7699d739003a4a7680f35e8f</id>
<content type='text'>
Also add a few more assertions for some relevant token-related types.

And fix an erroneous comment in `rustc_errors`.
</content>
</entry>
<entry>
<title>Emit an error instead of reconstructing token stream.</title>
<updated>2022-09-13T17:47:50+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-08-08T17:17:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cb5ea8d0b67e4a46f9f30aa93107035d9a1dadf0'/>
<id>urn:sha1:cb5ea8d0b67e4a46f9f30aa93107035d9a1dadf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Manually cleanup token stream when macro expansion aborts.</title>
<updated>2022-09-13T17:46:01+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2022-08-07T22:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8823634db8c4ee65b4a3d47ccb1d81891e33d0de'/>
<id>urn:sha1:8823634db8c4ee65b4a3d47ccb1d81891e33d0de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `{Create,Lazy}TokenStream` as `{To,Lazy}AttrTokenStream`.</title>
<updated>2022-09-09T07:25:38+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-09-09T07:15:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2df07c425f9b390c33e0ac31674ce4794352b3a'/>
<id>urn:sha1:d2df07c425f9b390c33e0ac31674ce4794352b3a</id>
<content type='text'>
`To` is better than `Create` for indicating that this is a non-consuming
conversion, rather than creating something out of nothing.

And the addition of `Attr` is because the current names makes them sound
like they relate to `TokenStream`, but really they relate to
`AttrTokenStream`.
</content>
</entry>
<entry>
<title>Rename `AttrAnnotatedToken{Stream,Tree}`.</title>
<updated>2022-09-09T02:45:26+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-09-09T02:44:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a56d345490ed68ab57cf1854dd8978fefc9862d0'/>
<id>urn:sha1:a56d345490ed68ab57cf1854dd8978fefc9862d0</id>
<content type='text'>
These two type names are long and have long matching prefixes. I find
them hard to read, especially in combinations like
`AttrAnnotatedTokenStream::new(vec![AttrAnnotatedTokenTree::Token(..)])`.

This commit renames them as `AttrToken{Stream,Tree}`.
</content>
</entry>
<entry>
<title>Move `Spacing` out of `AttrAnnotatedTokenStream`.</title>
<updated>2022-09-09T02:00:46+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>n.nethercote@gmail.com</email>
</author>
<published>2022-09-09T01:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=890e759ffcf61a2c66f722bb448432b9a78fdaaf'/>
<id>urn:sha1:890e759ffcf61a2c66f722bb448432b9a78fdaaf</id>
<content type='text'>
And into `AttrAnnotatedTokenTree::Token`.

PR #99887 did the same thing for `TokenStream`.
</content>
</entry>
</feed>
