<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/diagnostics/plugin.rs, branch 1.0.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.0.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.0.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-02-27T19:17:05+00:00</updated>
<entry>
<title>Replace MacExpr / MacPat / MacItems with MacEager</title>
<updated>2015-02-27T19:17:05+00:00</updated>
<author>
<name>Keegan McAllister</name>
<email>kmcallister@mozilla.com</email>
</author>
<published>2015-02-27T19:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f66a3f7bba378d4a308e02a860a11ab5f9f8e4ad'/>
<id>urn:sha1:f66a3f7bba378d4a308e02a860a11ab5f9f8e4ad</id>
<content type='text'>
MacEager is a MacResult implementation for the common case where you've already
built each form of AST that you might return.

Fixes #17637. Based on #18814.

This is a [breaking-change] for syntax extensions:

  * MacExpr::new becomes MacEager::expr.

  * MacPat::new becomes MacEager::pat.

  * MacItems::new becomes MacEager::items. It takes a SmallVector directly,
    not an iterator.
</content>
</entry>
<entry>
<title>Replace all uses of `&amp;foo[]` with `&amp;foo[..]` en masse.</title>
<updated>2015-02-18T22:36:03+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-02-18T19:48:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9ea84aeed4ed3006eddb6a7b24e9714f2844cd22'/>
<id>urn:sha1:9ea84aeed4ed3006eddb6a7b24e9714f2844cd22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to last version, remove "[]" as much as possible</title>
<updated>2015-02-06T11:03:46+00:00</updated>
<author>
<name>GuillaumeGomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2015-02-04T20:48:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b973ba827076fcee194521b21a3b30caab41012'/>
<id>urn:sha1:7b973ba827076fcee194521b21a3b30caab41012</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Libsyntax has been updated</title>
<updated>2015-02-06T10:59:10+00:00</updated>
<author>
<name>GuillaumeGomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2015-02-03T22:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8b12d3ddf981e5450d8159b29db6ee2197064c8a'/>
<id>urn:sha1:8b12d3ddf981e5450d8159b29db6ee2197064c8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the get method by the deref one on InternedString</title>
<updated>2015-02-06T10:59:10+00:00</updated>
<author>
<name>GuillaumeGomez</name>
<email>guillaume1.gomez@gmail.com</email>
</author>
<published>2015-02-02T23:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d58c0a75978e068af8b01ab578b743c52635e1f4'/>
<id>urn:sha1:d58c0a75978e068af8b01ab578b743c52635e1f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make diagnostic ordering deterministic</title>
<updated>2015-01-22T04:25:19+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-21T22:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90af72378d9f848de78adc5003dff6b90f327b3c'/>
<id>urn:sha1:90af72378d9f848de78adc5003dff6b90f327b3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make error code registration work again. #19624</title>
<updated>2015-01-20T19:27:14+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2015-01-16T23:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=953d6dfd7e1b1d5c5b17314b6e3bdec15d8e7a01'/>
<id>urn:sha1:953d6dfd7e1b1d5c5b17314b6e3bdec15d8e7a01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use slicing sugar</title>
<updated>2015-01-07T22:35:56+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2015-01-07T16:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=517f1cc63c1a5df148fdeef56791f66771d3d8e8'/>
<id>urn:sha1:517f1cc63c1a5df148fdeef56791f66771d3d8e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace full slice notation with index calls</title>
<updated>2015-01-06T21:46:33+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-01-02T00:56:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f7ff37e4c52a1d6562635fcd5bab6309cf75ea08'/>
<id>urn:sha1:f7ff37e4c52a1d6562635fcd5bab6309cf75ea08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More fallout</title>
<updated>2015-01-01T21:28:19+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-01-01T04:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c92ddeda7e2a8e9b6d6b629818eacdb96787575'/>
<id>urn:sha1:2c92ddeda7e2a8e9b6d6b629818eacdb96787575</id>
<content type='text'>
</content>
</entry>
</feed>
