rust/src/test
bors 640ce99bfe Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov
rustdoc: Don't load all extern crates unconditionally

Instead, only load the crates that are linked to with intra-doc links.

This doesn't help very much with any of rustdoc's fundamental issues
with freezing the resolver, but it at least fixes a stable-to-stable
regression, and makes the crate loading model somewhat more consistent
with rustc's. I tested and it unfortunately does not help at all with https://github.com/rust-lang/rust/pull/82496.

Closes https://github.com/rust-lang/rust/issues/68427. Let me know if you want me to open a separate issue for not freezing the resolver.
r? `@petrochenkov` cc `@eddyb` `@ollie27`
2021-04-03 10:59:24 +00:00
..
assembly Mark inline asm tests as requiring LLVM 10.0.1 2021-03-25 20:21:58 +00:00
auxiliary
codegen Simplify logical operations CFG 2021-04-01 18:34:11 +03:00
codegen-units Deprecate items that accidentally weren't deprecated 2021-03-09 19:09:20 -05:00
debuginfo Update tests for extern block linting 2021-01-13 07:49:16 -05:00
incremental Add var to BoundRegion. Add query to get bound vars for applicable items. 2021-03-31 10:16:37 -04:00
mir-opt Make unevaluated DefId rendering deterministic 2021-03-31 09:13:45 +00:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum 2021-04-02 19:57:30 +02:00
run-make-fulldeps Translate counters from Rust 1-based to LLVM 0-based counter ids 2021-04-02 17:16:36 -07:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov 2021-04-03 10:59:24 +00:00
rustdoc-gui Add test to ensure search tabs behaviour 2021-04-01 21:55:20 +02:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov 2021-04-03 10:59:24 +00:00
rustfix
ui Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiasko 2021-04-02 23:33:01 +00:00
ui-fulldeps Fix fulldeps tests. 2021-03-30 23:51:15 +02:00
COMPILER_TESTS.md