rust/src/librustc_metadata
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
..
astencode.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
Cargo.toml rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
common.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
creader.rs Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
csearch.rs rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. 2016-08-27 01:15:07 +03:00
cstore.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
decoder.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
def_key.rs rustc: add TyAnon (impl Trait) to the typesystem. 2016-08-12 06:43:34 +03:00
diagnostics.rs Update block codes' flags 2016-08-19 16:44:29 +02:00
encoder.rs Replace _, _ with .. 2016-09-04 12:30:33 +03:00
index_builder.rs remove usize: DepGraphRead and add Untracked 2016-08-17 15:21:59 -04:00
index.rs when encoding, push MetaData(foo) task on stack 2016-05-18 10:11:35 -04:00
lib.rs Replace _, _, _ with .. 2016-09-04 12:27:01 +03:00
loader.rs Update E0463 error message to new format 2016-08-29 15:44:05 +00:00
macro_import.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
macros.rs
tls_context.rs rustc: reduce Substs and Generics to a simple immutable API. 2016-08-17 05:50:57 +03:00
tydecode.rs Fix type encoding/decoding for unions 2016-09-03 13:39:35 +03:00
tyencode.rs Fix type encoding/decoding for unions 2016-09-03 13:39:35 +03:00