about summary refs log tree commit diff
path: root/src/libtest/test_result.rs
AgeCommit message (Expand)AuthorLines
2020-03-06fix various typosMatthias Krüger-1/+1
2020-02-29use .copied() instead of .map(|x| *x) on iteratorsMatthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-2/+2
2019-11-19Simplify if else as suggested in PR feedbackThomas Etter-20/+16
2019-11-18print a more useful error message on should_panic mismatchThomas Etter-5/+17
2019-10-17Improve code styleIgor Aleksanov-3/+6
2019-10-17Add more explaining comments to the codeIgor Aleksanov-1/+3
2019-10-17Split libtest into several smaller modulesIgor Aleksanov-0/+102