rust/src/test
Guillaume Gomez c4f8546fbc
Rollup merge of #104924 - aDotInTheVoid:jsondocck-trait-alias, r=GuillaumeGomez
jsondoclint: Accept trait alias is places where trait expected.

More work to make `jsondoclint` work for `core.json`

Closes #104923

r? `@GuillaumeGomez`

`@rustbot` modify labels: +A-testsuite
2022-11-26 17:47:25 +01:00
..
assembly fix assembly test on apple 2022-11-19 16:58:02 +01:00
auxiliary experiment: trying to encode the end-to-end test as a ui test via rust_test_helpers. This instance is almost certainly insufficient because we need to force optimization flags for both the C and Rust sides of the code. but lets find out for sure. 2022-07-06 10:53:28 -04:00
codegen Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm 2022-11-26 08:56:20 +00:00
codegen-units Bless cgu test. 2022-09-23 18:42:14 +02:00
debuginfo Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514 2022-11-19 22:25:18 +00:00
incremental Add empty ConstKind::Abstract 2022-11-25 09:28:43 +00:00
mir-opt Rollup merge of #104121 - Lokathor:mir-opt-when-instruction-set-missing-on-callee, r=tmiasko 2022-11-26 10:39:10 +01:00
pretty Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 2022-10-24 19:32:25 +09:00
run-make Avoid GenFuture shim when compiling async constructs 2022-11-24 10:04:27 +01:00
run-make-fulldeps run tests on the remote device even when the default address is used 2022-11-17 09:37:41 +01:00
run-pass-valgrind Bless more tests 2022-11-05 18:05:45 +00:00
rustdoc rustdoc: update tests for enum variant margin tweak 2022-11-17 15:37:34 -07:00
rustdoc-gui rustdoc: revert tooltip background color on light theme to readable 2022-11-25 09:28:25 -07:00
rustdoc-js Add regression test for reexports in search results 2022-10-30 13:58:00 +01:00
rustdoc-js-std Update asrawfd.js. 2022-08-29 08:31:42 -07:00
rustdoc-json jsondoclint: Accept trait alias is places where trait expected. 2022-11-26 01:41:30 +00:00
rustdoc-ui Rollup merge of #104052 - TaKO8Ki:fix-103997, r=notriddle 2022-11-07 18:35:26 +05:30
ui Do not record unresolved const vars in generator interior 2022-11-26 05:38:43 +00:00
ui-fulldeps Improve slug name error 2022-11-21 15:24:51 +01:00
COMPILER_TESTS.md