rust/src
Mike Boutin a0efdf2de9 Do not count \r as part of line width.
Resolves #1335. Does not attempt to handle a `\r` not followed by a `\n` nor
attempt to handle Unicode intricacies (#6) including zero-width or multi-byte
characters.
2017-04-02 11:09:29 -04:00
..
bin Implemented support for workspaces 2017-03-30 03:29:32 +02:00
chains.rs test fallout 2017-03-28 11:25:59 +13:00
checkstyle.rs Run clippy 2016-08-29 08:57:27 +09:00
codemap.rs fallout - source reformatting 2017-03-28 11:14:47 +13:00
comment.rs fallout - source reformatting 2017-03-28 11:14:47 +13:00
config.rs Use a char len heuristic rather than item count for chain_one_line_max 2017-03-28 11:12:15 +13:00
expr.rs Fix a typo 2017-03-29 09:17:58 +09:00
file_lines.rs Canonicalize range path in FileLines::intersects() 2017-03-29 18:50:39 -04:00
filemap.rs Fix broken import 2016-09-27 12:38:17 -05:00
imports.rs test fallout 2017-03-28 11:25:59 +13:00
issues.rs test fallout 2017-03-28 11:25:59 +13:00
items.rs Split long fields in structs 2017-03-30 13:37:34 +09:00
lib.rs Do not count \r as part of line width. 2017-04-02 11:09:29 -04:00
lists.rs Merge pull request #1415 from topecongiro/remove-duplicates 2017-03-29 17:51:19 +13:00
macros.rs test fallout 2017-03-28 11:25:59 +13:00
missed_spans.rs test fallout 2017-03-28 11:25:59 +13:00
modules.rs Make list_files deterministic (Closes #1141) (#1393) 2017-03-22 09:00:33 +13:00
patterns.rs test fallout 2017-03-28 11:25:59 +13:00
rewrite.rs WIP 2017-02-21 16:35:05 +13:00
rustfmt_diff.rs test fallout 2017-03-28 11:25:59 +13:00
string.rs fallout - source reformatting 2017-03-28 11:14:47 +13:00
summary.rs Return failure exit code on found diffs (fix #906) 2016-06-21 23:01:15 +02:00
types.rs Fix a typo 2017-03-29 09:17:58 +09:00
utils.rs Fix a typo 2017-03-29 09:17:58 +09:00
visitor.rs Format any statement whose span intersects file_lines 2017-03-29 01:33:14 -04:00