<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/parse/parser, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-11-10T02:57:18+00:00</updated>
<entry>
<title>move syntax::parse -&gt; librustc_parse</title>
<updated>2019-11-10T02:57:18+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-15T20:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ae2728fa8052915414127dce28245eb8f70842a'/>
<id>urn:sha1:4ae2728fa8052915414127dce28245eb8f70842a</id>
<content type='text'>
also move MACRO_ARGUMENTS -&gt; librustc_parse
</content>
</entry>
<entry>
<title>move config.rs to libsyntax_expand</title>
<updated>2019-11-10T01:46:17+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-10T08:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be023ebe850261c6bb202a02a686827d821c3697'/>
<id>urn:sha1:be023ebe850261c6bb202a02a686827d821c3697</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #66188 - Centril:fnsig, r=davidtwco</title>
<updated>2019-11-08T15:50:41+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-11-08T15:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65c77bc09ab38b3d9377168d673ed7b0a2c1e0c3'/>
<id>urn:sha1:65c77bc09ab38b3d9377168d673ed7b0a2c1e0c3</id>
<content type='text'>
`MethodSig` -&gt; `FnSig` &amp; Use it in `ItemKind::Fn`

In both AST &amp; HIR, rename `MethodSig` to `FnSig` and then proceed to use it in `ItemKind::Fn` so that the overall structure is more regular.

r? @davidtwco
</content>
</entry>
<entry>
<title>Rollup merge of #66007 - estebank:remove-here, r=Centril</title>
<updated>2019-11-08T15:50:35+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-11-08T15:50:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5a6fd110b8d4cded29d8ae69c41d12b2249621c8'/>
<id>urn:sha1:5a6fd110b8d4cded29d8ae69c41d12b2249621c8</id>
<content type='text'>
Remove "here" from "expected one of X here"
</content>
</entry>
<entry>
<title>Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk</title>
<updated>2019-11-08T15:50:33+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-11-08T15:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7ab50e40063a5f11aec148f59ad4d32e2a13fd70'/>
<id>urn:sha1:7ab50e40063a5f11aec148f59ad4d32e2a13fd70</id>
<content type='text'>
Transition future compat lints to {ERROR, DENY} - Take 2

Follow up to https://github.com/rust-lang/rust/pull/63247 implementing https://github.com/rust-lang/rust/pull/63247#issuecomment-536295992.

- `legacy_ctor_visibility` (ERROR) -- closes #39207
- `legacy_directory_ownership` (ERROR) -- closes #37872
- `safe_extern_static` (ERROR) -- closes #36247
- `parenthesized_params_in_types_and_modules` (ERROR) -- closes #42238
- `duplicate_macro_exports` (ERROR)
- `nested_impl_trait` (ERROR) -- closes #59014
- `ill_formed_attribute_input` (DENY) -- transitions #57571
- `patterns_in_fns_without_body` (DENY) -- transitions #35203

r? @varkor
cc @petrochenkov
</content>
</entry>
<entry>
<title>ast::ItemKind::Fn: use ast::FnSig</title>
<updated>2019-11-08T08:32:20+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-11-07T12:33:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b4c6abcf9e6c1d2710e7ad6a9ce44b3ca6b10d52'/>
<id>urn:sha1:b4c6abcf9e6c1d2710e7ad6a9ce44b3ca6b10d52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ast::MethodSig -&gt; ast::FnSig</title>
<updated>2019-11-08T08:32:20+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-11-07T12:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2cd48e8a3b71256d7db1ac61e8994c06620238b6'/>
<id>urn:sha1:2cd48e8a3b71256d7db1ac61e8994c06620238b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move syntax::{parse::literal -&gt; util::literal}</title>
<updated>2019-11-07T12:59:13+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-11T16:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc9c139694389c8df158640d4bcc20a2fe31f1ea'/>
<id>urn:sha1:cc9c139694389c8df158640d4bcc20a2fe31f1ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move syntax::parse::lexer::comments -&gt; syntax::util::comments</title>
<updated>2019-11-07T12:59:13+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-11T12:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=27f97aa468b5079bfd159e6fee9a04d5501a8818'/>
<id>urn:sha1:27f97aa468b5079bfd159e6fee9a04d5501a8818</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax::attr: remove usage of lexer</title>
<updated>2019-11-07T12:59:13+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2019-10-11T12:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a1571b68552b0d56d85080c5f92fdab233775de4'/>
<id>urn:sha1:a1571b68552b0d56d85080c5f92fdab233775de4</id>
<content type='text'>
</content>
</entry>
</feed>
