<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax_ext/deriving/generic/mod.rs, branch 1.40.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.40.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.40.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-10-27T16:05:57+00:00</updated>
<entry>
<title>rustc, rustc_passes: don't depend on syntax_expand.</title>
<updated>2019-10-27T16:05:57+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-09T14:47:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fb12c708521d66b1f727ad4c1ec752a78799980d'/>
<id>urn:sha1:fb12c708521d66b1f727ad4c1ec752a78799980d</id>
<content type='text'>
This is done by moving some data definitions to syntax::expand.
</content>
</entry>
<entry>
<title>review comment: span bug label</title>
<updated>2019-10-18T15:38:08+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-18T15:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd813bf1acbef7643a06278af48603397c7eb5c5'/>
<id>urn:sha1:bd813bf1acbef7643a06278af48603397c7eb5c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refer to "associated functions" instead of "static methods"</title>
<updated>2019-10-18T02:03:36+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-18T02:00:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=11011013f2b609b6cf58c96555b9e31dfd19d7ee'/>
<id>urn:sha1:11011013f2b609b6cf58c96555b9e31dfd19d7ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move syntax::ext to new crate syntax_expand</title>
<updated>2019-10-16T08:59:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-16T08:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d420d719c4c44c3c6d02b5fafba4f2cf5e837dba'/>
<id>urn:sha1:d420d719c4c44c3c6d02b5fafba4f2cf5e837dba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax::parse::sess -&gt; syntax::sess</title>
<updated>2019-10-15T07:41:58+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-14T08:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ae156a56d4ae27e2fca8d51aa63d5322b500c91f'/>
<id>urn:sha1:ae156a56d4ae27e2fca8d51aa63d5322b500c91f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>deriving: avoid dummy Span on an artificial `type_ident` path</title>
<updated>2019-10-11T13:38:47+00:00</updated>
<author>
<name>Dan Aloni</name>
<email>dan@kernelim.com</email>
</author>
<published>2019-10-11T12:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a32aec021eee20ad27c232bdacb5c4ac6af7808a'/>
<id>urn:sha1:a32aec021eee20ad27c232bdacb5c4ac6af7808a</id>
<content type='text'>
The dummy Span pointed to the beginning of the source file instead to
where the `#[derive]` is located. Later, it tripped the
`in_derive_expansion(span)` check at `src/librustc/middle/stability.rs`,
causing a span-less deprecation warning to be emitted.

Fixes #56195, #55417.
</content>
</entry>
<entry>
<title>Rename `Item.node` to `Item.kind`</title>
<updated>2019-09-26T17:21:48+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-09-26T16:51:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bc94cc3c2ccef8b4d393910bb978a6487db1202'/>
<id>urn:sha1:7bc94cc3c2ccef8b4d393910bb978a6487db1202</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `Ty.node` to `Ty.kind`</title>
<updated>2019-09-26T17:21:10+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-09-26T16:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3d8791373005ef08c876aa649ede245efd2352d'/>
<id>urn:sha1:c3d8791373005ef08c876aa649ede245efd2352d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `ImplItem.node` to `ImplItem.kind`</title>
<updated>2019-09-26T17:21:09+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2019-09-26T15:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce6aabbaa19378ac621c2971934383a146176fec'/>
<id>urn:sha1:ce6aabbaa19378ac621c2971934383a146176fec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inline attribute constructors</title>
<updated>2019-09-21T20:14:10+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-09-21T19:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8417ac67c3fe979098facad586438ea5244617b3'/>
<id>urn:sha1:8417ac67c3fe979098facad586438ea5244617b3</id>
<content type='text'>
</content>
</entry>
</feed>
