rust/src
2020-11-29 13:26:58 -06:00
..
attr Insert an empty line when normalizing #[doc = ""] 2019-05-22 00:10:46 +09:00
bin fix: backport mod resolution error handling 2020-06-11 21:11:18 -05:00
cargo-fmt Use rustfmt given by RUSTFMT env var (#4419) 2020-10-04 16:58:34 -05:00
config Option to create groups for std, external crates, and other imports 2020-11-18 21:37:42 -06:00
emitter fix: handling of newline_style conflicts (#3850) 2019-10-19 17:15:13 +09:00
format-diff Use rustfmt given by RUSTFMT env var (#4419) 2020-10-04 16:58:34 -05: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 deps: minor rustc_ast changes for v691 2020-11-28 17:41:21 -06:00
syntux refactor: update cfg_if attr parsing 2020-11-28 17:41:21 -06:00
test tests: adjust some cherry-picekd tests 2020-11-02 18:31:51 -06:00
attr.rs tests: backport an additional test case 2020-11-29 13:26:58 -06:00
chains.rs feat: v2 support for nested tuples w/o spaces 2020-11-02 18:31:51 -06:00
closures.rs Correctly create artificial span for formatting closure body 2020-11-14 11:50:28 -06:00
comment.rs feat: don't insert semi in macro_rules arm body 2020-11-11 18:26:13 -06: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 chore: run rustfmt against source 2020-11-28 17:41:21 -06:00
format_report_formatter.rs fix: backport mod resolution error handling 2020-06-11 21:11:18 -05:00
formatting.rs feat: don't insert semi in macro_rules arm body 2020-11-11 18:26:13 -06:00
ignore_path.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
imports.rs deps: bump rustc-ap to v679 2020-09-23 00:45:18 -05:00
issues.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
items.rs fix: apply rustc-ap updates to backported commit 2020-11-29 13:26:58 -06:00
lib.rs Compare code block line indentation with config whitespace (#4166) 2020-11-29 13:26:58 -06:00
lists.rs refactor: backport syntux mod 2020-03-26 21:25:34 -05:00
macros.rs deps: bump rustc-ap to v687 2020-11-28 17:41:21 -06:00
matches.rs fix: remove comment from cherry-pick that v1.x doesn't handle 2020-11-05 20:45:11 -06:00
missed_spans.rs Correctly indent skipped-over code 2020-10-24 11:13:00 -05:00
modules.rs fix: inner attribute formatting 2020-09-04 19:01:18 -05:00
overflow.rs refactor: rename libsyntax --> rustc_ast 2020-03-27 22:29:12 -05:00
pairs.rs refactor: rename libsyntax --> rustc_ast 2020-03-27 22:29:12 -05:00
patterns.rs backport new syntax to rustfmt 1.x (#4105) 2020-03-31 15:28:01 +09:00
release_channel.rs Move macro to separate module 2019-05-17 16:13:46 +02:00
reorder.rs Option to create groups for std, external crates, and other imports 2020-11-18 21:37:42 -06:00
rewrite.rs feat: don't insert semi in macro_rules arm body 2020-11-11 18:26:13 -06: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 deps: minor rustc_ast changes for v691 2020-11-28 17:41:21 -06:00
source_file.rs deps: apply upstream rustc-* changes 2020-06-11 13:22:37 -05:00
source_map.rs refactor: backport syntux mod 2020-03-26 21:25:34 -05:00
spanned.rs deps: bump rustc-ap to v678 2020-09-23 00:45:18 -05:00
stmt.rs Preserve comments in empty statements (#4180) 2020-10-24 11:13:00 -05:00
string.rs improve detection of URL inside a string that is being rewritten. (#3809) 2019-10-07 16:43:50 +09:00
syntux.rs refactor: backport syntux mod 2020-03-26 21:25:34 -05:00
types.rs deps: bump rustc-ap-* to v668 2020-07-09 23:15:08 -05:00
utils.rs feat: support underscore expressions 2020-11-28 17:41:21 -06:00
vertical.rs refactor: rename libsyntax --> rustc_ast 2020-03-27 22:29:12 -05:00
visitor.rs Don't drop blocks on foreign functions 2020-11-28 21:59:30 -06:00