Commit graph

9 commits

Author SHA1 Message Date
George Bateman
a0a84429a5
Remove direct dependencies on lazy_static, once_cell and byteorder
The functionality of all three crates is now available in the standard library.
2024-04-28 14:35:00 +01:00
Nadrieril
2b95b68304 Suggest pattern tests when modifying exhaustiveness 2024-02-08 01:51:12 +01:00
Zalathar
05322162ab Add test suggestions for mir-opt and coverage 2023-11-16 14:02:51 +11:00
Zalathar
925111c2eb Support multiple globs in static suggestions 2023-11-16 14:02:51 +11:00
Zalathar
3fdd84ab3a Allow trailing commas in static suggestions 2023-11-16 14:02:51 +11:00
Pietro Albini
580fa0c1a9
rename github_repository to git_repository 2023-11-06 15:53:32 +01:00
Pietro Albini
4a0873533f
update suggest-tests 2023-10-24 14:27:03 +02:00
Zalathar
71ab284afb Fix the test directories suggested by ./x.py suggest
The tests that were in `src/test/` have been moved to `tests/`, so the paths
given by the suggestion tool should reflect this.
2023-04-30 11:05:13 +10:00
Ezra Shaw
1e95cddc74
feat: implement basic suggest-tests tool 2023-04-09 19:59:14 +12:00