rust/src/test
Yuki Okushi a7f7d70860
Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514
rustdoc: Remove `*` intra-doc alias for `pointer`

It's not valid Rust code and it can easily be confused with a wildcard
glob pattern or something else. People can always use `pointer` instead,
so it's just removing an alias.

It hasn't hit stable yet (I think it's still on nightly), so it's okay
to remove it. (We can always add it back later if we change our mind
too.)

r? `@jyn514`
cc https://github.com/rust-lang/rust/pull/80885#discussion_r554622737
2021-01-11 14:34:54 +09:00
..
assembly Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
auxiliary
codegen Merge remote-tracking branch 'origin/master' into frewsxcv-san 2020-12-31 23:27:33 -05:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
debuginfo Improvements to NatVis support 2020-12-28 12:14:49 -08:00
incremental Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiser 2021-01-08 15:21:45 +00:00
mir-opt Make forget intrinsic safe 2020-12-29 00:00:00 +00:00
pretty Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
run-make Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mark-Simulacrum 2020-11-29 23:14:40 +00:00
run-make-fulldeps Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiser 2021-01-08 15:21:45 +00:00
run-pass-valgrind Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
rustdoc Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 2021-01-11 14:34:54 +09:00
rustdoc-js Add more rustdoc-js test cases 2020-12-03 14:11:37 -08:00
rustdoc-js-std
rustdoc-json Use true ID for def_id. 2020-12-05 22:38:57 +00:00
rustdoc-ui Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez 2021-01-08 12:34:20 +00:00
rustfix
ui Rollup merge of #80809 - camelid:rust-call-abi-msg, r=lcnr 2021-01-11 14:34:40 +09:00
ui-fulldeps Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
COMPILER_TESTS.md