<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/obsolete.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>2018-03-26T21:45:28+00:00</updated>
<entry>
<title>libsyntax: Remove obsolete.rs</title>
<updated>2018-03-26T21:45:28+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-03-26T21:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=604bbee84cbd0ef5064bfd6b40c384268b1b38c0'/>
<id>urn:sha1:604bbee84cbd0ef5064bfd6b40c384268b1b38c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address review comments</title>
<updated>2017-11-20T18:03:20+00:00</updated>
<author>
<name>Alex Burka</name>
<email>alex@alexburka.com</email>
</author>
<published>2017-11-20T18:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b34a7ffb2524bbe2e8d563a846f6c9f8e2453c1a'/>
<id>urn:sha1:b34a7ffb2524bbe2e8d563a846f6c9f8e2453c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some clippy warnings in libsyntax</title>
<updated>2017-05-12T18:05:39+00:00</updated>
<author>
<name>Andre Bogus</name>
<email>bogusandre@gmail.com</email>
</author>
<published>2017-05-12T18:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a9c163ebe9deeaf74699fc8642d919cdb2b5e617'/>
<id>urn:sha1:a9c163ebe9deeaf74699fc8642d919cdb2b5e617</id>
<content type='text'>
This is mostly removing stray ampersands, needless returns and lifetimes.
</content>
</entry>
<entry>
<title>port the match code to use `CoerceMany`</title>
<updated>2017-03-30T11:55:29+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2017-03-17T13:51:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56847af9163284f928d5632a3d0d29399716414f'/>
<id>urn:sha1:56847af9163284f928d5632a3d0d29399716414f</id>
<content type='text'>
`match { }` now (correctly?) indicates divergence, which results in more
unreachable warnings. We also avoid fallback to `!` if there is just one
arm (see new test: `match-unresolved-one-arm.rs`).
</content>
</entry>
<entry>
<title>Remove parsing of obsolete pre-1.0 syntaxes</title>
<updated>2016-09-13T20:33:50+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-08-26T16:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b57f1099b577d4d388cc5236fb6990275c028b5b'/>
<id>urn:sha1:b57f1099b577d4d388cc5236fb6990275c028b5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move errors from libsyntax to its own crate</title>
<updated>2016-06-23T12:07:35+00:00</updated>
<author>
<name>Jonathan Turner</name>
<email>jturner@mozilla.com</email>
</author>
<published>2016-06-21T22:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ae350213485f7c917113f3916e58c51cef97a76'/>
<id>urn:sha1:6ae350213485f7c917113f3916e58c51cef97a76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use structured errors</title>
<updated>2015-12-30T01:27:59+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-12-20T21:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95dc7efad0df3640096a48a84c1d7a29044be750'/>
<id>urn:sha1:95dc7efad0df3640096a48a84c1d7a29044be750</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*</title>
<updated>2015-12-16T20:35:50+00:00</updated>
<author>
<name>Nick Cameron</name>
<email>ncameron@mozilla.com</email>
</author>
<published>2015-12-13T22:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6309b0f5bb558b844f45b2d313d2078fd7b7614c'/>
<id>urn:sha1:6309b0f5bb558b844f45b2d313d2078fd7b7614c</id>
<content type='text'>
Also split out emitters into their own module.
</content>
</entry>
<entry>
<title>Remove unused code in parser.</title>
<updated>2015-07-31T03:51:51+00:00</updated>
<author>
<name>Eli Friedman</name>
<email>eli.friedman@gmail.com</email>
</author>
<published>2015-07-31T03:51:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9692d5d000bc0fc53b65663d5f10c8a187fafb2'/>
<id>urn:sha1:f9692d5d000bc0fc53b65663d5f10c8a187fafb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove `get_ident` and `get_name`, make `as_str` sound</title>
<updated>2015-07-28T16:07:20+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam9815368754983@oli-obk.de</email>
</author>
<published>2015-07-28T16:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00a5e66f818ad9d79cc4425f5564c7b07e3213a6'/>
<id>urn:sha1:00a5e66f818ad9d79cc4425f5564c7b07e3213a6</id>
<content type='text'>
</content>
</entry>
</feed>
