rust/src
2019-10-19 18:19:47 +09:00
..
attr Insert an empty line when normalizing #[doc = ""] 2019-05-22 00:10:46 +09:00
bin Add --config command line option (#3767) 2019-09-05 11:15:19 +09:00
cargo-fmt feat: use offline by default with cargo fmt (#3830) 2019-10-19 16:35:33 +09:00
config fix: handling of empty str for license template path (#3804) 2019-09-24 09:24:05 +09:00
emitter fix: handling of newline_style conflicts (#3850) 2019-10-19 17:15:13 +09:00
format-diff Update deps (#3788) 2019-09-08 23:33:21 +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 Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
test don't fail on recoverable parser errors in ignored files (#3782) 2019-10-07 10:24:08 +09:00
attr.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
chains.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
closures.rs fix to swallow attribute on brace expression (#3848) 2019-10-10 10:35:34 +09:00
comment.rs fix rust code in comment with a line containing only a hash sign (#3818) 2019-10-02 23:58:25 +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 Try to solve issue3456. (#3556) 2019-10-19 18:19:47 +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 fix: handling of newline_style conflicts (#3850) 2019-10-19 17:15:13 +09:00
ignore_path.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
imports.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
issues.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
items.rs handle field attributes when aligning a struct's fields (#3513) 2019-10-19 16:56:32 +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: handle block comments with trailing line comments (#3842) 2019-10-08 10:12:21 +09:00
macros.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
matches.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
missed_spans.rs handle hard tabs when formatting trailing comments (#3836) 2019-10-07 16:40:27 +09:00
modules.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
overflow.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
pairs.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
patterns.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
release_channel.rs Move macro to separate module 2019-05-17 16:13:46 +02:00
reorder.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
rewrite.rs Use Cell instead of RefCell (#3798) 2019-09-18 22:37:08 +09:00
rustfmt_diff.rs Update deps (#3788) 2019-09-08 23:33:21 +09: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 fix: handling of newline_style conflicts (#3850) 2019-10-19 17:15:13 +09:00
source_map.rs Fix bugs related to file-lines (#3684) 2019-07-15 22:41:56 +09:00
spanned.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
stmt.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
string.rs improve detection of URL inside a string that is being rewritten. (#3809) 2019-10-07 16:43:50 +09:00
types.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00
utils.rs Try to solve issue3456. (#3556) 2019-10-19 18:19:47 +09:00
vertical.rs handle field attributes when aligning a struct's fields (#3513) 2019-10-19 16:56:32 +09:00
visitor.rs Update rustc-ap-* crates to 606.0.0 (#3835) 2019-10-05 23:40:24 +09:00