about summary refs log tree commit diff
path: root/tests/ui/question_mark.rs
AgeCommit message (Expand)AuthorLines
2019-10-03Test fixesShotaro Yamada-1/+1
2019-01-08Remove all copyright license headersPhilipp Hansch-9/+0
2018-12-28Fix formattingPeter Fürstenau-1/+1
2018-12-19Add failing testPeter Fürstenau-0/+9
2018-12-18Recomend `.as_ref()?` in certain situationsPeter Fürstenau-4/+41
2018-12-12question_mark: Suggest Some(opt?) for if-elseShotaro Yamada-0/+11
2018-12-09rustfmt testsMatthias Krüger-17/+16
2018-10-06Add license header to Rust filesManish Goregaokar-0/+10
2018-01-31Add question mark operatorGuillem Nieto-0/+54