<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/ext/asm.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-12-15T06:04:46+00:00</updated>
<entry>
<title>Move built-in syntax extensions to a separate crate</title>
<updated>2015-12-15T06:04:46+00:00</updated>
<author>
<name>Seo Sanghyeon</name>
<email>sanxiyn@gmail.com</email>
</author>
<published>2015-12-10T14:23:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9ba1078245bc2c023f51d2a63e0ca84863600e7'/>
<id>urn:sha1:f9ba1078245bc2c023f51d2a63e0ca84863600e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a struct instead of a tuple for inline asm output operands</title>
<updated>2015-12-05T10:11:20+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2015-12-05T08:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65707dfc001b4dea745a040c2ecc61847ccba608'/>
<id>urn:sha1:65707dfc001b4dea745a040c2ecc61847ccba608</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add proper support for indirect output constraints in inline asm</title>
<updated>2015-12-05T08:18:30+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2015-11-06T13:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d7b113b44457ae20cb90828f63edb1f6cea2f06'/>
<id>urn:sha1:9d7b113b44457ae20cb90828f63edb1f6cea2f06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add syntax support for attributes on expressions and all syntax</title>
<updated>2015-11-26T20:46:12+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2015-11-03T16:39:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a8f358de7ee71934b8129dff5d908730454d7b1'/>
<id>urn:sha1:2a8f358de7ee71934b8129dff5d908730454d7b1</id>
<content type='text'>
nodes in statement position.

Extended #[cfg] folder to allow removal of statements, and
of expressions in optional positions like expression lists and trailing
block expressions.

Extended lint checker to recognize lint levels on expressions and
locals.
</content>
</entry>
<entry>
<title>Rename _nopanic methods to remove the suffix.</title>
<updated>2015-11-11T00:10:31+00:00</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2015-11-11T00:08:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69210a96358dcd85bf6d08f21c8e2df5b0975d3b'/>
<id>urn:sha1:69210a96358dcd85bf6d08f21c8e2df5b0975d3b</id>
<content type='text'>
Just `sed s/_nopanic//g`.  Hopefully makes libsyntax a bit more
readable.
</content>
</entry>
<entry>
<title>Allow indirect operands to be used as inputs for inline asm</title>
<updated>2015-11-03T15:19:46+00:00</updated>
<author>
<name>Amanieu d'Antras</name>
<email>amanieu@gmail.com</email>
</author>
<published>2015-11-03T15:19:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1805e5fb487fb3d1e6b8dc71b3983ac91b62c511'/>
<id>urn:sha1:1805e5fb487fb3d1e6b8dc71b3983ac91b62c511</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use panicking helpers in Parser.</title>
<updated>2015-10-28T03:09:10+00:00</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2015-10-24T01:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1dd87dcfeaec795f67ddfeca58e13d9eed909684'/>
<id>urn:sha1:1dd87dcfeaec795f67ddfeca58e13d9eed909684</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use ast::AsmDialect's variants qualified, and drop the pointless prefix.</title>
<updated>2015-09-21T14:48:25+00:00</updated>
<author>
<name>Ms2ger</name>
<email>Ms2ger@gmail.com</email>
</author>
<published>2015-09-21T09:45:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=184c8a99ed279c7ca8d5f8d202184915b645ab1f'/>
<id>urn:sha1:184c8a99ed279c7ca8d5f8d202184915b645ab1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow tracking issues for lang features.</title>
<updated>2015-09-08T01:01:42+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2015-09-04T23:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31310f5b65232ce9714f8f4c9ad066a97f7f20f4'/>
<id>urn:sha1:31310f5b65232ce9714f8f4c9ad066a97f7f20f4</id>
<content type='text'>
This is similar to the libs version, which allow an `issue` field in the
`#[unstable]` attribute.

cc #28244
</content>
</entry>
<entry>
<title>Move ExpnInfo to Name</title>
<updated>2015-08-27T22:07:13+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2015-08-27T00:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=25cbb4385ee58804cb2483af56d1333fbee6e27d'/>
<id>urn:sha1:25cbb4385ee58804cb2483af56d1333fbee6e27d</id>
<content type='text'>
</content>
</entry>
</feed>
