<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/test.rs, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-07-27T10:56:54+00:00</updated>
<entry>
<title>Move test harness generation into libsyntax_ext</title>
<updated>2019-07-27T10:56:54+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-18T18:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f6eda9937956667c01bc567ab4a9bd6a19f71635'/>
<id>urn:sha1:f6eda9937956667c01bc567ab4a9bd6a19f71635</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Normalize use of backticks in compiler messages for libsyntax/*</title>
<updated>2019-07-23T18:03:20+00:00</updated>
<author>
<name>Samy Kacimi</name>
<email>samy.kacimi@protonmail.ch</email>
</author>
<published>2019-07-23T18:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2083a123a50e9939bab639d9f06b9ef4cdc3d3ed'/>
<id>urn:sha1:2083a123a50e9939bab639d9f06b9ef4cdc3d3ed</id>
<content type='text'>
https://github.com/rust-lang/rust/issues/60532
</content>
</entry>
<entry>
<title>Adjust other names after the `Mark` renaming</title>
<updated>2019-07-19T09:01:49+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-15T22:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09703e3843622430276d0b3c672fbc772ce0b862'/>
<id>urn:sha1:09703e3843622430276d0b3c672fbc772ce0b862</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libsyntax: Remove `Mark` into `ExpnId`</title>
<updated>2019-07-19T09:01:48+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-15T22:04:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=31e10aec83d68df0f45cf6643cca4e90e9c1fb55'/>
<id>urn:sha1:31e10aec83d68df0f45cf6643cca4e90e9c1fb55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hygiene: Introduce a helper method for creating new expansions</title>
<updated>2019-07-10T21:12:57+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-07-06T18:02:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=99c7432896bbfdab1f7f70f8d763cab5f3efe64a'/>
<id>urn:sha1:99c7432896bbfdab1f7f70f8d763cab5f3efe64a</id>
<content type='text'>
Creating a fresh expansion and immediately generating a span from it is the most common scenario.

Also avoid allocating `allow_internal_unstable` lists for derive markers repeatedly.
And rename `ExpnInfo::with_unstable` to `ExpnInfo::allow_unstable`, seems to be a better fitting name.
</content>
</entry>
<entry>
<title>hygiene: Reuse `MacroKind` in `ExpnKind`</title>
<updated>2019-07-10T21:12:08+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-30T12:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aff9738462e8959c0a3eef57124b08d5f811cdec'/>
<id>urn:sha1:aff9738462e8959c0a3eef57124b08d5f811cdec</id>
<content type='text'>
Orthogonality and reuse are good.
</content>
</entry>
<entry>
<title>Rename some things in `syntax_pos/hygiene`</title>
<updated>2019-07-10T21:12:07+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-06-18T22:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16918a8e28d4e7a476f31ff3d3c1e2d998c086af'/>
<id>urn:sha1:16918a8e28d4e7a476f31ff3d3c1e2d998c086af</id>
<content type='text'>
More consistent with other naming:
ExpnFormat -&gt; ExpnKind
ExpnKind::name -&gt; ExpnKind::descr
DesugaringKind::name -&gt; DesugaringKind::descr

Shorter, no tautology:
CompilerDesugaring -&gt; Desugaring
CompilerDesugaringKind -&gt; DesugaringKind
</content>
</entry>
<entry>
<title>Auto merge of #62099 - Mark-Simulacrum:syntax-print-clean-2, r=eddyb</title>
<updated>2019-07-05T06:55:48+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2019-07-05T06:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f119bf2761ab11ca577fac9881678c04d3e7fdb0'/>
<id>urn:sha1:f119bf2761ab11ca577fac9881678c04d3e7fdb0</id>
<content type='text'>
Remove io::Result from syntax::print

Since we're now writing directly to the vector, there's no need to
thread results through the whole printing infrastructure
</content>
</entry>
<entry>
<title>Convert more usages over</title>
<updated>2019-07-02T03:21:12+00:00</updated>
<author>
<name>Chris Gregory</name>
<email>czipperz@gmail.com</email>
</author>
<published>2019-06-30T18:30:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=636f5e6d1120c2bfc264687fbe1e77312c8d2979'/>
<id>urn:sha1:636f5e6d1120c2bfc264687fbe1e77312c8d2979</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused import</title>
<updated>2019-06-29T13:10:17+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2019-06-24T20:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff27756a1ce7fec0b17599c9eaf2a9bf84159051'/>
<id>urn:sha1:ff27756a1ce7fec0b17599c9eaf2a9bf84159051</id>
<content type='text'>
</content>
</entry>
</feed>
