rust/src
2019-08-27 11:23:55 +09:00
..
attr Insert an empty line when normalizing #[doc = ""] 2019-05-22 00:10:46 +09:00
bin add new flag to list names of misformatted files (#3747) 2019-08-19 11:04:40 +09:00
cargo-fmt feat: add support for --message-format option (#3752) 2019-08-27 09:27:32 +09:00
config add new flag to list names of misformatted files (#3747) 2019-08-19 11:04:40 +09:00
emitter Fix line numbers in checkstyle output (#3694) 2019-08-19 11:11:35 +09:00
format-diff Implement closing-block procedure without relying on missed_span module (#3691) 2019-07-17 23:07:12 +09:00
formatting Add tests to cover more edge cases 2019-05-09 17:51:02 +02:00
git-rustfmt Use annotate-snippets for emitting errors (#3507) 2019-04-17 05:33:36 -07:00
modules Release 1.3.0 (#3611) 2019-06-09 21:28:57 +09:00
test add json emit mode (#3735) 2019-08-16 11:14:53 +09:00
attr.rs #3665: Implemented (#3689) 2019-07-17 09:40:33 +09:00
chains.rs Fix most recenty nightly breakage due to removed await! support (#3722) 2019-08-02 23:54:39 +09:00
closures.rs Update rustc-ap-* crates to 541.0.0 (#3707) 2019-07-29 05:52:45 +09:00
comment.rs fix extraction of missing comments when rewriting an empty where clause (#3663) 2019-06-30 12:19:24 +09:00
coverage.rs Implement closing-block procedure without relying on missed_span module (#3691) 2019-07-17 23:07:12 +09:00
emitter.rs add json emit mode (#3735) 2019-08-16 11:14:53 +09:00
expr.rs Fix most recenty nightly breakage due to removed await! support (#3722) 2019-08-02 23:54:39 +09:00
format_report_formatter.rs Update rustc-ap-* crates to 541.0.0 (#3707) 2019-07-29 05:52:45 +09:00
formatting.rs add json emit mode (#3735) 2019-08-16 11:14:53 +09:00
ignore_path.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
imports.rs Merge imports fix (#3753) 2019-08-27 11:23:55 +09:00
issues.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
items.rs Use correct indent when formatting complex fn type (#3731) 2019-08-16 11:15:28 +09:00
lib.rs add new flag to list names of misformatted files (#3747) 2019-08-19 11:04:40 +09:00
lists.rs fix 'extra comma inserted due to comment' (#3677) 2019-07-14 22:16:47 +09:00
macros.rs fix: remove trailing space with empty dyn macro arg (#3737) 2019-08-11 12:49:14 +09:00
matches.rs Update rustc-ap-* crates to 541.0.0 (#3707) 2019-07-29 05:52:45 +09:00
missed_spans.rs Implement closing-block procedure without relying on missed_span module (#3691) 2019-07-17 23:07:12 +09:00
modules.rs Release 1.3.0 (#3611) 2019-06-09 21:28:57 +09:00
overflow.rs fix: remove trailing space with empty dyn macro arg (#3737) 2019-08-11 12:49:14 +09:00
pairs.rs Avoid rewriting pairs mutiple times 2019-03-24 18:55:11 +09:00
patterns.rs Fix broken tuple pattern (#3729) 2019-08-06 11:09:45 +09:00
release_channel.rs Move macro to separate module 2019-05-17 16:13:46 +02:00
reorder.rs Take the inner macro_use attr into acocunt while reordering (#3749) 2019-08-19 10:56:32 +09:00
rewrite.rs #3665: Implemented (#3689) 2019-07-17 09:40:33 +09:00
rustfmt_diff.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
shape.rs Allow overflowing rhs of unit variant (#3566) 2019-05-22 10:51:19 +09:00
skip.rs #3665: Implemented (#3689) 2019-07-17 09:40:33 +09:00
source_file.rs add json emit mode (#3735) 2019-08-16 11:14:53 +09:00
source_map.rs Fix bugs related to file-lines (#3684) 2019-07-15 22:41:56 +09:00
spanned.rs Cargo update (#3559) 2019-06-03 23:57:02 +09:00
stmt.rs Format the last expression-statement as expression (#3631) 2019-06-17 08:53:39 +09:00
string.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
types.rs Use correct indent when formatting complex fn type (#3731) 2019-08-16 11:15:28 +09:00
utils.rs Update rustc-ap-* crates to 541.0.0 (#3707) 2019-07-29 05:52:45 +09:00
vertical.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
visitor.rs Simplify code around visit_fn (#3698) 2019-07-21 13:26:41 +09:00