<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/empty-struct-braces-pat-2.rs, 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>2018-08-14T08:38:00+00:00</updated>
<entry>
<title>Moved compile-fail tests to ui tests.</title>
<updated>2018-08-14T08:38:00+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2018-08-08T12:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b16a30677f4e641329e768272cf9d3ecc2fa31c4'/>
<id>urn:sha1:b16a30677f4e641329e768272cf9d3ecc2fa31c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More systematic error reporting in path resolution</title>
<updated>2016-12-26T12:01:49+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-11-30T22:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09aba18e109d7246e3b61c6642747139ee116c48'/>
<id>urn:sha1:09aba18e109d7246e3b61c6642747139ee116c48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Partially stabilize RFC 1506 "Clarify relationships between ADTs"</title>
<updated>2016-11-08T19:34:05+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-09-14T21:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab5ba049bcf38f7bc7bde43d0acbd3869a9c7683'/>
<id>urn:sha1:ab5ba049bcf38f7bc7bde43d0acbd3869a9c7683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move pattern resolution checks from typeck to resolve</title>
<updated>2016-10-04T19:20:38+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-09-14T21:51:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c95b280d723ae6a6243b04ac06be100c622634b4'/>
<id>urn:sha1:c95b280d723ae6a6243b04ac06be100c622634b4</id>
<content type='text'>
Make error messages more precise
</content>
</entry>
<entry>
<title>Remove restrictions from tuple structs/variants</title>
<updated>2016-08-12T21:08:14+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-07-29T20:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=59be332a1b3b190ec5dfdb6768e80f9d312a0c6b'/>
<id>urn:sha1:59be332a1b3b190ec5dfdb6768e80f9d312a0c6b</id>
<content type='text'>
Hard errors are turned into feature gates
</content>
</entry>
<entry>
<title>resolve: Rewrite resolve_pattern</title>
<updated>2016-06-09T22:03:54+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-06-03T20:15:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91b9dabdebb95b689d335b98a8890923d9af7f7e'/>
<id>urn:sha1:91b9dabdebb95b689d335b98a8890923d9af7f7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Stabilize APIs for the 1.8 release</title>
<updated>2016-02-29T17:05:33+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-02-25T23:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b643782a10288a86a500168d754026bd0fce2ab5'/>
<id>urn:sha1:b643782a10288a86a500168d754026bd0fce2ab5</id>
<content type='text'>
This commit is the result of the FCPs ending for the 1.8 release cycle for both
the libs and the lang suteams. The full list of changes are:

Stabilized

* `braced_empty_structs`
* `augmented_assignments`
* `str::encode_utf16` - renamed from `utf16_units`
* `str::EncodeUtf16` - renamed from `Utf16Units`
* `Ref::map`
* `RefMut::map`
* `ptr::drop_in_place`
* `time::Instant`
* `time::SystemTime`
* `{Instant,SystemTime}::now`
* `{Instant,SystemTime}::duration_since` - renamed from `duration_from_earlier`
* `{Instant,SystemTime}::elapsed`
* Various `Add`/`Sub` impls for `Time` and `SystemTime`
* `SystemTimeError`
* `SystemTimeError::duration`
* Various impls for `SystemTimeError`
* `UNIX_EPOCH`
* `ops::{Add,Sub,Mul,Div,Rem,BitAnd,BitOr,BitXor,Shl,Shr}Assign`

Deprecated

* Scoped TLS (the `scoped_thread_local!` macro)
* `Ref::filter_map`
* `RefMut::filter_map`
* `RwLockReadGuard::map`
* `RwLockWriteGuard::map`
* `Condvar::wait_timeout_with`

Closes #27714
Closes #27715
Closes #27746
Closes #27748
Closes #27908
Closes #29866
</content>
</entry>
<entry>
<title>Refactor definitions of ADTs in rustc::middle::def</title>
<updated>2016-01-20T18:50:57+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-01-17T19:57:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ceaaa1bc3388e9a198af198729a6a8821ce54ffb'/>
<id>urn:sha1:ceaaa1bc3388e9a198af198729a6a8821ce54ffb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preserve struct/variant kinds in metadata</title>
<updated>2016-01-15T16:57:53+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2016-01-14T11:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccb4b35897c0356bb397fe045fa23ddbce9fc134'/>
<id>urn:sha1:ccb4b35897c0356bb397fe045fa23ddbce9fc134</id>
<content type='text'>
Add tests for use of empty structs in cross-crate scenarios
</content>
</entry>
<entry>
<title>Fix various bugs around empty structs and patterns</title>
<updated>2015-11-19T08:39:18+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2015-10-26T18:09:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f8519c341a53a4697f839041bc0a14dd6c6e773'/>
<id>urn:sha1:0f8519c341a53a4697f839041bc0a14dd6c6e773</id>
<content type='text'>
</content>
</entry>
</feed>
