rust/src/librustc_typeck
bors 38a959a543 Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis
Stabilize `..` in tuple (struct) patterns

I'd like to nominate `..` in tuple and tuple struct patterns for stabilization.
This feature is a relatively small extension to existing stable functionality and doesn't have known blockers.
The feature first appeared in Rust 1.10 6 months ago.
An example of use: https://github.com/rust-lang/rust/pull/36203

Closes https://github.com/rust-lang/rust/issues/33627
r? @nikomatsakis
2016-11-08 02:06:45 -08:00
..
check rustc: harden against InferOk having obligations in more cases. 2016-11-06 16:22:11 +02:00
coherence rustc: harden against InferOk having obligations in more cases. 2016-11-06 16:22:11 +02:00
variance Rollup merge of #36726 - cbreeden:patch-1, r=GuillaumeGomez 2016-10-06 08:35:41 -07:00
astconv.rs Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis 2016-11-04 16:49:28 -07:00
Cargo.toml Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
check_unused.rs Add identifier to unused import warnings 2016-10-25 08:16:40 -07:00
collect.rs Fix ICE when querying DefId on Def::Err. 2016-11-03 15:27:29 -06:00
constrained_type_params.rs fix broken type parameter indexing logic in wfcheck 2016-08-30 21:27:03 +03:00
diagnostics.rs remove erroneous E0045 annotation 2016-11-01 14:08:56 -04:00
lib.rs Auto merge of #36843 - petrochenkov:dotstab, r=nikomatsakis 2016-11-08 02:06:45 -08:00
rscope.rs fix feature error, test fallout 2016-09-08 22:59:21 +02:00