<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax_ext, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-12-30T16:18:16+00:00</updated>
<entry>
<title>Rename directories for some crates from `syntax_x` to `rustc_x`</title>
<updated>2019-12-30T16:18:16+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-12-29T13:39:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b683de4ad79242fdeebcae2afefb72c1530babe9'/>
<id>urn:sha1:b683de4ad79242fdeebcae2afefb72c1530babe9</id>
<content type='text'>
`syntax_expand` -&gt; `rustc_expand`
`syntax_pos` -&gt; `rustc_span`
`syntax_ext` -&gt; `rustc_builtin_macros`
</content>
</entry>
<entry>
<title>Auto merge of #67112 - Centril:expr-polish, r=estebank</title>
<updated>2019-12-29T19:30:53+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-12-29T19:30:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da3629b05f8f1b425a738bfe9fe9aedd47c5417a'/>
<id>urn:sha1:da3629b05f8f1b425a738bfe9fe9aedd47c5417a</id>
<content type='text'>
Refactor expression parsing thoroughly

Based on https://github.com/rust-lang/rust/pull/66994 together with which this has refactored basically the entirety of `expr.rs`.

r? @estebank
</content>
</entry>
<entry>
<title>Rollup merge of #67482 - ldm0:master, r=petrochenkov</title>
<updated>2019-12-29T07:39:56+00:00</updated>
<author>
<name>Dylan DPC</name>
<email>dylan.dpc@gmail.com</email>
</author>
<published>2019-12-29T07:39:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=115e3c80dfb3df454764cfad82cb572d84dcbb24'/>
<id>urn:sha1:115e3c80dfb3df454764cfad82cb572d84dcbb24</id>
<content type='text'>
Fix outdated comment

Logics in `libsyntax/ext/expand.rs:MacroExpander::expand()` have been moved to `libsyntax_expand/expand.rs:MacroExpander::fully_expand_fragment()`
This pull request fixs the dangling file path.

#### Old

https://github.com/rust-lang/rust/blob/35176867f62f76b9bc27267878f2d74d9c776221/src/libsyntax/ext/expand.rs#L285-L301

#### New

https://github.com/rust-lang/rust/blob/9ff30a7810c586819a78188c173a7b74adbb9730/src/libsyntax_expand/expand.rs#L421-L439

https://github.com/rust-lang/rust/blob/9ff30a7810c586819a78188c173a7b74adbb9730/src/libsyntax_expand/base.rs#L224-L234
</content>
</entry>
<entry>
<title>x.py fmt after previous deignore</title>
<updated>2019-12-24T22:38:22+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-24T22:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6891388e661c2bbf965a330ff73bf8c08a7dbf7d'/>
<id>urn:sha1:6891388e661c2bbf965a330ff73bf8c08a7dbf7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extract parse_not_expr</title>
<updated>2019-12-23T12:55:04+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-12-07T02:07:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8456c403e1e79220d898b29074ce41dfeb752b08'/>
<id>urn:sha1:8456c403e1e79220d898b29074ce41dfeb752b08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Format the world</title>
<updated>2019-12-22T22:42:47+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-12-22T22:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a06baa56b95674fc626b3c3fd680d6a65357fe60'/>
<id>urn:sha1:a06baa56b95674fc626b3c3fd680d6a65357fe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix outdated comment</title>
<updated>2019-12-22T18:11:47+00:00</updated>
<author>
<name>Donough Liu</name>
<email>ldm2993593805@163.com</email>
</author>
<published>2019-12-21T12:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=decb9592ac7e4409ae83db29ef9e444efacf1897'/>
<id>urn:sha1:decb9592ac7e4409ae83db29ef9e444efacf1897</id>
<content type='text'>
Logics in libsyntax/ext/expand.rs:MacroExpander::expand() have moved to libsyntax_expand/expand.rs:MacroExpander::fully_expand_fragment()
</content>
</entry>
<entry>
<title>Rollup merge of #67355 - Centril:merge-mut, r=oli-obk</title>
<updated>2019-12-21T14:29:42+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-12-21T14:29:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c0bf3afc96246ddefd3bcecc77c62bed1f00f14e'/>
<id>urn:sha1:c0bf3afc96246ddefd3bcecc77c62bed1f00f14e</id>
<content type='text'>
Merge `ast::Mutability` and `mir::Mutability`

r? @oli-obk
</content>
</entry>
<entry>
<title>introduce 'type AttrVec'</title>
<updated>2019-12-20T21:53:40+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-12-03T15:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a0d20935cc7dc9057c683bb62a4ba74475f32aa2'/>
<id>urn:sha1:a0d20935cc7dc9057c683bb62a4ba74475f32aa2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1. ast::Mutability::{Mutable -&gt; Mut, Immutable -&gt; Not}.</title>
<updated>2019-12-20T21:22:44+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-12-16T16:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a7aec3f207fb40f0c4c857fb91a03372ac8bcd69'/>
<id>urn:sha1:a7aec3f207fb40f0c4c857fb91a03372ac8bcd69</id>
<content type='text'>
2. mir::Mutability -&gt; ast::Mutability.
</content>
</entry>
</feed>
