<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_parse/parser/expr.rs, branch 1.45.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.45.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.45.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-05-24T19:54:48+00:00</updated>
<entry>
<title>Collect tokens for `ast::Expr`</title>
<updated>2020-05-24T19:54:48+00:00</updated>
<author>
<name>Aaron Hill</name>
<email>aa1ronham@gmail.com</email>
</author>
<published>2020-05-19T20:56:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=14382c6437140bdc2ffaa66edd66f5726a88f156'/>
<id>urn:sha1:14382c6437140bdc2ffaa66edd66f5726a88f156</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove ast::{Ident, Name} reexports.</title>
<updated>2020-05-08T11:13:15+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2020-04-19T11:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4e143ed2f248a808fb5f1cf959f630d419cc01b'/>
<id>urn:sha1:d4e143ed2f248a808fb5f1cf959f630d419cc01b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detect errors caused by `async` block in 2015 edition</title>
<updated>2020-05-06T02:35:20+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2020-05-02T01:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3cf556939e4f5fcce686ad9c157ac331bd05aabc'/>
<id>urn:sha1:3cf556939e4f5fcce686ad9c157ac331bd05aabc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPC</title>
<updated>2020-04-30T18:15:22+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-30T18:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be3faf3f3012f952460240c6b322ab82f244896c'/>
<id>urn:sha1:be3faf3f3012f952460240c6b322ab82f244896c</id>
<content type='text'>
Add help message for missing right operand in condition

closes #30035
</content>
</entry>
<entry>
<title>Rollup merge of #71256 - cuviper:must_use_replace, r=estebank</title>
<updated>2020-04-22T21:19:19+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2020-04-22T21:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10e47f5b7b58e1413ddc7cbb3164138c15e9684e'/>
<id>urn:sha1:10e47f5b7b58e1413ddc7cbb3164138c15e9684e</id>
<content type='text'>
Lint must_use on mem::replace

This adds a hint on `mem::replace`, "if you don't need the old value,
you can just assign the new value directly". This is in similar spirit
to the `must_use` on `ManuallyDrop::take`.
</content>
</entry>
<entry>
<title>Add help message for missing right operand in condition</title>
<updated>2020-04-22T15:57:40+00:00</updated>
<author>
<name>Antoni Boucher</name>
<email>bouanto@zoho.com</email>
</author>
<published>2020-04-22T15:57:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f8f0f7b228a2587195863a62766cf6ba022447af'/>
<id>urn:sha1:f8f0f7b228a2587195863a62766cf6ba022447af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix unused results from mem::replace</title>
<updated>2020-04-17T20:59:14+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-04-17T20:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccecae5fdd27fa7695fd45c98ff755029a750eb7'/>
<id>urn:sha1:ccecae5fdd27fa7695fd45c98ff755029a750eb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improved try_macro_suggestion</title>
<updated>2020-04-17T17:10:29+00:00</updated>
<author>
<name>Duddino</name>
<email>rezziandrea106@gmail.com</email>
</author>
<published>2020-04-17T17:10:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=67128f1e4a880dd8c364f38e919bac19afb08282'/>
<id>urn:sha1:67128f1e4a880dd8c364f38e919bac19afb08282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved is_try check into try_macro_suggestion</title>
<updated>2020-04-17T16:26:39+00:00</updated>
<author>
<name>Duddino</name>
<email>rezziandrea106@gmail.com</email>
</author>
<published>2020-04-17T16:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d3f5c274c6990db429b934212f1d9efd101104e3'/>
<id>urn:sha1:d3f5c274c6990db429b934212f1d9efd101104e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Account for use of `try!()` in 2018 edition and guide users in the right direction</title>
<updated>2020-04-17T12:08:08+00:00</updated>
<author>
<name>Duddino</name>
<email>rezziandrea106@gmail.com</email>
</author>
<published>2020-04-17T12:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba61fe432a13e63ea81112dd63d60b28cc63b40e'/>
<id>urn:sha1:ba61fe432a13e63ea81112dd63d60b28cc63b40e</id>
<content type='text'>
</content>
</entry>
</feed>
