rust/src/test
Manish Goregaokar c587386fd6
Rollup merge of #74452 - Manishearth:module-type-ns, r=jyn514
intra-doc links: resolve modules in the type namespace

Fixes https://github.com/rust-lang/rust/issues/62830

Modules actually live in the type namespace, not all three, and it's not possible to clash a type with a module.
2020-07-17 14:09:33 -07:00
..
assembly Add initial asm!() support for hexagon 2020-06-16 08:58:13 -05:00
auxiliary
codegen Rollup merge of #74171 - ehuss:44056-debug-macos, r=nikomatsakis 2020-07-16 11:18:48 -07:00
codegen-units Change how compiler-builtins gets many CGUs 2020-06-15 07:38:00 -07:00
compile-fail Remove some ignore-stage1 annotations. 2020-07-02 22:29:38 -07:00
debuginfo Modify type names on MSVC to make tuples .natvis compatible. 2020-06-24 19:28:12 -07:00
incremental Rename TypeckTables to TypeckResults. 2020-07-17 08:47:04 +00:00
mir-opt Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper 2020-07-17 14:09:22 -07:00
pretty Make fmt::Arguments::as_str() return a 'static str. 2020-07-17 17:56:55 +02:00
run-make Fix src/test/run-make/static-pie/test-aslr.rs 2020-07-13 11:33:03 +02:00
run-make-fulldeps Fix various tests to run on windows-gnu 2020-07-17 20:45:29 +02:00
run-pass-valgrind
rustdoc Add test for module ambiguity 2020-07-17 13:04:54 -07:00
rustdoc-js rustdoc: Fix doc aliases with crate filtering 2020-06-23 09:27:37 +01:00
rustdoc-js-std
rustdoc-ui Fix invalid lint 2020-07-16 18:26:58 -04:00
rustfix
ui Rollup merge of #74438 - RalfJung:uninit-lint, r=davidtwco 2020-07-17 14:09:29 -07:00
ui-fulldeps Avoid "whitelist" 2020-07-10 07:39:28 -04:00
COMPILER_TESTS.md