<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libsyntax/attr, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-02-29T17:47:10+00:00</updated>
<entry>
<title>Move directory `libsyntax` -&gt; `librustc_ast`</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:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e94d3b70cb495df83230cff9ef5bb00f235883e4'/>
<id>urn:sha1:e94d3b70cb495df83230cff9ef5bb00f235883e4</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>ast: add `Defaultness` to `Item`, making `AssocItem` an alias.</title>
<updated>2020-02-23T23:59:38+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-02-22T02:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7017058e6b289ea6253e62b9ffdae5dea036855f'/>
<id>urn:sha1:7017058e6b289ea6253e62b9ffdae5dea036855f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1. move allow_internal_unstable to rustc_attr</title>
<updated>2020-02-01T17:58:08+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-11T15:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=98fd6a5c88a44214f15a43a9e633e3b71876bdb3'/>
<id>urn:sha1:98fd6a5c88a44214f15a43a9e633e3b71876bdb3</id>
<content type='text'>
2. as a result, drop rustc_errors dep from syntax
</content>
</entry>
<entry>
<title>Move builtin attribute logic to new rustc_attr crate.</title>
<updated>2020-02-01T17:54:56+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-11T12:15:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93a8283614e995a0cf7a866356609b7522cfda24'/>
<id>urn:sha1:93a8283614e995a0cf7a866356609b7522cfda24</id>
<content type='text'>
For now, this is all the crate contains, but more
attribute logic &amp; types will be moved there over time.
</content>
</entry>
<entry>
<title>syntax: simplify HasAttrs code</title>
<updated>2020-02-01T17:54:55+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-11T11:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9be73dc63a63bc8692423bdac073c591dff80ccd'/>
<id>urn:sha1:9be73dc63a63bc8692423bdac073c591dff80ccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: move GLOBALS to attr module</title>
<updated>2020-02-01T17:54:55+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-11T08:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e03d1064f0d98961b83885ce951351ae57cc7aad'/>
<id>urn:sha1:e03d1064f0d98961b83885ce951351ae57cc7aad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clarify "incorrect issue" error</title>
<updated>2020-01-30T14:01:56+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2020-01-22T15:33:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7632ade65bde6160c46f31495532f5beadcaa3d8'/>
<id>urn:sha1:7632ade65bde6160c46f31495532f5beadcaa3d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove rustc_error_codes deps except in rustc_driver</title>
<updated>2020-01-18T20:53:53+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-18T20:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de6046fa0ff6e57afa50174c001d1668ee7f3cf6'/>
<id>urn:sha1:de6046fa0ff6e57afa50174c001d1668ee7f3cf6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gating diagnostics -&gt; rustc_session::parse</title>
<updated>2020-01-11T02:15:32+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-02T10:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6007641d2101e6489aa6b9a3ba84b6a2b9b04fa5'/>
<id>urn:sha1:6007641d2101e6489aa6b9a3ba84b6a2b9b04fa5</id>
<content type='text'>
</content>
</entry>
</feed>
