<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/diagnostics/plugin.rs, branch 1.27.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-18T18:27:56+00:00</updated>
<entry>
<title>Allow raw identifiers in diagnostic macros.</title>
<updated>2018-03-18T18:27:56+00:00</updated>
<author>
<name>Lymia Aluysia</name>
<email>lymia@lymiahugs.com</email>
</author>
<published>2018-03-18T18:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ce84a41936e367dfeb7d348564f2337819395ca6'/>
<id>urn:sha1:ce84a41936e367dfeb7d348564f2337819395ca6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial implementation of RFC 2151, Raw Identifiers</title>
<updated>2018-03-18T15:07:19+00:00</updated>
<author>
<name>Lymia Aluysia</name>
<email>lymia@lymiahugs.com</email>
</author>
<published>2018-03-10T05:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fad1648e0f8299a8b108f85c2b1055eb37bdab9e'/>
<id>urn:sha1:fad1648e0f8299a8b108f85c2b1055eb37bdab9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #48917 - petrochenkov:import, r=oli-obk</title>
<updated>2018-03-18T01:50:52+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2018-03-18T01:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e3ecdce4e42ccc34c49f32f81be71ae00f2cf11'/>
<id>urn:sha1:5e3ecdce4e42ccc34c49f32f81be71ae00f2cf11</id>
<content type='text'>
syntax: Make imports in AST closer to the source and cleanup their parsing

This is a continuation of https://github.com/rust-lang/rust/pull/45846 in some sense.
</content>
</entry>
<entry>
<title>Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi`</title>
<updated>2018-03-17T19:12:21+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-03-10T14:45:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f88162654df187923d87254cbb36806976f81771'/>
<id>urn:sha1:f88162654df187923d87254cbb36806976f81771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Make `_` an identifier</title>
<updated>2018-03-17T19:08:07+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-03-08T11:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d06c890fececc6f6779cd65ca83cef4647b8fdd'/>
<id>urn:sha1:5d06c890fececc6f6779cd65ca83cef4647b8fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move REGISTERED_DIAGNOSTICS to a ParseSess field</title>
<updated>2018-03-08T04:30:43+00:00</updated>
<author>
<name>John Kåre Alsaker</name>
<email>john.kare.alsaker@gmail.com</email>
</author>
<published>2018-03-07T01:43:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=728c16c88f8db0c914cecc8b20b7f851d936fd5a'/>
<id>urn:sha1:728c16c88f8db0c914cecc8b20b7f851d936fd5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace dummy spans with empty spans</title>
<updated>2018-02-17T15:10:40+00:00</updated>
<author>
<name>Seiichi Uchida</name>
<email>seuchida@gmail.com</email>
</author>
<published>2018-02-04T12:19:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b5099a708d67ed165c5ebcfc2c55b1cdf2ad86bc'/>
<id>urn:sha1:b5099a708d67ed165c5ebcfc2c55b1cdf2ad86bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change ast::Visibility to Spanned type</title>
<updated>2018-02-17T15:10:40+00:00</updated>
<author>
<name>Seiichi Uchida</name>
<email>seuchida@gmail.com</email>
</author>
<published>2018-01-29T05:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d6bdf296a42caec8711adc075782e0b8c920aa1f'/>
<id>urn:sha1:d6bdf296a42caec8711adc075782e0b8c920aa1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use field init shorthand EVERYWHERE</title>
<updated>2017-08-15T22:29:17+00:00</updated>
<author>
<name>Zack M. Davis</name>
<email>code@zackmdavis.net</email>
</author>
<published>2017-08-07T05:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b6c9605e41b7c7dc23e0e6f633f05912d0463dd'/>
<id>urn:sha1:1b6c9605e41b7c7dc23e0e6f633f05912d0463dd</id>
<content type='text'>
Like #43008 (f668999), but _much more aggressive_.
</content>
</entry>
<entry>
<title>syntax: Add `tokens: Option&lt;TokenStream&gt;` to Item</title>
<updated>2017-07-28T14:58:20+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-07-11T00:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b2f7624ecb743e9db8e135113f396a7956623e7'/>
<id>urn:sha1:9b2f7624ecb743e9db8e135113f396a7956623e7</id>
<content type='text'>
This commit adds a new field to the `Item` AST node in libsyntax to optionally
contain the original token stream that the item itself was parsed from. This is
currently `None` everywhere but is intended for use later with procedural
macros.
</content>
</entry>
</feed>
