rust/src
2023-08-01 04:36:16 -04:00
..
attr remove derive_new dependency 2023-06-19 09:46:37 -05:00
bin Switch to tracing for logging 2023-07-03 11:52:38 -05:00
cargo-fmt update some dependencies 2023-06-19 11:20:51 -05:00
config fix: handle skip_macro_invocations from config file 2023-07-05 17:46:03 -04:00
emitter Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00
format-diff Switch to tracing for logging 2023-07-03 11:52:38 -05:00
formatting Merge commit 'efa8f5521d' into rustfmt-subtree 2021-10-20 00:11:59 -05:00
git-rustfmt Switch to tracing for logging 2023-07-03 11:52:38 -05:00
modules Rename ast::Lit as ast::MetaItemLit. 2022-11-28 15:18:49 +11:00
parse Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-06-19 2023-06-19 20:56:20 -05:00
test Switch to tracing for logging 2023-07-03 11:52:38 -05:00
attr.rs rustc: Remove unused Session argument from some attribute functions 2023-03-22 13:55:55 +04:00
chains.rs Add parenthesis around closure method call 2023-08-01 04:36:16 -04:00
closures.rs Support non-lifetime binders 2023-07-19 22:18:51 -05:00
comment.rs Use matches!() macro to improve readability (#5830) 2023-07-17 17:51:51 -05: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 Switch ast::Stmt rewriting use to stmt::Stmt::from_simple_block 2023-07-03 12:06:25 -05:00
format_report_formatter.rs Merge commit '7b73b60fac' into sync-rustfmt 2022-06-12 22:03:05 -05:00
formatting.rs remove derive_new dependency 2023-06-19 09:46:37 -05:00
ignore_path.rs Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00
imports.rs Merge commit '1d8491b120' into sync-from-rustfmt 2023-01-24 14:16:03 -06:00
items.rs misc code cleanup 2023-07-19 22:26:43 -05:00
lib.rs Prevent ICE when formatting an empty-ish macro arm (#5833) 2023-07-18 20:48:57 -05:00
lists.rs Merge commit '1d8491b120' into sync-from-rustfmt 2023-01-24 14:16:03 -06:00
macros.rs chore: address merge and bump toolchain 2023-06-19 21:29:15 -05:00
matches.rs Remove box_syntax from AST and use in tools 2023-03-12 13:19:46 +00:00
missed_spans.rs Merge commit 'efa8f5521d' into rustfmt-subtree 2021-10-20 00:11:59 -05:00
modules.rs Use ThinVec in a few more AST types. 2023-02-21 11:51:56 +11:00
overflow.rs Recover comments between attrs and generic param 2023-06-11 19:34:36 -05:00
pairs.rs remove derive_new dependency 2023-06-19 09:46:37 -05:00
patterns.rs Box ExprKind::{Closure,MethodCall}, and QSelf in expressions, types, and patterns. 2022-11-17 13:45:59 +11:00
release_channel.rs Move macro to separate module 2019-05-17 16:13:46 +02:00
reorder.rs rustc: Remove unused Session argument from some attribute functions 2023-03-22 13:55:55 +04:00
rewrite.rs Merge commit 'c4416f20dc' into sync-rustfmt 2022-06-22 22:14:32 -05:00
rustfmt_diff.rs Merge commit '4a053f206f' into sync-rustfmt-subtree 2021-12-29 20:49:39 -06:00
shape.rs Merge commit 'c4416f20dc' into sync-rustfmt 2022-06-22 22:14:32 -05:00
skip.rs Merge commit '1d8491b120' into sync-from-rustfmt 2023-01-24 14:16:03 -06:00
source_file.rs Merge commit '4a053f206f' into sync-rustfmt-subtree 2021-12-29 20:49:39 -06:00
source_map.rs refactor: backport syntux mod 2020-03-26 21:25:34 -05:00
spanned.rs Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00
stmt.rs Switch ast::Stmt rewriting use to stmt::Stmt::from_simple_block 2023-07-03 12:06:25 -05:00
string.rs Merge commit '7b73b60fac' into sync-rustfmt 2022-06-12 22:03:05 -05:00
syntux.rs refactor: backport syntux mod 2020-03-26 21:25:34 -05:00
types.rs Handle dyn* syntax when rewriting ast::TyKind::TraitObject 2023-07-27 19:52:26 -05:00
utils.rs Switch ast::Stmt rewriting use to stmt::Stmt::from_simple_block 2023-07-03 12:06:25 -05:00
vertical.rs Merge commit '5ff7b632a9' into sync-rustfmt-subtree 2022-03-29 23:17:30 -05:00
visitor.rs Merge commit '1d8491b120' into sync-from-rustfmt 2023-01-24 14:16:03 -06:00