rust/src/test
Wesley Wiser d94f087848 Show the variant name for univariant enums
Previously, only the fields would be displayed with no indication of the
variant name. If you already knew the enum was univariant, this was ok
but if the enum was univariant because of layout, for example, a
`Result<T, !>` then it could be very confusing which variant was the
active one.
2021-07-02 20:16:37 -04:00
..
assembly Re-Annotate the tests with needs-llvm-components 2021-06-24 23:13:08 +03:00
auxiliary
codegen Auto merge of #85269 - dpaoliello:dpaoliello/DebugSymbols, r=michaelwoerister 2021-07-02 17:19:32 +00:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Show the variant name for univariant enums 2021-07-02 20:16:37 -04:00
incremental Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 2021-06-01 23:02:52 +00:00
mir-opt Auto merge of #85603 - ogoffart:fix-uninhabited-enum-branching-pass, r=wesleywiser 2021-06-25 15:35:47 +00:00
pretty Rollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum 2021-06-29 00:26:55 +09:00
run-make add track_path::path fn for proc-macro usage 2021-07-02 07:13:19 +02:00
run-make-fulldeps Use HTTPS links where possible 2021-06-23 16:26:46 -04:00
run-pass-valgrind
rustdoc Revert "Don't load all extern crates unconditionally" 2021-07-01 18:25:53 +02:00
rustdoc-gui Enable the tests developed with #86594 2021-07-01 10:13:28 +02:00
rustdoc-js fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-js-std fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Revert "Don't load all extern crates unconditionally" 2021-07-01 18:25:53 +02:00
rustfix
ui Rollup merge of #86813 - JohnTitor:unused-doc-comments-help, r=jackh726 2021-07-03 03:15:14 +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