rust/src/test
Mara Bos 2cddda3af1
Rollup merge of #84380 - Smittyvb:rdoc-title-order, r=jsha
Write Rustdoc titles like "x in crate::mod - Rust"

This makes Rustdoc titles for items be like "Widget in cratename::blah::foo - Rust". Titles for modules and other non-items are unchanged, and still read like "cratename::blah::foo - Rust". This makes managing several open Rustdoc tabs easier.

![A screenshot of several open Rustdoc tabs](https://user-images.githubusercontent.com/10530973/115457675-d608f180-a1f2-11eb-87a8-838a32b4e3f7.png)

This also adds some tests for the new title behavior.

Closes #84371.
2021-04-21 23:06:20 +02:00
..
assembly Allow using -C force-unwind-tables=no when panic=unwind 2021-04-11 22:32:40 +08:00
auxiliary
codegen Don't set fast(-math) for certain simd ops 2021-04-17 23:33:10 +03:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth 2021-04-18 23:28:43 +00:00
incremental Mark has_global_allocator query as eval_always 2021-04-16 16:28:54 -04:00
mir-opt Only generate dummy assign when instrumenting coverage 2021-04-18 12:09:14 -07:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
run-make-fulldeps Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry 2021-04-20 08:33:51 +00:00
run-pass-valgrind
rustdoc Just merge all of the <title> tests into one 2021-04-20 19:56:28 -04: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 rustdoc: Give a more accurate span for anchor failures 2021-04-17 16:03:03 -04:00
rustfix
ui Add test for issue #71176 2021-04-21 00:33:26 +01:00
ui-fulldeps Fix fulldeps tests. 2021-03-30 23:51:15 +02:00
COMPILER_TESTS.md