rust/src/librustc_save_analysis
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
..
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
csv_dumper.rs Fixed missing comma in the csv dumper. 2016-07-25 11:46:59 +02:00
data.rs save-analysis: add parent info to api dumps 2016-09-01 14:55:27 +12:00
dump_visitor.rs Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
dump.rs
external_data.rs save-analysis: add parent info to api dumps 2016-09-01 14:55:27 +12:00
json_api_dumper.rs save-analysis: add parent info to api dumps 2016-09-01 14:55:27 +12:00
json_dumper.rs save-analysis: add a decl_id for methods 2016-06-16 11:28:39 +01:00
lib.rs Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
span_utils.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00