about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/nonstandard_style.rs
AgeCommit message (Expand)AuthorLines
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