about summary refs log tree commit diff
path: root/clippy_lints/src/unicode.rs
AgeCommit message (Expand)AuthorLines
2021-12-05Fix dogfoodnixx quality-3/+3
2021-11-26fix small nittogami2864-1/+1
2021-11-26fix doctogami2864-1/+1
2021-11-26fix stderrtogami2864-1/+1
2021-11-26make non_ascii_literal to catch chartogami2864-1/+1
2021-11-10Added `clippy::version` attribute to all normal lintsxFrednet-0/+3
2021-10-31Move non_ascii_literal to restrictionAlex Macleod-1/+1
2021-07-28Update lint documentation to use markdown headlinesxFrednet-15/+17
2021-07-09Rename `is_allowed` -> `is_lint_allowed`flip1995-3/+3
2021-05-25Add all the semicolons to `clippy_lints`mbartlett21-2/+2
2021-03-17Don't re-export clippy_utils::*Cameron Steffen-1/+1
2021-03-15Don't re-export clippy_utils::diagnostics::*Cameron Steffen-1/+2
2021-03-15Move some utils to clippy_utils::source moduleCameron Steffen-1/+2
2020-10-03Add WJDániel Buga-2/+5
2020-10-03Rename lint to invisible_charactersDániel Buga-5/+5
2020-10-02Look for soft hyphens as wellDániel Buga-7/+7
2020-07-03Use 'tcx for references to AccessLevels wherever possible.Eduard-Mihai Burtescu-3/+3
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-21Fix falloutflip1995-1/+1
2020-01-13Rustup to rust-lang/rust#68045Yuki Okushi-1/+1
2020-01-11Rustup to rust-lang/rust#67806Yuki Okushi-3/+2
2020-01-07Rustup to rust-lang/rust#67886Yuki Okushi-1/+1
2020-01-04Rustup to https://github.com/rust-lang/rust/pull/67853Philipp Hansch-1/+1
2019-12-27Rustup to rust-lang/rust#66936Yuki Okushi-1/+1
2019-12-04Rustup to rust-lang/rust#66878Matthias Krüger-1/+2
2019-09-27Rustup to rust-lang/rust#64813flip1995-1/+1
2019-08-23Update Unicode lint testsLzu Tao-5/+5
2019-05-20Fix tests and make other ascii lints auto-fixableBO41-27/+15
2019-05-20Make non_ascii_literal auto-fixableBO41-2/+12
2019-05-20Improve verbosity of non_ascii_literal lint exampleBO41-1/+5
2019-04-17Use lint pass macrosMatthew Kraai-13/+2
2019-03-05move lint documentation into macro invocationsAndy Russell-34/+34
2019-02-24HirIdify some lintsljedrz-3/+3
2019-01-27rustup https://github.com/rust-lang/rust/pull/57726Matthias Krüger-0/+4
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-29Remove crate:: prefixes from crate pathsKonrad Borowski-5/+5
2018-11-27Fix some formatting issuesflip1995-8/+6
2018-11-27Run rustfmt on clippy_lintsflip1995-13/+14
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-09-15Reintroduce `extern crate` for non-Cargo dependencies.Eduard-Mihai Burtescu-5/+5
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-08-19codemap -> source_mapManish Goregaokar-1/+1
2018-07-23RustupOliver Schneider-1/+1
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16ExprKindcsmoe-1/+1
2018-05-30Run rustfixMateusz Mikuła-1/+1
2018-03-28Categorize all the lints!Oliver Schneider-6/+6
2017-09-05Run nightly rustfmtOliver Schneider-1/+1
2017-08-14RustupOliver Schneider-6/+6