rust/src
Florian Gilcher b8f7ec3dcc Add custom comments (#1179)
* Add custom comments

This allows users to use custom comments such as

```
//@ this is a custom comment
//@ with multiple lines
```

without having them destroyed by rustfmt.

* Fix issues with empty lines

* Check non-whitespace right after custom comments
2016-09-30 08:34:46 +13:00
..
bin Run clippy 2016-08-29 08:57:27 +09:00
chains.rs Run clippy 2016-08-29 08:57:27 +09:00
checkstyle.rs Run clippy 2016-08-29 08:57:27 +09:00
codemap.rs codemap: Add module description 2016-05-31 01:34:42 +02:00
comment.rs Add custom comments (#1179) 2016-09-30 08:34:46 +13:00
config.rs Add three new options for spaces 2016-09-17 02:22:13 +02:00
expr.rs Fix #775 2016-09-20 14:06:28 +09:00
file_lines.rs Update to latest Syntex 2016-09-16 15:28:02 +12:00
filemap.rs Fix broken import 2016-09-27 12:38:17 -05:00
imports.rs Update to latest Syntex 2016-09-16 15:28:02 +12:00
issues.rs Run clippy 2016-08-29 08:57:27 +09:00
items.rs Merge pull request #1156 from sinkuu/break_if_let 2016-09-19 18:51:21 +12:00
lib.rs Update to latest Syntex 2016-09-16 15:28:02 +12:00
lists.rs Run clippy 2016-08-29 08:57:27 +09:00
macros.rs Update to latest Syntex 2016-09-16 15:28:02 +12:00
missed_spans.rs Run clippy 2016-08-29 08:57:27 +09:00
modules.rs Run clippy 2016-08-29 08:57:27 +09:00
patterns.rs Update to latest Syntex 2016-09-16 15:28:02 +12:00
rewrite.rs block indent large closures 2016-04-22 11:29:01 +12:00
rustfmt_diff.rs Check term supports colour before printing fancy diffs 2016-08-26 17:08:47 -04:00
string.rs Change defaults and update tests and source 2016-04-22 19:18:48 +12:00
summary.rs Return failure exit code on found diffs (fix #906) 2016-06-21 23:01:15 +02:00
types.rs Add three new options for spaces 2016-09-17 02:22:13 +02:00
utils.rs Update to latest Syntex 2016-09-16 15:28:02 +12:00
visitor.rs Merge pull request #1162 from sinkuu/fix1040 2016-09-19 14:35:42 +12:00