Andrew Brown
999e04a2c4
machinst x64: refactor imports to use rustfmt convention
...
This change is a pure refactoring--no change to functionality. It removes newlines between the `use ...` statements in the x64 backend so that rustfmt can format them according to its convention. I noticed some files had followed a manual convention but subsequent additions did not seem to fit; this change fixes that and lightly coalesces some of the occurrences of `use a::b; use a::c;` into `use::{b, c}`.
2020-08-04 09:17:54 -07:00
..
2020-06-30 12:00:57 -07:00
2020-08-04 09:35:50 +02:00
2020-08-04 09:17:54 -07:00
2020-07-24 19:29:12 +02:00
2020-08-04 09:35:50 +02:00
2020-07-14 10:17:27 -07:00
2020-08-04 09:35:50 +02:00
2020-07-17 12:03:17 +02:00
2020-05-28 11:34:58 -07:00
2020-03-05 16:11:13 +01:00
2019-10-10 16:45:48 +02:00
2020-05-16 23:08:22 -07:00
2020-06-04 10:53:45 -07:00
2019-01-28 15:56:54 -08:00
2020-04-15 17:21:28 -07:00
2019-10-24 17:20:12 -07:00
2020-03-05 16:11:13 +01:00
2020-03-05 16:11:13 +01:00
2019-01-28 15:56:54 -08:00
2020-07-14 10:17:27 -07:00
2019-10-02 11:50:44 -07:00
2020-06-10 18:36:57 +02:00
2020-02-07 10:46:47 -06:00
2020-03-03 13:21:13 -06:00
2020-02-07 10:46:47 -06:00
2019-10-02 11:50:44 -07:00
2020-07-17 16:16:49 -07:00
2020-06-30 12:00:57 -07:00
2019-10-15 15:19:00 -07:00
2020-07-16 14:56:11 +03:00
2020-07-17 16:16:49 -07:00
2020-02-07 10:46:47 -06:00
2020-06-30 12:00:57 -07:00
2020-07-17 18:14:16 +02:00
2020-06-25 14:03:21 -05:00
2019-09-26 18:00:03 +02:00
2020-07-21 15:05:50 -05:00
2020-02-07 10:46:47 -06:00
2020-05-29 19:56:27 -07:00
2020-07-17 12:03:17 +02:00
2020-07-23 09:54:39 -07:00
2020-02-07 10:46:47 -06:00
2020-02-07 10:46:47 -06:00
2020-06-08 13:02:00 -07:00
2020-08-04 09:35:50 +02:00