about summary refs log tree commit diff
path: root/src/libtest/formatters/json.rs
AgeCommit message (Expand)AuthorLines
2019-10-17Improve code styleIgor Aleksanov-1/+2
2019-10-17Make enum usage explicit and fix testsIgor Aleksanov-10/+21
2019-10-17Extract ConsoleTestStateIgor Aleksanov-0/+1
2019-10-17Split libtest into several smaller modulesIgor Aleksanov-2/+2
2019-09-29Enhance report-time optionIgor Aleksanov-0/+9
2019-09-21libtest: Add --report-time flag to print test execution timeJakob Schikowski-6/+26
2019-07-12libtest: support display_output in JSON formatterPaul Emmerich-31/+40
2019-04-07Revert "Auto merge of #57842 - gnzlbg:extract_libtest, r=gnzlbg"Jacob Greenfield-0/+208
2019-03-19Move libtest out of rust-lang/rustgnzlbg-208/+0
2019-02-04Transition libtest to 2018 editionHirokazu Hata-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-31Make json test output formatter represent "filtered_out" as numCharlie Andrews-1/+1
2018-08-31Make json test output formatter represent "test_count" as numCharlie Andrews-1/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-03-21Cargo fmt libtestSeiichi Uchida-30/+19
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-0/+229