about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/noop_method_call.rs
AgeCommit message (Expand)AuthorLines
2021-03-03Warn in doc testRyan Levick-1/+1
2021-03-03Fix borrow and derefRyan Levick-12/+6
2021-03-03Remove lint pass on borrow and derefRyan Levick-10/+2
2021-03-03Clean up code rightward driftEsteban Küber-65/+79
2021-03-03Increase accuracy of lint triggerEsteban Küber-23/+35
2021-03-03Improve error messagesRyan Levick-5/+13
2021-03-03Update error messageRyan Levick-3/+6
2021-03-03Improve warningRyan Levick-4/+6
2021-03-03Fix testsRyan Levick-1/+8
2021-03-03Add tests and support two more noop methodsRyan Levick-2/+10
2021-03-03First version of noop-lintRyan Levick-0/+71