rust/src
Matthias Krüger 4c2959fb12 fix a bunch of clippy warnings
clippy::bind_instead_of_map
clippy::branches_sharing_code
clippy::collapsible_match
clippy::inconsistent_struct_constructor
clippy::int_plus_one
clippy::iter_count
clippy::iter_nth_zero
clippy::manual_range_contains
clippy::match_like_matches_macro
clippy::needless::collect
clippy::needless_question_mark
clippy::needless_return
clippy::op_ref
clippy::option_as_ref_deref
clippy::ptr_arg
clippy::redundant_clone
clippy::redundant_closure
clippy::redundant_static_lifetimes
clippy::search_is_some
clippy::#single_char_add_str
clippy::single_char_pattern
clippy::single_component_path_imports
clippy::single_match
clippy::skip_while_next
clippy::unnecessary_lazy_evaluations
clippy::unnecessary_unwrap
clippy::useless_conversion
clippy::useless_format
2021-07-25 22:53:32 -05:00
..
attr Insert an empty line when normalizing #[doc = ""] 2019-05-22 00:10:46 +09:00
bin Adjusting help message (#4865) 2021-07-25 22:53:32 -05:00
cargo-fmt fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
config fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
emitter fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
format-diff Fix some clippy warnings 2021-02-18 20:20:29 -06:00
formatting fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
git-rustfmt Fix some clippy warnings 2021-02-18 20:20:29 -06:00
modules deps: minor rustc_ast changes for v691 2020-11-28 17:41:21 -06:00
syntux fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
test fix(rustfmt): load nested out-of-line mods correctly 2021-06-17 22:35:19 -05:00
attr.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
chains.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
closures.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
comment.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -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 fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
format_report_formatter.rs Upgrade annotate-snippets to 0.8 (#4762) 2021-04-22 08:33:36 -05:00
formatting.rs Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
ignore_path.rs Enable unreachable_pub lint 2019-05-09 20:37:51 +02:00
imports.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
issues.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
items.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
lib.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
lists.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
macros.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
matches.rs fix: correct arm leading pipe check (#4880) 2021-07-25 22:53:32 -05:00
missed_spans.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
modules.rs fix(rustfmt): load nested out-of-line mods correctly 2021-06-17 22:35:19 -05:00
overflow.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
pairs.rs refactor: rename libsyntax --> rustc_ast 2020-03-27 22:29:12 -05:00
patterns.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
release_channel.rs Move macro to separate module 2019-05-17 16:13:46 +02:00
reorder.rs Add imports_granularity="Item". 2021-01-27 20:58: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 fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
shape.rs Allow overflowing rhs of unit variant (#3566) 2019-05-22 10:51:19 +09:00
skip.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
source_file.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
source_map.rs refactor: backport syntux mod 2020-03-26 21:25:34 -05:00
spanned.rs deps: apply rustc-ap-* v712 changes 2021-04-02 23:21:06 -05:00
stmt.rs Preserve comments in empty statements (#4180) 2020-10-24 11:13:00 -05:00
string.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
syntux.rs refactor: backport syntux mod 2020-03-26 21:25:34 -05:00
types.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
utils.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00
vertical.rs deps: apply rustc-ap-* v712 changes 2021-04-02 23:21:06 -05:00
visitor.rs fix a bunch of clippy warnings 2021-07-25 22:53:32 -05:00