rust/src/tools
bors 95cbcad920 Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov
Move some tests to more reasonable directories - 2

All tests with a score equal or greater than 1.0 were moved to their respective directories by issuing

```bash
cat FILE | tr -s " " | tr -d '():' | sort -k3 | awk '$3 >= 1' | cut -d " " -f1-2 | sed 's;\\;/;g' | xargs -n2 git mv
```
**Observation**: The first column values is the only column with results greater zero

To attest the confidentiality of the model, some manual revision of at least of tests is needed and this process will be tracked in the following list:

* `src/test/ui/abi/issue-28676.rs` OK #28676
* `src/test/ui/array-slice-vec/issue-15730.rs` OK
* `src/test/ui/associated-types/issue-24338.rs` OK #54823
* `src/test/ui/associated-types/issue-48551.rs` Looks OK #48551
* `src/test/ui/associated-types/issue-50301.rs` Looks OK #63577

...

cc #73494
r? `@petrochenkov`
2021-01-17 02:48:07 +00:00
..
build-manifest Utilize PGO for rustc linux dist builds 2020-12-22 12:23:37 -05:00
cargo@a73e5b7d56 Update cargo 2021-01-12 19:46:42 -08:00
cargotest Update xsv to prevent random CI failures 2020-12-07 12:51:28 -05:00
clippy Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
compiletest Merge remote-tracking branch 'origin/master' into frewsxcv-san 2020-12-31 23:27:33 -05:00
error_index_generator mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
expand-yaml-anchors expand-yaml-anchors: Make the output directory separator-insensitive 2020-12-14 23:33:20 +09:00
linkchecker Dogfood 'str_split_once() with linkchecker 2020-12-07 14:00:21 -07:00
lint-docs lint-docs: Warn on missing lint when documenting. 2020-12-26 13:48:09 -08:00
miri@1cf1a2e40a Update Miri 2021-01-16 00:04:32 +08:00
remote-test-client Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
remote-test-server Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
rls@88a58d1f48 Update RLS and Rustfmt 2021-01-15 01:50:59 +01:00
rust-analyzer@0d03fe6ef5 ⬆️ rust-analyzer 2020-09-14 16:11:06 +02:00
rust-demangler Update rustc-demangle 2020-10-21 21:05:38 +01:00
rust-installer@5254dbfd25 bump rust-installer submodule 2020-12-28 12:48:11 +01:00
rustbook Update mdbook 2021-01-14 17:50:23 -08:00
rustc-workspace-hack Add libz-sys to rustc-workspace-hack. 2020-12-23 12:18:15 -08:00
rustdoc Format the world 2019-12-22 17:42:47 -05:00
rustdoc-js Improve rustdoc JS tests error output 2020-11-26 21:59:45 +01:00
rustdoc-themes Format the world 2019-12-22 17:42:47 -05:00
rustfmt@216a643005 bump rustfmt to v1.4.32 2021-01-16 14:23:54 -06:00
tidy Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
tier-check Remove note about missing ios/tvos targets in platform docs. 2020-09-25 12:09:06 -07:00
unicode-table-generator unicode_table_generator: fix clippy::writeln_empty_string, clippy::useless_format, clippy:::for_kv_map 2020-08-24 00:43:50 +02:00
unstable-book-gen Replace write_fmt with write! 2020-09-20 10:35:23 +02:00
x Add installation commands to x tool README 2020-12-21 17:18:48 -08:00
publish_toolstate.py Ping me when nomicon's toolstate is broken 2020-12-05 12:05:03 +09:00