about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/nonstandard_style.rs
AgeCommit message (Expand)AuthorLines
2022-01-23rustc_lint: Remove some redundant fields from `EarlyContext`Vadim Petrochenkov-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-3/+3
2021-10-03Fix extra `non_snake_case` warning for shorthand field bindingsFabian Wolff-6/+7
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-12Adjust `#[no_mangle]`-related checks and lints for `impl` itemshyd-dev-2/+6
2021-05-26Lint against non-camelCase trait alias namesSmitty-0/+1
2021-03-09Remove hir::Item::attrs.Camille GILLOT-1/+2
2021-03-09Do not store attrs in FnKind.Camille GILLOT-2/+3
2021-01-30review commentsEsteban Küber-1/+12
2021-01-29Fix invalid camel case suggestion involving unicode identsEsteban Küber-1/+7
2021-01-03Rollup merge of #80628 - matthiaskrgr:match_ref_pats, r=varkorGuillaume Gomez-1/+1
2021-01-02reduce borrowing and (de)referencing around match patterns (clippy::match_ref...Matthias Krüger-1/+1
2021-01-02Add snake case lint note about keyword identifiers which cannot be rawSkynoodle-0/+1
2021-01-01Add suggestion to use raw identifiers when fixing snake-case lintsSkynoodle-2/+16
2020-12-08don't create owned values for comparison (clippy::cmp_owned)Matthias Krüger-3/+3
2020-11-28Cleanup: shorter and faster codeAleksey Kladov-2/+2
2020-11-21Auto merge of #77805 - JohnTitor:non-standard-char-sugg, r=Dylan-DPCbors-19/+35
2020-10-30Fix some more clippy warningsJoshua Nelson-1/+1
2020-10-11Do not provide suggestions for non standard charactersYuki Okushi-19/+35
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+2
2020-09-13Auto-generate lint documentation.Eric Huss-0/+49
2020-08-30mv compiler to compiler/mark-0/+456