<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/ext/cfg.rs, branch 0.9</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.9</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.9'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-01-02T22:16:07+00:00</updated>
<entry>
<title>libsyntax: De-`@mut` `token` in the parser</title>
<updated>2014-01-02T22:16:07+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-12-30T23:09:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=758d854436a2174c85717a64b8a90ed4041962d8'/>
<id>urn:sha1:758d854436a2174c85717a64b8a90ed4041962d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libsyntax: Make the parser mutable</title>
<updated>2014-01-02T22:16:07+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-12-30T22:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f499d365ada01a23bd046bac9b1bef7ccdb9fa8c'/>
<id>urn:sha1:f499d365ada01a23bd046bac9b1bef7ccdb9fa8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Start passing around &amp;mut ExtCtxt</title>
<updated>2013-12-30T07:41:09+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2013-12-29T05:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8143662836ccecca0b1f177f0c12528a4aa74c0d'/>
<id>urn:sha1:8143662836ccecca0b1f177f0c12528a4aa74c0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop using @ExtCtxt</title>
<updated>2013-12-29T04:16:03+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2013-12-28T00:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0607c138caf991c7dbe4fef57a08958a5e7fb621'/>
<id>urn:sha1:0607c138caf991c7dbe4fef57a08958a5e7fb621</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernized a few type names in rustc and syntax</title>
<updated>2013-09-01T12:43:26+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-08-31T16:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=539f37925c4364aa46e984df6ae2ec7e66cecc21'/>
<id>urn:sha1:539f37925c4364aa46e984df6ae2ec7e66cecc21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Rename Iterator.transform -&gt; .map</title>
<updated>2013-08-10T14:33:21+00:00</updated>
<author>
<name>Erick Tryzelaar</name>
<email>erick.tryzelaar@gmail.com</email>
</author>
<published>2013-08-10T03:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=68f40d215eae0b0370807368ba58edd0befc8bcb'/>
<id>urn:sha1:68f40d215eae0b0370807368ba58edd0befc8bcb</id>
<content type='text'>
cc #5898
</content>
</entry>
<entry>
<title>syntax: implement cfg!() which evaluates to true/false where #[cfg] would keep/remove.</title>
<updated>2013-08-01T13:03:03+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2013-08-01T13:03:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e995d9935b5bccb484db85b75a344258e74f21a5'/>
<id>urn:sha1:e995d9935b5bccb484db85b75a344258e74f21a5</id>
<content type='text'>
Example:

   if cfg!(test) {
      calculation_to_run_only_when_testing();
   }
</content>
</entry>
</feed>
