<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/diagnostics/plugin.rs, branch 1.38.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.38.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.38.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-07-31T12:55:37+00:00</updated>
<entry>
<title>Replace AstBuilder with inherent methods</title>
<updated>2019-07-31T12:55:37+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-07-31T11:40:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f985817bd9a5dbabb84c5fce523bc55ecbedfed'/>
<id>urn:sha1:0f985817bd9a5dbabb84c5fce523bc55ecbedfed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove lint annotations in specific crates that are already enforced by rustbuild</title>
<updated>2019-07-28T15:46:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-23T17:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=434152157f9d73ad1899fb8da3a61aed6f8a46d6'/>
<id>urn:sha1:434152157f9d73ad1899fb8da3a61aed6f8a46d6</id>
<content type='text'>
Remove some random unnecessary lint `allow`s
</content>
</entry>
<entry>
<title>Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petrochenkov</title>
<updated>2019-06-15T15:45:02+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-06-15T15:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be09427b116098d9dec63694e51cbddac7f958e5'/>
<id>urn:sha1:be09427b116098d9dec63694e51cbddac7f958e5</id>
<content type='text'>
Remove some unnecessary symbol interner ops

* Don't gensym symbols that don't need to worry about colliding with other symbols
* Use symbol constants instead of interning string literals in a few places.
* Don't generate a module in `__register_diagnostic`

r? @petrochenkov
</content>
</entry>
<entry>
<title>Avoid some unnecessary symbol interner operations</title>
<updated>2019-06-14T17:54:58+00:00</updated>
<author>
<name>Matthew Jasper</name>
<email>mjjasper1@gmail.com</email>
</author>
<published>2019-06-11T18:47:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e212c6ddc4cc190c3ec0b531b6297dcff4932a0'/>
<id>urn:sha1:4e212c6ddc4cc190c3ec0b531b6297dcff4932a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use default binding mode in match clauses</title>
<updated>2019-06-08T11:29:43+00:00</updated>
<author>
<name>Cedric</name>
<email>cedric.brancourt@gmail.com</email>
</author>
<published>2019-06-08T11:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd442a1fcfba98be5454c2ca6f56bce098e458ed'/>
<id>urn:sha1:dd442a1fcfba98be5454c2ca6f56bce098e458ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bad style for structs</title>
<updated>2019-06-08T10:18:13+00:00</updated>
<author>
<name>Cedric</name>
<email>cedric.brancourt@gmail.com</email>
</author>
<published>2019-06-08T10:18:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4123b5d796345bb01f0f40b2e28e6c194371fabe'/>
<id>urn:sha1:4123b5d796345bb01f0f40b2e28e6c194371fabe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use pattern matching for slices destructuring</title>
<updated>2019-06-08T08:49:46+00:00</updated>
<author>
<name>Cedric</name>
<email>cedric.brancourt@gmail.com</email>
</author>
<published>2019-06-08T08:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5fb099dc786c1bee7116fecb4965d34ad5e0a4a5'/>
<id>urn:sha1:5fb099dc786c1bee7116fecb4965d34ad5e0a4a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some code cleanup and tidy/test fixes</title>
<updated>2019-06-06T11:04:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-05T11:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff40e37b98fb44366a329d1b0d9642d462cc6ab6'/>
<id>urn:sha1:ff40e37b98fb44366a329d1b0d9642d462cc6ab6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Remove duplicate span from `token::Ident`</title>
<updated>2019-06-06T11:04:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-05T08:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f745e5f9b676be02cc1dfbab0bfb338dc72b4dd3'/>
<id>urn:sha1:f745e5f9b676be02cc1dfbab0bfb338dc72b4dd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Use `Token` in `TokenTree::Token`</title>
<updated>2019-06-06T11:03:15+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-04T17:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e0127dbf8135b766a332ce21c4eee48998b59bef'/>
<id>urn:sha1:e0127dbf8135b766a332ce21c4eee48998b59bef</id>
<content type='text'>
</content>
</entry>
</feed>
