rust/src/test
Yuki Okushi 98d58420c1
Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd
Don't mark "safe" intrinsics as unsafe

A good example of this is [intrinsics::abort](https://doc.rust-lang.org/nightly/core/intrinsics/fn.abort.html).

Before:

![Screenshot from 2021-06-15 14-58-42](https://user-images.githubusercontent.com/3050060/122056942-65ddad00-cdea-11eb-829e-5f5e258387de.png)

After:

![Screenshot from 2021-06-15 14-59-22](https://user-images.githubusercontent.com/3050060/122056956-6aa26100-cdea-11eb-94d8-e18b4956cfa4.png)

cc ``@jyn514``
r? ``@lqd``
2021-06-16 13:31:12 +09:00
..
assembly Auto merge of #79608 - alessandrod:bpf, r=nagisa 2021-06-06 01:02:32 +00:00
auxiliary
codegen Auto merge of #79608 - alessandrod:bpf, r=nagisa 2021-06-06 01:02:32 +00:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Respond to review feedback 2021-06-02 10:23:12 -04:00
incremental Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 2021-06-01 23:02:52 +00:00
mir-opt Pretty print generator witness only in -Zverbose mode 2021-06-12 18:28:17 +02:00
pretty Add test for pretty printing anonymous types 2021-05-24 00:05:46 -05:00
run-make gcc-lld mvp 2021-06-10 17:10:40 +10:00
run-make-fulldeps Avoid possible filename collision in coverage tests 2021-06-14 20:29:21 +02:00
run-pass-valgrind
rustdoc Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd 2021-06-16 13:31:12 +09:00
rustdoc-gui Add test to ensure font-weight is applied correctly 2021-06-13 21:50:11 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Auto merge of #84867 - pnkfelix:rustdoc-revert-deref-recur, r=jyn514 2021-06-15 00:13:53 +00:00
rustfix
ui Rollup merge of #86280 - JohnTitor:issue-76510, r=oli-obk 2021-06-16 13:31:09 +09:00
ui-fulldeps Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov 2021-06-10 20:32:43 +00:00
COMPILER_TESTS.md