Commit Graph

20 Commits

Author SHA1 Message Date
Seiichi Uchida 1ef6bccea3 Cargo fmt
Run 'cargo fmt' with the following setting:

```
reorder_imports = true
reorder_imports_in_group = true
```
2017-12-24 00:28:58 +09:00
Nick Cameron 72413c55b0 fix libsyntax fallout 2017-12-22 11:30:54 +13:00
Oliver Schneider fad903fd14 Move from String to PathBuf where applicable 2017-12-15 10:26:19 +09:00
Seiichi Uchida 89f27764ed Cargo fmt and update tests 2017-12-02 17:45:39 +09:00
topecongiro d8d9fedf9e Propagate an error rather than panic 2017-11-06 21:48:18 +09:00
topecongiro f2eebb0e62 Prefer unreachable! to panic! 2017-11-06 13:52:25 +09:00
topecongiro 6fd291981e Sort imports in alphabetical and consistent order 2017-07-13 18:42:14 +09:00
topecongiro cb48435ff3 Format source codes 2017-07-05 18:31:37 +09:00
Nick Cameron 1f512948a0 Reformat source code using new defaults 2017-06-13 14:41:49 +12:00
topecongiro 86856491bc Format source codes 2017-05-25 16:08:08 +09:00
topecongiro 04bb5d8929 Format source codes 2017-05-24 00:07:02 +09:00
Robert Gawdzik bfb1c277a8 Make list_files deterministic (Closes #1141) (#1393)
- Use BTreeMap instead
2017-03-22 09:00:33 +13:00
sinkuu a3c63fdef9 Run clippy 2016-08-29 08:57:27 +09:00
Kamal Marhubi 589dabda2f deps: Update syntex_syntax to 0.29.1 2016-03-02 13:08:21 -05:00
Nick Cameron 99d71a164a Changes to source formatting 2015-09-26 13:58:12 +12:00
Andre Bogus d6c652e33c code improvements suggested by clippy 2015-09-04 23:39:33 +02:00
Nick Cameron a43e2b5ae8 Formatting 2015-08-20 08:11:14 +12:00
Gaëtan Cassiers 5b5927996f Kill ChangeSet and replace remaining part by FileMap
Also fix style issues
Cargo update to get fixes of strings.rs (was cause of a misformatted
function call).
2015-08-02 13:33:01 +02:00
Gaëtan Cassiers 0eab4bf430 Remove ChangeSet of FmtVisitor 2015-08-02 13:12:51 +02:00
Gaëtan Cassiers 0e10329dc7 Separate modules and files listing of reformatting
As suggested in #141
Closes #156
2015-08-02 13:07:27 +02:00