rust/src/librustc_mir
bors 91f057de35 Auto merge of #36203 - petrochenkov:uvsdot, r=nrc
Replace `_, _` with `..` in patterns

This is how https://github.com/rust-lang/rust/issues/33627 looks in action.

Looks especially nice in leftmost/rightmost positions `(first, ..)`/`(.., last)`.
I haven't touched libsyntax intentionally because the feature is still unstable.
2016-09-04 14:03:01 -07:00
..
build Fix buggy field access translation 2016-09-03 13:39:34 +03:00
hair Replace _, _ with .. 2016-09-04 12:30:33 +03:00
transform Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
Cargo.toml Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
diagnostics.rs Add error code test checkup 2016-08-24 11:28:09 +02:00
graphviz.rs Remove obsolete divergence related stuff 2016-08-13 21:37:09 +08:00
lib.rs Replace _, _, _ with .. 2016-09-04 12:27:01 +03:00
mir_map.rs rustc: rename ProjectionMode and its variant to be more memorable. 2016-08-12 06:43:34 +03:00
pretty.rs track Location in visitor, combine Location 2016-08-18 14:57:42 -04:00