<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/librustc_parse/lib.rs, branch 1.43.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.43.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.43.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-03-09T09:42:41+00:00</updated>
<entry>
<title>rustc_parse: Remove `Parser::normalized(_prev)_token`</title>
<updated>2020-03-09T09:42:41+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-03-07T13:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5d7f67d3b109e95fb0dca8f773a2146db4eb4a93'/>
<id>urn:sha1:5d7f67d3b109e95fb0dca8f773a2146db4eb4a93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename `syntax` to `rustc_ast` in source code</title>
<updated>2020-02-29T18:59:09+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-02-29T17:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e08c279eacfd37b8921378c8bd4ef8b8dc9bd176'/>
<id>urn:sha1:e08c279eacfd37b8921378c8bd4ef8b8dc9bd176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it build again</title>
<updated>2020-02-29T17:47:10+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-02-29T17:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6054a30370209472f2af45d2a84a9a9796b3c64a'/>
<id>urn:sha1:6054a30370209472f2af45d2a84a9a9796b3c64a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use is_empty() instead of len() == x  to determine if structs are empty.</title>
<updated>2020-02-28T14:16:27+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-02-28T13:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9523c89f18ca62c992e580fc33fe1bf092696d8d'/>
<id>urn:sha1:9523c89f18ca62c992e580fc33fe1bf092696d8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't use .into() to convert types into identical types.</title>
<updated>2020-02-27T22:32:46+00:00</updated>
<author>
<name>Matthias Krüger</name>
<email>matthias.krueger@famsik.de</email>
</author>
<published>2020-02-25T17:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7be94a8a958750cf57c0fa41ad7797a2cd1630de'/>
<id>urn:sha1:7be94a8a958750cf57c0fa41ad7797a2cd1630de</id>
<content type='text'>
example:
    let s: String = format!("hello").into();
</content>
</entry>
<entry>
<title>syntax: Remove `Nt(Impl,Trait,Foreign)Item`</title>
<updated>2020-02-24T17:25:32+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-02-24T09:06:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d134385823525255546deaa930af2d5b1eada0df'/>
<id>urn:sha1:d134385823525255546deaa930af2d5b1eada0df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: Remove `Option`s from unnormalized tokens</title>
<updated>2020-02-17T19:12:39+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-02-16T20:19:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=06fbb0b4faefeaf70f4616d6af9bc0c1ebc69bc2'/>
<id>urn:sha1:06fbb0b4faefeaf70f4616d6af9bc0c1ebc69bc2</id>
<content type='text'>
They are always set synchronously with normalized tokens now
</content>
</entry>
<entry>
<title>parser: Set previous and unnormalized tokens in couple more places</title>
<updated>2020-02-17T19:12:39+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2020-02-16T18:36:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed2fd28d385c1cc9b2ab3e91513b4d2ffc612671'/>
<id>urn:sha1:ed2fd28d385c1cc9b2ab3e91513b4d2ffc612671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the `Cow` from `Directory`.</title>
<updated>2020-02-06T05:42:58+00:00</updated>
<author>
<name>Nicholas Nethercote</name>
<email>nnethercote@mozilla.com</email>
</author>
<published>2020-02-05T03:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f840a955bd449810e75d8320b4c46482d6dbdec1'/>
<id>urn:sha1:f840a955bd449810e75d8320b4c46482d6dbdec1</id>
<content type='text'>
The previous commit wrapped `Parser` within a `Cow` for the hot macro
parsing path. As a result, there's no need for the `Cow` within
`Directory`, because it lies within `Parser`.
</content>
</entry>
<entry>
<title>Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini</title>
<updated>2020-02-04T14:16:18+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2020-02-04T14:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=126ad2b813010447807b0593a80bc6c04962e7ea'/>
<id>urn:sha1:126ad2b813010447807b0593a80bc6c04962e7ea</id>
<content type='text'>
Step stage0 to bootstrap from 1.42

This also includes a commit which fixes the rustfmt downloading logic to redownload when the rustfmt channel changes, and bumps rustfmt to a more recent version.
</content>
</entry>
</feed>
