rust/src/test/ui/issues
Mara Bos 4407049fcb
Rollup merge of #77697 - WaffleLapkin:iter_split_adaptors, r=m-ou-se
Split each iterator adapter and source into individual modules

This PR creates individual modules for each iterator adapter and iterator source.

This is done to enhance the readability of corresponding modules (`adapters/mod.rs` and `sources.rs`) which were hard to navigate and read because of lots of repeated lines (e.g.: `adapters/mod.rs` was 3k lines long). This is also in line with some adapters which already had their own modules (`Flatten`, `FlatMap`, `Chain`, `Zip`, `Fuse`).

This PR also makes `Take`s adapter fields private (I have no idea why they were `pub(super)` before).

r? ``@LukasKalbertodt``
2020-11-22 23:00:55 +01:00
..
auxiliary Give better diagnostic when using a private tuple struct constructor 2020-09-11 11:36:42 -07:00
issue-18804 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24687-embed-debuginfo Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-26873-multifile tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-37291 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-37311-type-length-limit Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
issue-38875 Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-40402-ref-hints pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-41652 Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
issue-45829 Alter wording for use foo::self help 2020-05-19 22:12:41 +02:00
issue-49851 compiletest: Support ignoring tests requiring missing LLVM components 2020-08-02 20:35:24 +03:00
issue-50264-inner-deref-trait pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-50865-private-impl-trait Revert "Normalize function type during validation" 2020-11-19 05:36:55 +01:00
issue-52140 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-52141 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-52705 tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-74236 pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
.gitattributes tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-333.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-811.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-868.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-948.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-979.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-1112.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-1251.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-1257.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-1362.rs
issue-1362.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
issue-1448-2.rs
issue-1448-2.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-1451.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-1460.rs Make closures and generators a must use types 2020-07-28 00:00:00 +00:00
issue-1460.stderr Make closures and generators a must use types 2020-07-28 00:00:00 +00:00
issue-1476.rs
issue-1476.stderr
issue-1660.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-1696.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-1697.rs Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
issue-1697.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
issue-1701.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-1821.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-1866.rs Rename the lint to clashing_extern_declarations. 2020-06-28 10:11:29 +10:00
issue-1866.stderr Rename the lint to clashing_extern_declarations. 2020-06-28 10:11:29 +10:00
issue-1871.rs
issue-1871.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
issue-1900.rs
issue-1900.stderr
issue-1920-1.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-1920-1.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-1920-2.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-1920-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-1920-3.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-1920-3.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-1962.fixed Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-1962.rs Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-1962.stderr Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-1974.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2063-resource.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2063.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2074.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2150.rs
issue-2150.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-2151.rs
issue-2151.stderr
issue-2170-exe.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2190-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2214.rs Fix broken test on MSVC 2020-09-10 00:19:06 -04:00
issue-2216.rs Cleaned up unused labels 2019-11-15 16:31:30 -08:00
issue-2281-part1.rs
issue-2281-part1.stderr
issue-2284.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2288.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2311-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2311.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2312.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2316-c.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2330.rs
issue-2330.stderr
issue-2380-b.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2383.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2414-c.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2428.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2444.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-2445-b.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2445.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2463.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2470-bounds-check-overflow.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-2472.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2487-a.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2502.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2526-a.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2550.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2590.rs Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
issue-2590.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-2611-3.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2631-b.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2633-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2633.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2642.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2708.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2718-a.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-2718-a.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-2718.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2723-b.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2734.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2735-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2735-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2735.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2748-a.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2748-b.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2761.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-2804-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2823.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
issue-2823.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-2848.rs
issue-2848.stderr
issue-2849.rs
issue-2849.stderr
issue-2895.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2904.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-2935.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2936.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2937.rs
issue-2937.stderr
issue-2951.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-2951.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-2989.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-2995.rs
issue-2995.stderr Tweak "non-primitive cast" error 2020-06-15 08:57:20 -07:00
issue-3008-1.rs
issue-3008-1.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-3008-2.rs
issue-3008-2.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-3008-3.rs
issue-3008-3.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-3012-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3021-b.rs
issue-3021-b.stderr
issue-3021-c.rs
issue-3021-c.stderr
issue-3021-d.rs
issue-3021-d.stderr
issue-3021.rs
issue-3021.stderr
issue-3026.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3029.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-3037.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3038.rs
issue-3038.stderr
issue-3044.rs On mismatched argument count point at arguments 2020-02-11 12:42:00 -08:00
issue-3044.stderr On mismatched argument count point at arguments 2020-02-11 12:42:00 -08:00
issue-3052.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3080.rs
issue-3080.stderr
issue-3091.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3099-a.rs
issue-3099-a.stderr
issue-3099-b.rs
issue-3099-b.stderr
issue-3099.rs
issue-3099.stderr
issue-3109.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3121.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3136-b.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3149.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-3154.rs
issue-3154.stderr
issue-3211.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3214.rs rustc: fix check_attr() for methods, closures and foreign functions 2020-04-16 17:23:57 +02:00
issue-3214.stderr rustc: fix check_attr() for methods, closures and foreign functions 2020-04-16 17:23:57 +02:00
issue-3220.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3290.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3344.rs
issue-3344.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-3389.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3424.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-3429.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3447.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3477.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-3477.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
issue-3500.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3521-2.rs
issue-3521-2.stderr
issue-3521.rs
issue-3521.stderr
issue-3556.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3559.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3563-2.rs Apply review suggestions 2019-11-06 00:00:00 +00:00
issue-3563-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3574.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3609.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-3656.rs Fix test of issue 3656 2019-08-01 17:01:33 +02:00
issue-3668-2.rs
issue-3668-2.stderr
issue-3668.rs
issue-3668.stderr
issue-3680.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-3680.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-3683.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3702-2.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-3702-2.stderr Rename AssocKind::Method to AssocKind::Fn 2020-04-14 07:12:07 +08:00
issue-3702.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3707.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-3707.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-3743.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3753.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3763.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-3763.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-3779.rs
issue-3779.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-3794.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3820.rs Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
issue-3820.stderr Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
issue-3847.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3874.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-3878.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3888-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-3895.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3904.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3935.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3973.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-3973.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-3979-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-3979-generics.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3979-xcrate.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3979.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-3991.rs Apply review suggestions 2019-11-06 00:00:00 +00:00
issue-3993.rs
issue-3993.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-4025.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-4107.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4201.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-4201.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-4208.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4228.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4252.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4265.rs
issue-4265.stderr
issue-4333.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4335.rs Simplify mem_categorization 2019-11-27 19:47:12 +00:00
issue-4335.stderr Simplify mem_categorization 2019-11-27 19:47:12 +00:00
issue-4366-2.rs
issue-4366-2.stderr Prefer accessible paths in 'use' suggestions 2020-06-21 18:49:39 +03:00
issue-4366.rs
issue-4366.stderr Prefer accessible paths in 'use' suggestions 2020-06-21 18:49:39 +03:00
issue-4387.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4401.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4446.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4448.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4464.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-4517.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-4517.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-4541.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4542.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4545.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4734.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4735.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4736.rs
issue-4736.stderr fix indentation 2019-06-19 19:47:52 +02:00
issue-4759-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4759.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4830.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-4865-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4865-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4865-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4875.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-4935.rs On mismatched argument count point at arguments 2020-02-11 12:42:00 -08:00
issue-4935.stderr ensure arguments are included in count mismatch span 2020-10-15 10:22:39 -04:00
issue-4968.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-4968.stderr When encountering an Item in a pat context, point at the item def 2020-03-06 15:29:26 -08:00
issue-4972.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-4972.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-5008-borrowed-traitobject-method-call.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5060.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5062.rs
issue-5062.stderr Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
issue-5067.rs Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
issue-5067.stderr
issue-5099.rs Suggest correct place to add self parameter when inside closure 2020-10-17 13:36:59 +02:00
issue-5099.stderr Suggest correct place to add self parameter when inside closure 2020-10-17 13:36:59 +02:00
issue-5100.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-5100.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-5153.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-5153.stderr Account for arbitrary self types in E0599 2020-02-28 11:37:59 -08:00
issue-5192.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5216.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-5216.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-5239-1.rs
issue-5239-1.stderr review comments: clean up code 2020-06-24 14:23:45 -07:00
issue-5239-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5243.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5280.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5315.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5321-immediates-with-bare-self.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5353.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-5358-1.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-5358-1.stderr MatchExpressionArmPattern: Use more generic wording. 2019-12-30 13:50:20 +01:00
issue-5439.rs
issue-5439.stderr
issue-5500-1.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-5518.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5521.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5530.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5550.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5554.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5572.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-5666.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5688.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5708.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5718.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5741.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5754.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-5791.rs Rename the lint to clashing_extern_declarations. 2020-06-28 10:11:29 +10:00
issue-5791.stderr Rename the lint to clashing_extern_declarations. 2020-06-28 10:11:29 +10:00
issue-5844.rs
issue-5844.stderr
issue-5883.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-5883.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
issue-5884.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-5900.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-5917.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5927.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-5927.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-5950.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-5988.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-5997-enum.rs
issue-5997-enum.stderr
issue-5997-struct.rs
issue-5997-struct.stderr
issue-5997.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6117.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6128.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6130.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6153.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6157.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6318.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6334.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6341.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-6344-let.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6344-match.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6449.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6458-1.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-6458-2.rs
issue-6458-2.stderr Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
issue-6458-3.rs
issue-6458-3.stderr Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
issue-6458-4.rs
issue-6458-4.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-6458.rs
issue-6458.stderr Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
issue-6470.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-6557.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-6596-1.rs parser: Do not call bump recursively 2020-02-17 22:12:39 +03:00
issue-6596-1.stderr parser: Do not call bump recursively 2020-02-17 22:12:39 +03:00
issue-6596-2.rs parser: Do not call bump recursively 2020-02-17 22:12:39 +03:00
issue-6596-2.stderr parser: Do not call bump recursively 2020-02-17 22:12:39 +03:00
issue-6642.rs
issue-6642.stderr
issue-6738.rs
issue-6738.stderr Handle binop on unbound type param 2020-05-04 09:52:40 -07:00
issue-6801.rs
issue-6801.stderr
issue-6804.rs Update tests 2020-01-09 21:23:12 +03:00
issue-6804.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-6892.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-6898.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-6919.rs Warn on no_start, crate_id attribute use 2019-09-14 19:43:39 -04:00
issue-6936.rs
issue-6936.stderr
issue-6991.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-7012.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7013.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-7013.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-7044.rs
issue-7044.stderr
issue-7061.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-7061.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-7092.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-7092.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-7178.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7222.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7246.rs
issue-7246.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-7268.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-7344.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7364.rs Bless tests 2020-09-29 19:20:33 -07:00
issue-7364.stderr Bless tests 2020-09-29 19:20:33 -07:00
issue-7519-match-unit-in-arg.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7563.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7575.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7607-1.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
issue-7607-1.stderr mv std libs to library/ 2020-07-27 19:51:13 -05:00
issue-7607-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-7660.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7663.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7673-cast-generically-implemented-trait.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-7784.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-7813.rs
issue-7813.stderr Account for cases where we can find the type arg name, but the local name is _ 2019-06-01 15:33:31 -07:00
issue-7867.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-7867.stderr When encountering an Item in a pat context, point at the item def 2020-03-06 15:29:26 -08:00
issue-7899.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7911.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-7950.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-7950.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-7970a.rs
issue-7970a.stderr
issue-7970b.rs
issue-7970b.stderr
issue-8044.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8153.rs
issue-8153.stderr
issue-8171-default-method-self-inherit-builtin-trait.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-8208.rs
issue-8208.stderr
issue-8248.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8249.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8259.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8351-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8351-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8391.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8398.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-8401.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8460-const.noopt.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
issue-8460-const.opt.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
issue-8460-const.opt_with_overflow_checks.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
issue-8460-const.rs avoid excessive number of revisions 2020-02-19 11:25:41 +01:00
issue-8460.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
issue-8498.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8506.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8521.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-8578.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-8640.rs
issue-8640.stderr
issue-8709.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8727.rs Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
issue-8727.stderr Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
issue-8761.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-8761.stderr refactor check_for_cast 2020-05-20 16:08:09 +02:00
issue-8767.rs
issue-8767.stderr
issue-8783.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8827.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8851.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8860.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-8898.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9047.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9110.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-9123.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9129.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-9155.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9188.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9243.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-9249.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-9259.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9382.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9394-inherited-trait-calls.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9396.rs Allow more ui tests for SGX 2020-06-12 13:41:46 -07:00
issue-9446.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9575.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-9575.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-9719.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-9725.rs
issue-9725.stderr
issue-9737.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9814.rs
issue-9814.stderr
issue-9837.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9906.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9918.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9942.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9951.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-9968.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10025.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10028.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10031.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10176.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-10176.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-10200.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-10200.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-10228.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10291.nll.stderr update tests 2019-10-27 09:39:14 -05:00
issue-10291.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-10291.stderr Make anonymous binders start at 0 2020-10-29 18:50:23 -04:00
issue-10392.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10396.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-10398.rs
issue-10398.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-10401.rs
issue-10401.stderr
issue-10412.rs
issue-10412.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-10436.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10456.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-10465.rs
issue-10465.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-10536.rs syntax: Introduce a struct MacArgs for macro arguments 2019-12-02 21:56:34 +03:00
issue-10536.stderr syntax: Introduce a struct MacArgs for macro arguments 2019-12-02 21:56:34 +03:00
issue-10545.rs
issue-10545.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-10626.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10638.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10656.rs the crate and tests 2020-03-22 14:37:51 -05:00
issue-10656.stderr the crate and tests 2020-03-22 14:37:51 -05:00
issue-10682.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10683.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10718.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10734.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10763.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-10764-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
issue-10764.rs
issue-10764.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-10767.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10802.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10806.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-10853.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-10877.rs
issue-10877.stderr
issue-10902.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-10969.rs
issue-10969.stderr
issue-10991.rs
issue-10991.stderr Tweak "non-primitive cast" error 2020-06-15 08:57:20 -07:00
issue-11004.rs
issue-11004.stderr
issue-11047.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11085.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11154.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
issue-11154.stderr
issue-11192.rs
issue-11192.stderr rustc: collect upvars from HIR, instead of during name resolution. 2019-06-01 20:44:05 +03:00
issue-11205.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11224.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11225-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11225-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11225-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11267.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11319.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-11319.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-11374.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-11374.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-11382.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11384.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-11493.rs
issue-11493.stderr
issue-11508.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11515.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-11515.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-11529.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11552.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11577.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11592.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-11593.rs
issue-11593.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-11612.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-11677.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11680.rs
issue-11680.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-11681.rs
issue-11681.stderr
issue-11692-1.rs resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-11692-1.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-11692-2.rs resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-11692-2.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-11709.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11740.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-11771.rs
issue-11771.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-11820.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11844.rs
issue-11844.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-11869.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-11873.rs
issue-11873.stderr
issue-11940.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-11958.rs liveness: Warn about unused captured variables 2020-05-29 17:46:38 +02:00
issue-11958.stderr liveness: Warn about unused captured variables 2020-05-29 17:46:38 +02:00
issue-12028.rs Remove blanket silencing of "type annotation needed" errors 2019-09-24 11:31:14 -07:00
issue-12028.stderr Fix E0284 to not use incorrect wording 2020-05-07 10:19:37 -07:00
issue-12033.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12041.rs
issue-12041.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-12127.rs
issue-12127.stderr pretty.rs: Update Closure and Generator print 2020-09-28 01:27:19 -04:00
issue-12133-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12133-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12133-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12187-1.rs Add more detail to type inference error 2019-05-31 18:33:59 -07:00
issue-12187-1.stderr Account for cases where we can find the type arg name, but the local name is _ 2019-06-01 15:33:31 -07:00
issue-12187-2.rs Add more detail to type inference error 2019-05-31 18:33:59 -07:00
issue-12187-2.stderr Account for cases where we can find the type arg name, but the local name is _ 2019-06-01 15:33:31 -07:00
issue-12285.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12470.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-12470.stderr
issue-12511.rs
issue-12511.stderr
issue-12552.rs
issue-12552.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-12567.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-12567.stderr Update existing tests for or-patterns 2020-02-01 22:10:58 +00:00
issue-12582.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12612.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12660.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12677.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12699.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12729.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-12744.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12796.rs
issue-12796.stderr
issue-12860.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12863.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-12863.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-12909.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-12920.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-12997-1.rs Remove derives Encodable/Decodable and unstabilize attribute #[bench] 2019-07-31 21:27:59 +03:00
issue-12997-1.stderr Remove derives Encodable/Decodable and unstabilize attribute #[bench] 2019-07-31 21:27:59 +03:00
issue-12997-2.rs Remove derives Encodable/Decodable and unstabilize attribute #[bench] 2019-07-31 21:27:59 +03:00
issue-12997-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-13027.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13033.rs Tweak output for mismatched impl item 2020-05-27 16:28:20 -07:00
issue-13033.stderr Tweak output for mismatched impl item 2020-05-27 16:28:20 -07:00
issue-13058.nll.stderr
issue-13058.rs
issue-13058.stderr
issue-13105.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-13167.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-13202.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-13204.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13214.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-13259-windows-tcb-trash.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13264.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13304.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13323.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13359.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-13359.stderr Say "doesn't" instead of "wouldn't" in convert message 2020-09-29 19:27:58 -07:00
issue-13404.rs
issue-13404.stderr
issue-13405.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-13407.rs Improve invalid assignment error 2019-12-23 11:16:51 +00:00
issue-13407.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-13434.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13446.rs
issue-13446.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-13466.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-13466.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-13482-2.rs
issue-13482-2.stderr
issue-13482.rs
issue-13482.stderr
issue-13483.rs more recovery in if-parsing 2019-12-23 13:42:25 +01:00
issue-13483.stderr more recovery in if-parsing 2019-12-23 13:42:25 +01:00
issue-13497-2.rs
issue-13497-2.stderr
issue-13497.rs
issue-13497.stderr Tweak wording 2020-04-22 12:12:33 -07:00
issue-13507-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13620.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13641.rs
issue-13641.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-13655.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13665.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13703.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-13763.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13775.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-13808.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13837.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-13847.rs
issue-13847.stderr
issue-13853-2.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-13853-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-13853-5.rs
issue-13853-5.stderr
issue-13853.rs
issue-13853.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-13867.rs Lint only on single element overlap 2019-10-16 12:22:23 -07:00
issue-13872.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-13902.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14082.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-14091-2.rs
issue-14091-2.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-14091.rs
issue-14091.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-14092.rs Support custom allocators in Box 2020-10-07 03:07:02 +02:00
issue-14092.stderr Support custom allocators in Box 2020-10-07 03:07:02 +02:00
issue-14221.rs
issue-14221.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-14227.rs safe_extern_static -> error 2019-11-06 11:10:36 +01:00
issue-14227.stderr safe_extern_static -> error 2019-11-06 11:10:36 +01:00
issue-14229.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14254.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-14285.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-14285.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-14308.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14309.rs Refactor "not FFI-safe" diagnostic 2019-09-10 22:29:31 +01:00
issue-14309.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-14330.rs Apply review suggestions 2019-11-06 00:00:00 +00:00
issue-14344.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14366.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-14366.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-14382.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14393.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14399.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14421.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14422.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14456.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14541.rs Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
issue-14541.stderr Pass the span of <init> in let <pat> = <init>; 2019-12-30 13:50:20 +01:00
issue-14589.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14721.rs
issue-14721.stderr
issue-14772.rs
issue-14772.stderr
issue-14821.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14837.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-14845.rs
issue-14845.stderr
issue-14853.rs
issue-14853.stderr
issue-14865.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14875.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
issue-14901.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-14915.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-14915.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-14919.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14933.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-14936.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-14940.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14958.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-14959.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-15034.nll.stderr
issue-15034.rs
issue-15034.stderr
issue-15043.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15063.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15080.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-15094.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-15094.stderr Highlight parts of fn in type errors 2019-11-23 16:50:28 -08:00
issue-15104.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-15129-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
issue-15155.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15167.rs
issue-15167.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-15189.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15207.rs
issue-15207.stderr Give method not found a primary span label 2019-09-08 18:27:02 -07:00
issue-15221.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15260.rs
issue-15260.stderr
issue-15261.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-15381.rs Update existing tests for or-patterns 2020-02-01 22:10:58 +00:00
issue-15381.stderr non-exhastive diagnostic: add note re. scrutinee type 2020-03-27 06:49:07 +01:00
issue-15444.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15487.rs Ignore SGX on a few ui tests 2020-05-05 19:19:39 -07:00
issue-15523-big.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15523.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15524.rs
issue-15524.stderr
issue-15562.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15571.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15673.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15689-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15689-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-15730.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15734.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15735.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-15756.rs
issue-15756.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-15763.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15774.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15783.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-15783.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-15793.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15858.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15881-model-lexer-dotdotdot.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-15896.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-15896.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-15919-32.rs add build-fail to 32-bit tests 2019-12-21 22:33:36 +01:00
issue-15919-32.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
issue-15919-64.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
issue-15919-64.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
issue-15965.rs
issue-15965.stderr
issue-16048.rs Tweak "non-primitive cast" error 2020-06-15 08:57:20 -07:00
issue-16048.stderr Tweak "non-primitive cast" error 2020-06-15 08:57:20 -07:00
issue-16098.rs rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr. 2020-01-26 17:18:55 +02:00
issue-16098.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-16149.rs
issue-16149.stderr
issue-16151.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16250.rs Refactor "not FFI-safe" diagnostic 2019-09-10 22:29:31 +01:00
issue-16250.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-16256.rs Make closures and generators a must use types 2020-07-28 00:00:00 +00:00
issue-16256.stderr Make closures and generators a must use types 2020-07-28 00:00:00 +00:00
issue-16272.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16278.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16338.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-16338.stderr refactor and fix this-expression-has-type note 2019-12-30 14:05:17 +01:00
issue-16401.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-16401.stderr MatchExpressionArmPattern: Use more generic wording. 2019-12-30 13:50:20 +01:00
issue-16441.rs lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
issue-16452.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16492.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16530.rs SipHasher::new() is literally with SipHasher with both keys being 0 2020-05-01 23:26:52 -04:00
issue-16538.rs safe_extern_static -> error 2019-11-06 11:10:36 +01:00
issue-16538.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-16560.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16562.rs
issue-16562.stderr
issue-16596.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-16597-empty.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16597.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16602-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16602-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16602-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16643.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16648.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16668.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-16671.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16683.nll.stderr update tests 2020-03-12 15:47:36 -05:00
issue-16683.rs
issue-16683.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
issue-16725.rs
issue-16725.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-16739.rs Remove meaningless comments in src/test 2019-08-16 10:54:20 +01:00
issue-16745.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16774.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16783.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16819.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-16922-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
issue-16922.nll.stderr Update nll tests 2020-05-30 10:22:26 -07:00
issue-16922.rs Further tweak wording of E0759 and introduce E0767 2020-07-22 12:25:54 -07:00
issue-16922.stderr Further tweak wording of E0759 and introduce E0767 2020-07-22 12:25:54 -07:00
issue-16939.rs
issue-16939.stderr On mismatched argument count point at arguments 2020-02-11 12:42:00 -08:00
issue-16966.rs
issue-16966.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-16994.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-17001.rs
issue-17001.stderr Update ui tests 2019-10-13 22:10:03 +02:00
issue-17033.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-17033.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-17068.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17074.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17121.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-17170.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17216.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17233.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17252.rs
issue-17252.stderr Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
issue-17263.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-17302.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17322.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17336.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-17337.rs report kind of deprecated item in message 2020-07-26 13:58:31 -04:00
issue-17337.stderr report kind of deprecated item in message 2020-07-26 13:58:31 -04:00
issue-17351.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17361.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17373.rs
issue-17373.stderr
issue-17385.rs
issue-17385.stderr
issue-17405.rs
issue-17405.stderr Update ui tests 2019-10-13 22:10:03 +02:00
issue-17431-1.rs
issue-17431-1.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-17431-2.rs
issue-17431-2.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-17431-3.rs
issue-17431-3.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-17431-4.rs
issue-17431-4.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-17431-5.rs
issue-17431-5.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-17431-6.rs
issue-17431-6.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-17431-7.rs
issue-17431-7.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-17441.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17441.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17444.rs
issue-17444.stderr
issue-17450.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-17458.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
issue-17458.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-17503.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17545.rs
issue-17545.stderr
issue-17546.rs Ignore SGX on a few ui tests 2020-05-05 19:19:39 -07:00
issue-17546.stderr mv std libs to library/ 2020-07-27 19:51:13 -05:00
issue-17551.rs
issue-17551.stderr Indicate origin of where type parameter for uninferred types 2019-12-14 11:10:21 +01:00
issue-17651.rs When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
issue-17651.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
issue-17662.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17718-borrow-interior.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17718-const-bad-values.rs update diagnostics for &mut in constants 2020-06-19 11:48:46 -05:00
issue-17718-const-bad-values.stderr add new error code 2020-06-19 14:16:38 -05:00
issue-17718-const-borrow.rs
issue-17718-const-borrow.stderr
issue-17718-const-destructors.rs Apply review suggestions 2019-11-06 00:00:00 +00:00
issue-17718-const-naming.rs Remove redundant descr/descriptive_variant methods from HIR. 2020-04-24 13:44:08 -05:00
issue-17718-const-naming.stderr Remove redundant descr/descriptive_variant methods from HIR. 2020-04-24 13:44:08 -05:00
issue-17718-const-privacy.rs
issue-17718-const-privacy.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-17718-constants-not-static.rs
issue-17718-constants-not-static.stderr
issue-17718-parse-const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17718-patterns.rs
issue-17718-patterns.stderr
issue-17718-references.rs
issue-17718-references.stderr Clarify suggestion for E0013 2020-01-10 13:31:36 +00:00
issue-17718-static-move.rs
issue-17718-static-move.stderr Update tests for changes to cannot move errors 2019-06-03 14:55:29 +01:00
issue-17718-static-sync.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
issue-17718-static-sync.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17718-static-unsafe-interior.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17718.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17728.nll.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17728.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-17728.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17732.rs fire "non_camel_case_types" for associated types 2020-01-06 09:51:23 -05:00
issue-17734.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17740.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
issue-17740.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
issue-17746.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-17756.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17758.nll.stderr update tests 2020-03-12 15:47:36 -05:00
issue-17758.rs
issue-17758.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
issue-17771.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17800.rs Tweak conditions for E0026 and E0769 2020-08-09 17:12:57 -07:00
issue-17800.stderr Tweak conditions for E0026 and E0769 2020-08-09 17:12:57 -07:00
issue-17816.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17877.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-17897.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-17904-2.rs
issue-17904-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17904.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-17905-2.rs Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
issue-17905-2.stderr Use smaller def span for functions 2020-08-22 18:41:49 -04:00
issue-17905.rs
issue-17913.rs rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
issue-17913.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
issue-17933.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-17933.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-17954.rs
issue-17954.stderr
issue-17959.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17959.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-17994.rs
issue-17994.stderr
issue-17999.rs
issue-17999.stderr Reword unused variable warning 2020-03-23 12:14:45 +03:00
issue-18058.rs
issue-18058.stderr
issue-18060.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18083.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-18088.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-18107.rs Suggest -> impl Trait and -> Box<dyn Trait> on fn that doesn't return 2020-04-20 09:24:41 -07:00
issue-18107.stderr Ensure tail expression will have a Ty for E0746 2020-04-20 11:17:03 -07:00
issue-18110.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18118-2.rs Clarify suggestion for E0013 2020-01-10 13:31:36 +00:00
issue-18118-2.stderr Clarify suggestion for E0013 2020-01-10 13:31:36 +00:00
issue-18118.rs
issue-18118.stderr
issue-18119.rs
issue-18119.stderr update ui tests 2019-10-16 13:56:14 +02:00
issue-18159.rs
issue-18159.stderr Suggest giving return type to closures on E0282 2019-08-13 16:41:43 -07:00
issue-18173.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18183.rs
issue-18183.stderr
issue-18188.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-18232.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18294.rs
issue-18294.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-18352.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18353.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18389.rs
issue-18389.stderr Calculate visibilities once in resolve 2020-10-19 11:57:50 +03:00
issue-18400.rs
issue-18400.stderr Remove redundant notes in E0275 2020-11-18 09:05:48 -08:00
issue-18412.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18423.rs
issue-18423.stderr
issue-18425.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18446-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-18446.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-18446.stderr Rename AssocKind::Method to AssocKind::Fn 2020-04-14 07:12:07 +08:00
issue-18464.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18501.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18514.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18532.rs
issue-18532.stderr
issue-18539.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18566.rs
issue-18566.stderr
issue-18576.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-18611.rs
issue-18611.stderr
issue-18652.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18655.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18661.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18685.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18711.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18738.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-18767.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18783.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-18783.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-18809.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-18819.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-18819.stderr ensure arguments are included in count mismatch span 2020-10-15 10:22:39 -04:00
issue-18845.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18859.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18906.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-18913.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18919.rs Use PredicateObligations instead of Predicates 2020-04-08 14:40:45 -07:00
issue-18919.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-18937-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18937.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-18937.stderr
issue-18952.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-18959.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-18959.stderr review comments 2020-10-20 09:26:15 -07:00
issue-18988.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19001.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19037.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19081.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19086.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-19086.stderr Suggest struct pat on incorrect unit or tuple pat 2020-07-14 10:41:44 -07:00
issue-19097.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19098.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19100.fixed
issue-19100.rs
issue-19100.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-19102.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19127.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19129-1.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19129-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19135.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19163.rs
issue-19163.stderr
issue-19244-1.rs
issue-19244-1.stderr
issue-19244-2.rs
issue-19244-2.stderr
issue-19244.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19293.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19340-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19340-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19358.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19367.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19380.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-19380.stderr review comments 2020-10-20 09:26:15 -07:00
issue-19398.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19404.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19479.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19482.rs Tweak errors for missing associated types and type parameters 2019-12-24 22:02:43 -08:00
issue-19482.stderr Tweak errors for missing associated types and type parameters 2019-12-24 22:02:43 -08:00
issue-19498.rs
issue-19498.stderr
issue-19499.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19521.rs
issue-19521.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-19538.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-19538.stderr review comments 2020-10-20 09:26:15 -07:00
issue-19601.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-19631.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19632.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19660.rs
issue-19660.stderr
issue-19692.rs
issue-19692.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-19707.rs
issue-19707.stderr review comments: wording 2020-02-05 10:32:01 -08:00
issue-19734.rs resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-19734.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-19811-escape-unicode.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-19850.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19883.rs
issue-19883.stderr Update ui tests 2019-10-23 14:13:37 +02:00
issue-19922.rs
issue-19922.stderr
issue-19982.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-19991.rs Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-19991.stderr Add backticks to various diagnostics 2020-01-05 00:17:46 +00:00
issue-20005.rs Use more accurate failed predicate spans 2020-02-02 11:53:09 -08:00
issue-20005.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-20009.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20055-box-trait.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20055-box-unsized-array.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20091.rs Use run-pass for ui tests where appropriate 2019-11-04 13:57:42 +01:00
issue-20162.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-20162.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-20174.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20186.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20225.rs Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
issue-20225.stderr Fix rebase 2020-05-27 19:24:09 -07:00
issue-20261.rs
issue-20261.stderr review comment: tweak wording 2019-06-01 14:47:15 -07:00
issue-20313-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
issue-20313.rs
issue-20313.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-20343.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20389.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20396.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20413.rs Account for indirect cyclic requirements 2020-11-18 09:06:18 -08:00
issue-20413.stderr Account for indirect cyclic requirements 2020-11-18 09:06:18 -08:00
issue-20414.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20427.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20433.rs
issue-20433.stderr Add support for custom allocators in Vec 2020-11-18 19:34:19 +01:00
issue-20454.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20544.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20575.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20605.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-20605.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-20616-1.rs
issue-20616-1.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-20616-2.rs
issue-20616-2.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-20616-3.rs
issue-20616-3.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-20616-4.rs
issue-20616-4.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-20616-5.rs
issue-20616-5.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-20616-6.rs
issue-20616-6.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-20616-7.rs
issue-20616-7.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-20616-8.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-20616-8.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-20616-9.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-20616-9.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-20616.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20644.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20676.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20692.rs Tweak Self: Sized restriction diagnostic output 2020-02-02 11:52:34 -08:00
issue-20692.stderr review comments 2020-10-20 09:26:15 -07:00
issue-20714.rs
issue-20714.stderr
issue-20763-1.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20763-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20772.rs Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
issue-20772.stderr Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
issue-20797.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20801.rs Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
issue-20801.stderr Remove asterisk suggestion for move errors in borrowck 2019-06-04 13:31:40 -04:00
issue-20803.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20823.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20825-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-20825.rs
issue-20825.stderr
issue-20831-debruijn.rs Separate bounds and predicates for associated/opaque types 2020-10-06 11:19:29 +01:00
issue-20831-debruijn.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-20847.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20939.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-20939.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-20953.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-20971.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-21033.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21058.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21140.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21146.rs
issue-21146.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-21160.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-21160.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-21174-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21174.rs
issue-21174.stderr Update tests for erasing regions in typeck 2020-03-17 09:07:56 +00:00
issue-21177.rs Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
issue-21177.stderr Add descriptions for all queries 2020-05-31 20:15:32 +01:00
issue-21202.rs update tests 2020-03-12 15:47:36 -05:00
issue-21202.stderr Use more targetted span for error label 2020-03-22 16:09:42 -07:00
issue-21245.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21291.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21306.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21332.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-21332.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-21356.rs
issue-21356.stderr
issue-21361.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21363.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21384.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21400.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21402.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21449.rs
issue-21449.stderr Update ui tests 2019-10-13 22:10:03 +02:00
issue-21475.rs Only emit overlapping patterns lint if the overlap is partial 2019-10-16 11:57:35 -07:00
issue-21486.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21520.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21546.rs
issue-21546.stderr
issue-21554.rs
issue-21554.stderr
issue-21562.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21596.rs Suggest using as_ref on *const T 2019-06-01 19:49:20 -07:00
issue-21596.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-21600.rs
issue-21600.stderr Tweak borrow error on FnMut when Fn is expected 2020-02-03 18:02:44 -08:00
issue-21622.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21634.rs Use run-pass for ui tests where appropriate 2019-11-04 13:57:42 +01:00
issue-21655.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21701.rs
issue-21701.stderr
issue-21721.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21726.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21763.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-21763.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-21837.rs
issue-21837.stderr Use the proper span when WF-checking an impl self type 2020-07-25 02:11:55 -04:00
issue-21891.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-21909.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21922.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-21946.rs Separate bounds and predicates for associated/opaque types 2020-10-06 11:19:29 +01:00
issue-21946.stderr Don't immediately error for recursive projections 2020-10-06 11:19:32 +01:00
issue-21950.rs Avoid output dependency on std spans 2019-12-24 22:18:05 -08:00
issue-21950.stderr Avoid output dependency on std spans 2019-12-24 22:18:05 -08:00
issue-21974.rs Use more accurate failed predicate spans 2020-02-02 11:53:09 -08:00
issue-21974.stderr Use PredicateObligations instead of Predicates 2020-04-08 14:40:45 -07:00
issue-22008.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22034.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-22034.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-22036.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22037.rs
issue-22037.stderr Update ui tests 2019-10-23 14:13:37 +02:00
issue-22066.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-22258.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22289.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-22289.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-22312.rs Tweak "non-primitive cast" error 2020-06-15 08:57:20 -07:00
issue-22312.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-22346.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22356.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-22370.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-22370.stderr Tweak errors for missing associated types and type parameters 2019-12-24 22:02:43 -08:00
issue-22375.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-22384.rs
issue-22384.stderr Update ui tests 2019-10-23 14:13:37 +02:00
issue-22403.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22426.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22434.rs Tweak errors for missing associated types and type parameters 2019-12-24 22:02:43 -08:00
issue-22434.stderr Tweak errors for missing associated types and type parameters 2019-12-24 22:02:43 -08:00
issue-22463.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22468.rs
issue-22468.stderr
issue-22471.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-22536-copy-mustnt-zero.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22546.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22560.rs Avoid output dependency on std spans 2019-12-24 22:18:05 -08:00
issue-22560.stderr Tweak output of E0225 2020-08-14 12:08:49 -07:00
issue-22577.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22599.rs
issue-22599.stderr Reword unused variable warning 2020-03-23 12:14:45 +03:00
issue-22603.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-22629.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22638.rs Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
issue-22638.stderr Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
issue-22644.rs
issue-22644.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-22673.rs
issue-22673.stderr
issue-22684.rs
issue-22684.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
issue-22706.rs
issue-22706.stderr
issue-22777.rs Make it build again 2020-02-29 20:47:10 +03:00
issue-22781.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-22789.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-22814.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-22828.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22864-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22864-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22872.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-22872.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-22874.rs
issue-22874.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-22886.rs
issue-22886.stderr
issue-22894.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-22933-1.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-22933-2.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-22933-2.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-22992-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-22992.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23024.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-23024.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-23036.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23041.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-23041.stderr
issue-23046.rs revert workaround #73027 2020-10-19 21:11:40 +01:00
issue-23046.stderr revert workaround #73027 2020-10-19 21:11:40 +01:00
issue-23073.rs
issue-23073.stderr
issue-23122-1.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-23122-1.stderr Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-23122-2.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-23122-2.stderr Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-23173.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-23173.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-23189.rs
issue-23189.stderr Update ui tests 2019-10-13 22:10:03 +02:00
issue-23208.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23217.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-23217.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-23253.rs
issue-23253.stderr
issue-23261.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23281.rs Use PredicateObligations instead of Predicates 2020-04-08 14:40:45 -07:00
issue-23281.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-23302-1.rs
issue-23302-1.stderr Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
issue-23302-2.rs
issue-23302-2.stderr Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
issue-23302-3.rs Remove subtle Default impl for Value 2019-05-23 18:51:47 +02:00
issue-23302-3.stderr Address review comments 2020-09-19 10:36:36 +02:00
issue-23304-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23304-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23311.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-23336.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23338-ensure-param-drop-order.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23338-params-outlive-temps-of-body.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23354-2.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-23354.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-23406.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-23433.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23442.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-23458.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-23458.stderr Improve inline asm error diagnostics 2020-05-29 17:05:35 +01:00
issue-23477.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-23485.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23491.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23543.rs
issue-23543.stderr
issue-23544.rs
issue-23544.stderr
issue-23550.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-23589.rs
issue-23589.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-23595-2.rs
issue-23595-2.stderr Fix suggestion span for typo in associated type name 2019-12-24 22:25:45 -08:00
issue-23611-enum-swap-in-drop.rs allow(unused_must_use) in issue-23611-enum-swap-in-drop.rs 2020-04-19 18:15:06 -07:00
issue-23649-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23649-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23649-3.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-23699.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23716.rs
issue-23716.stderr
issue-23781.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23808.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23825.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23833.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23891.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23898.rs update tests 2020-03-31 19:01:49 +02:00
issue-23958.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23966.rs
issue-23966.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-23968-const-not-overflow.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-23992.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24010.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24013.rs
issue-24013.stderr
issue-24036.rs Test for coercion between (FnDef | Closure) and (FnDef | Closure) 2020-05-09 11:02:31 +08:00
issue-24036.stderr Test for coercion between (FnDef | Closure) and (FnDef | Closure) 2020-05-09 11:02:31 +08:00
issue-24081.rs
issue-24081.stderr
issue-24085.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-24086.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24161.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-24204.rs Normalize projection bounds when considering candidates 2020-10-06 11:19:31 +01:00
issue-24227.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-24267-flow-exit.rs Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
issue-24267-flow-exit.stderr Fixed grammar/style in error messages and reblessed tests. 2019-09-06 03:46:08 +01:00
issue-24308.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24313.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24322.rs
issue-24322.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
issue-24338.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-24352.rs
issue-24352.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-24353.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24357.rs
issue-24357.stderr
issue-24363.rs Update tests 2019-12-12 20:56:14 +01:00
issue-24363.stderr Do not emit note suggesting to implement trait to foreign type 2020-02-17 15:21:36 +01:00
issue-24365.rs
issue-24365.stderr
issue-24389.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-24424.rs Deduplicate logic 2019-12-10 12:02:18 -08:00
issue-24424.stderr Use PredicateObligations instead of Predicates 2020-04-08 14:40:45 -07:00
issue-24434.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-24446.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-24446.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-24533.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24535-allow-mutable-borrow-in-match-guard.rs Update tests wrt. bind_by_by_move_pattern_guards stabilization. 2019-09-08 01:39:24 +02:00
issue-24589.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24682.rs
issue-24682.stderr
issue-24779.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24805-dropck-itemless.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24819.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-24819.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-24883.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-24945-repeat-dash-opts.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-24947.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-24954.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25076.rs
issue-25076.stderr Small tweaks to required bound span 2020-04-08 14:40:51 -07:00
issue-25089.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25145.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25180.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-25185.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25279.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25339.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25343.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25368.rs
issue-25368.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-25385.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-25385.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-25386.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-25386.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-25394.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-25396.rs
issue-25396.stderr
issue-25439.rs
issue-25439.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-25467.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25497.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25515.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25549-multiple-drop.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25579.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-25679.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25693.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25700-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25700-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25700.rs
issue-25700.stderr
issue-25746-bool-transmute.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25757.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25793.rs
issue-25793.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-25810.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-25826.rs Refer just to the issue in the raw ptr cmp diagnostic instead of explaining everything in the diagnostic 2020-06-20 14:09:07 +02:00
issue-25826.stderr Refer just to the issue in the raw ptr cmp diagnostic instead of explaining everything in the diagnostic 2020-06-20 14:09:07 +02:00
issue-25901.rs
issue-25901.stderr
issue-25916.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26056.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-26056.stderr review comments 2020-10-20 09:26:15 -07:00
issue-26093.rs Improve invalid assignment error 2019-12-23 11:16:51 +00:00
issue-26093.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-26094.rs On mismatched argument count point at arguments 2020-02-11 12:42:00 -08:00
issue-26094.stderr ensure arguments are included in count mismatch span 2020-10-15 10:22:39 -04:00
issue-26095.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-26127.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26205.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-26217.nll.stderr update tests 2019-10-27 09:39:14 -05:00
issue-26217.rs
issue-26217.stderr Handle trait/projection predicates with bound regions correctly 2020-07-27 21:06:35 +02:00
issue-26237.rs
issue-26237.stderr
issue-26251.rs Only emit overlapping patterns lint if the overlap is partial 2019-10-16 11:57:35 -07:00
issue-26262.rs
issue-26262.stderr
issue-26322.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26448-1.rs
issue-26448-2.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-26448-3.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-26459.rs Fix ICE with save-analysis 2020-02-02 09:23:47 +09:00
issue-26459.stderr Fix ICE with save-analysis 2020-02-02 09:23:47 +09:00
issue-26468.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26472.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-26472.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-26484.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-26545.rs Prefer accessible paths in 'use' suggestions 2020-06-21 18:49:39 +03:00
issue-26545.stderr Prefer accessible paths in 'use' suggestions 2020-06-21 18:49:39 +03:00
issue-26614.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-26619.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-26619.stderr slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-26638.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-26638.stderr Tweak wording 2020-04-22 12:12:33 -07:00
issue-26641.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26646.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-26655.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26709.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26802.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26805.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26812.rs
issue-26812.stderr
issue-26873-multifile.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26873-onefile.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26886.rs
issue-26886.stderr
issue-26905-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
issue-26905.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-26905.stderr
issue-26930.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-26948.rs
issue-26948.stderr
issue-26996.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-26997.rs lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
issue-27008.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-27008.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-27021.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27033.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
issue-27033.stderr mv std libs to library/ 2020-07-27 19:51:13 -05:00
issue-27042.rs Make WhileTrue into an EarlyLintPass lint. 2019-07-06 06:43:58 +02:00
issue-27042.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-27054-primitive-binary-ops.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27060-2.rs
issue-27060-2.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-27060-rpass.rs remove some unused types from the tests 2020-05-25 10:56:48 +02:00
issue-27060.rs remove some unused types from the tests 2020-05-25 10:56:48 +02:00
issue-27060.stderr remove some unused types from the tests 2020-05-25 10:56:48 +02:00
issue-27078.rs
issue-27078.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
issue-27105.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-27240.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27268.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27281.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-27282-move-match-input-into-guard.rs remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-move-match-input-into-guard.stderr remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-move-ref-mut-into-guard.rs remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-move-ref-mut-into-guard.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-27282-mutate-before-diverging-arm-1.rs remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-mutate-before-diverging-arm-1.stderr remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-mutate-before-diverging-arm-2.rs remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-mutate-before-diverging-arm-2.stderr remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-mutate-before-diverging-arm-3.rs remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-27282-mutate-before-diverging-arm-3.stderr
issue-27282-reborrow-ref-mut-in-guard.rs Update tests wrt. bind_by_by_move_pattern_guards stabilization. 2019-09-08 01:39:24 +02:00
issue-27282-reborrow-ref-mut-in-guard.stderr Update tests wrt. bind_by_by_move_pattern_guards stabilization. 2019-09-08 01:39:24 +02:00
issue-27320.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27340.rs
issue-27340.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-27401-dropflag-reinit.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27433.rs
issue-27433.stderr
issue-27583.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-27592.rs Fix format macro expansions spans to be macro-generated 2019-09-25 17:45:15 -07:00
issue-27592.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-27639.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27697.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-27815.rs
issue-27815.stderr Update ui tests 2019-10-13 22:10:03 +02:00
issue-27842.rs
issue-27842.stderr
issue-27859.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27889.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-27890.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27895.rs
issue-27895.stderr
issue-27901.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27942.rs
issue-27942.stderr Point at arguments or output when fn obligations come from them, or ident when they don't 2020-02-02 11:52:33 -08:00
issue-27949.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-27997.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28075.rs
issue-28075.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
issue-28098.rs When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
issue-28098.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-28105.rs more --blessing + test error annotations fixes 2019-08-21 15:13:13 +03:00
issue-28105.stderr improve diagnostics: break/continue wrong context 2019-08-21 13:17:59 +03:00
issue-28109.rs
issue-28109.stderr
issue-28113.rs
issue-28113.stderr
issue-28134.rs rustc_expand: Mark inner #![test] attributes as soft-unstable 2020-11-20 19:35:03 +03:00
issue-28134.stderr rustc_expand: Mark inner #![test] attributes as soft-unstable 2020-11-20 19:35:03 +03:00
issue-28181.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28279.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-28324.rs safe_extern_static -> error 2019-11-06 11:10:36 +01:00
issue-28324.stderr safe_extern_static -> error 2019-11-06 11:10:36 +01:00
issue-28344.rs
issue-28344.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-28388-1.rs
issue-28388-1.stderr
issue-28388-2.rs
issue-28388-2.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-28388-3.rs
issue-28388-3.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
issue-28433.rs fix tidy 2019-05-31 13:50:04 -07:00
issue-28433.stderr syntactically allow visibility on trait item & enum variant 2019-11-11 06:33:09 +01:00
issue-28472.rs
issue-28472.stderr
issue-28498-must-work-ex1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28498-must-work-ex2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28498-ugeh-ex1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28498-ugeh-with-lifetime-param.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28498-ugeh-with-passed-to-fn.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28498-ugeh-with-trait-bound.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28550.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28561.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-28568.rs
issue-28568.stderr specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
issue-28576.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-28576.stderr review comments 2020-10-20 09:26:15 -07:00
issue-28586.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-28586.stderr
issue-28600.rs lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
issue-28625.rs
issue-28625.stderr
issue-28676.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28776.rs
issue-28776.stderr
issue-28777.rs update tests 2020-03-31 19:01:49 +02:00
issue-28822.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-28828.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28837.rs Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
issue-28837.stderr Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
issue-28839.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28848.nll.stderr update tests 2019-10-27 09:39:14 -05:00
issue-28848.rs
issue-28848.stderr Print lifetimes with backticks 2019-10-11 16:08:53 +09:00
issue-28871.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-28934.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-28936.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-28950.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28971.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-28971.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-28983.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-28992-empty.rs Improve the "try using a variant of the expected type" hint. 2019-10-28 18:43:51 +01:00
issue-28992-empty.stderr Improve the "try using a variant of the expected type" hint. 2019-10-28 18:43:51 +01:00
issue-28999.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29030.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29037.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29048.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29053.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29071-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29071.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29084.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-29084.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-29092.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29124.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-29124.stderr Add backticks in appropriate places 2020-01-12 15:37:50 +00:00
issue-29147-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
issue-29147.rs Deduplicate logic 2019-12-10 12:02:18 -08:00
issue-29147.stderr "cannot resolve" → "cannot satisfy" 2020-04-05 10:14:04 -07:00
issue-29161.rs
issue-29161.stderr Normalize wording of privacy access labels 2020-03-22 15:36:54 -07:00
issue-29166.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29181.rs Consider methods on fundamental impl when method is not found on numeric type 2020-04-09 17:46:26 -07:00
issue-29181.stderr Consider methods on fundamental impl when method is not found on numeric type 2020-04-09 17:46:26 -07:00
issue-29184.rs
issue-29184.stderr
issue-29227.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29265.rs Add test for issue-29265 2019-08-04 20:20:12 +09:00
issue-29276.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29466.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29485.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29488.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29516.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
issue-29522.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29540.rs Avoid "blacklist" 2020-07-08 12:08:27 -04:00
issue-29663.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29668.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29710.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29723.rs remove feature(nll) in more cases. 2019-09-26 06:44:57 +02:00
issue-29723.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-29740.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29743.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-29746.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29798.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-29844.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29857.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-29861.rs
issue-29861.stderr
issue-29914-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29914-3.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29914.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29927-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29927.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-29948.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
issue-30007.rs
issue-30007.stderr
issue-30018-nopanic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30018-panic.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30079.rs
issue-30079.stderr Calculate visibilities once in resolve 2020-10-19 11:57:50 +03:00
issue-30081.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30123.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-30123.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-30225.rs
issue-30225.stderr Remove E0308 note when primary label has all info 2019-11-18 11:03:03 -08:00
issue-30236.rs
issue-30236.stderr
issue-30255.rs
issue-30255.stderr Account for fn() types in lifetime suggestions 2020-02-05 10:32:01 -08:00
issue-30302.rs
issue-30302.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-30355.rs
issue-30355.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
issue-30371.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30380.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-30438-a.rs
issue-30438-a.stderr
issue-30438-b.rs
issue-30438-b.stderr
issue-30438-c.rs
issue-30438-c.stderr
issue-30490.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30530.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30535.rs
issue-30535.stderr update ui tests 2019-10-16 13:56:14 +02:00
issue-30560.rs
issue-30560.stderr
issue-30589.rs
issue-30589.stderr
issue-30615.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30730.rs
issue-30730.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-30756.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-30891.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-31011.rs
issue-31011.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-31076.rs Update tests 2019-12-12 20:56:14 +01:00
issue-31076.stderr Do not emit note suggesting to implement trait to foreign type 2020-02-17 15:21:36 +01:00
issue-31109.rs
issue-31109.stderr
issue-31173.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
issue-31173.stderr Fix UI tests 2020-11-22 02:39:21 +03:00
issue-31212.rs
issue-31212.stderr
issue-31260.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-31267-additional.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-31267.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-31299.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-31511.rs
issue-31511.stderr
issue-31597.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-31702.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-31769.rs passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
issue-31769.stderr passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
issue-31776.rs Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
issue-31804.rs
issue-31804.stderr
issue-31845.rs
issue-31845.stderr Do not suggest similarly named enclosing item 2020-08-10 12:04:10 -07:00
issue-31910.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-31910.stderr fix is_const_context 2020-05-20 14:57:16 +02:00
issue-31924-non-snake-ffi.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-32004.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-32004.stderr Detect tuple variants used as struct pattern and suggest correct pattern 2020-08-11 10:23:52 -07:00
issue-32008.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-32086.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-32086.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-32119.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-32122-1.fixed Suggest deref when coercing ty::Ref to ty::RawPtr 2020-04-29 22:21:33 +08:00
issue-32122-1.rs Suggest deref when coercing ty::Ref to ty::RawPtr 2020-04-29 22:21:33 +08:00
issue-32122-1.stderr Suggest deref when coercing ty::Ref to ty::RawPtr with arbitrary 2020-05-02 12:04:03 +08:00
issue-32122-2.fixed Suggest deref when coercing ty::Ref to ty::RawPtr 2020-04-29 22:21:33 +08:00
issue-32122-2.rs Suggest deref when coercing ty::Ref to ty::RawPtr 2020-04-29 22:21:33 +08:00
issue-32122-2.stderr Suggest deref when coercing ty::Ref to ty::RawPtr with arbitrary 2020-05-02 12:04:03 +08:00
issue-32201.rs
issue-32201.stderr
issue-32222.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-32292.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-32323.rs
issue-32323.stderr When a projection is expected, suggest constraining or calling method 2020-05-02 18:24:07 -07:00
issue-32324.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-32326.rs
issue-32326.stderr On recursive ADT, provide indirection structured suggestion 2020-06-10 14:09:51 -07:00
issue-32354-suggest-import-rename.fixed
issue-32354-suggest-import-rename.rs
issue-32354-suggest-import-rename.stderr
issue-32377.rs
issue-32377.stderr
issue-32389.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-32518.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-32655.rs resolve: Tweak "cannot find" wording for attributes 2019-09-15 13:10:12 +03:00
issue-32655.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-32709.rs
issue-32709.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-32782.rs
issue-32782.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-32797.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-32805.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-32829-2.rs
issue-32829-2.stderr
issue-32829.rs
issue-32829.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-32833.rs
issue-32833.stderr
issue-32922.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-32947.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-32950.rs
issue-32950.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-32963.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-32963.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-32995-2.rs parenthesized_params_in_types_and_modules -> error 2019-11-06 11:10:37 +01:00
issue-32995-2.stderr parenthesized_params_in_types_and_modules -> error 2019-11-06 11:10:37 +01:00
issue-32995.rs parenthesized_params_in_types_and_modules -> error 2019-11-06 11:10:37 +01:00
issue-32995.stderr parenthesized_params_in_types_and_modules -> error 2019-11-06 11:10:37 +01:00
issue-33096.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-33140-hack-boundaries.rs fix error code for E0751 2020-04-23 15:46:05 +08:00
issue-33140-hack-boundaries.stderr specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
issue-33140-traitobject-crate.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
issue-33140-traitobject-crate.stderr specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
issue-33140.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-33140.stderr specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
issue-33185.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33187.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-33202.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33241.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-33264.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-33287.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-33293.rs Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
issue-33293.stderr Clarify message about unresolved use 2020-09-01 18:38:14 +01:00
issue-33387.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33461.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33464.rs
issue-33464.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
issue-33498.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33504.rs
issue-33504.stderr When encountering an Item in a pat context, point at the item def 2020-03-06 15:29:26 -08:00
issue-33525.rs
issue-33525.stderr
issue-33537.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33571.rs Update tests 2020-01-09 21:23:12 +03:00
issue-33571.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-33575.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-33575.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-33687.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33770.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-33819.rs
issue-33819.stderr
issue-33903.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-33941.rs Explain move errors that occur due to method calls involving self 2020-06-26 16:28:09 -04:00
issue-33941.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-33992.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-34028.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-34047.rs
issue-34047.stderr
issue-34053.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-34074.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-34171.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-34194.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-34209.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-34209.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-34222-1.rs
issue-34222-1.stderr
issue-34229.rs Update tests 2020-01-09 21:23:12 +03:00
issue-34229.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-34255-1.rs
issue-34255-1.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-34334.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-34334.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-34349.rs
issue-34349.stderr
issue-34373.rs
issue-34373.stderr Add descriptions for all queries 2020-05-31 20:15:32 +01:00
issue-34418.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-34427.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-34503.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-34569.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-34571.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-34721.fixed Tweak suggest_constraining_type_param 2020-03-29 13:13:17 -07:00
issue-34721.rs Use structured suggestion when requiring Copy constraint in type param 2019-11-28 12:20:28 -08:00
issue-34721.stderr Explain move errors that occur due to method calls involving self 2020-06-26 16:28:09 -04:00
issue-34751.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-34780.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-34784.rs Use precise errors during const to pat conversion instead of a catch-all on the main constant 2020-09-20 18:42:15 +02:00
issue-34796.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-34798.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-34839.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-34932.rs Remove more obsolete test flags 2020-07-26 13:24:19 +02:00
issue-35075.rs
issue-35075.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
issue-35139.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-35139.stderr
issue-35241.rs
issue-35241.stderr Increase verbosity when suggesting subtle code changes 2020-03-22 10:36:45 -07:00
issue-35376.rs bless all 2020-06-16 11:56:54 +02:00
issue-35376.stderr Suggest minimal subset features in incomplete_features lint 2020-10-17 02:01:08 +09:00
issue-35423.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-35450.rs
issue-35450.stderr
issue-35546.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-35570.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-35600.rs fire "non_camel_case_types" for associated types 2020-01-06 09:51:23 -05:00
issue-35668.rs Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
issue-35668.stderr Improve wording of "cannot multiply" type error 2020-10-17 22:19:25 -07:00
issue-35675.rs Prefer accessible paths in 'use' suggestions 2020-06-21 18:49:39 +03:00
issue-35675.stderr reword "possible candidate" import suggestion 2020-05-07 00:33:25 -04:00
issue-35677.rs
issue-35677.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-35815.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-35869.rs
issue-35869.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-35976.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-35976.stderr Point at Sized requirements 2020-02-02 11:53:10 -08:00
issue-35988.rs
issue-35988.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-36023.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36036-associated-type-layout.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36053.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36075.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-36082.rs
issue-36082.stderr
issue-36116.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-36139-normalize-closure-sig.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36163.rs
issue-36163.stderr Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
issue-36260.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36278-prefix-nesting.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36299.rs
issue-36299.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-36379.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-36381.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36400.rs
issue-36400.stderr
issue-36401.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36474.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36617.rs expand: Stop derive expansion un unexpected targets early 2020-11-19 19:25:20 +03:00
issue-36617.stderr expand: Stop derive expansion un unexpected targets early 2020-11-19 19:25:20 +03:00
issue-36638.rs fix tidy 2019-05-31 13:50:04 -07:00
issue-36638.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-36708.rs
issue-36708.stderr Point at individual type arguments on arg count mismatch 2019-06-01 10:35:31 -07:00
issue-36744-bitcast-args-if-needed.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36744-without-calls.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-36768.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36786-resolve-call.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36792.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36816.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36836.rs review comments 2019-09-02 20:51:31 -07:00
issue-36836.stderr review comments 2019-09-02 20:51:31 -07:00
issue-36839.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-36856.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-36881.rs Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
issue-36881.stderr Don't recommend extern crate syntax 2019-08-05 18:19:01 +01:00
issue-36936.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-36954.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-37026.rs
issue-37026.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-37051.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-37109.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-37131.rs compiletest: Support ignoring tests requiring missing LLVM components 2020-08-02 20:35:24 +03:00
issue-37131.stderr
issue-37175.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-37222.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-37323.rs Use -Zsave-analysis when compiling issue-37323.rs 2019-11-07 08:45:57 +01:00
issue-37366.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-37433.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-37433.stderr Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-37510.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-37515.rs compiletest: Validate pass modes harder 2019-06-16 12:23:22 +03:00
issue-37515.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-37534.rs resolve: Attempt to resolve unresolved paths in macro namespace 2019-07-18 13:42:45 +03:00
issue-37534.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-37550.rs Update tests with new feature gate 2020-09-27 10:46:41 -07:00
issue-37550.stderr Bless tests 2020-09-27 10:46:41 -07:00
issue-37576.rs
issue-37576.stderr
issue-37598.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
issue-37655.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-37665.rs
issue-37665.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
issue-37686.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-37725.rs Apply review suggestions 2019-11-06 00:00:00 +00:00
issue-37733.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-37884.rs
issue-37884.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-37887.rs
issue-37887.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-37991.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38002.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38033.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38074.rs Revert "Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=petrochenkov" 2020-02-20 16:00:39 -08:00
issue-38160.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-38190.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38226.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38293.rs
issue-38293.stderr reword "possible candidate" import suggestion 2020-05-07 00:33:25 -04:00
issue-38381.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-38404.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-38404.stderr review comments 2020-10-20 09:26:15 -07:00
issue-38412.rs resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-38412.stderr resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-38437.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38458.rs
issue-38458.stderr
issue-38556.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38604.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-38604.stderr review comments 2020-10-20 09:26:15 -07:00
issue-38715.rs resolve: Minor cleanup of duplicate macro reexports 2019-12-28 17:37:22 +03:00
issue-38715.stderr resolve: Minor cleanup of duplicate macro reexports 2019-12-28 17:37:22 +03:00
issue-38727.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-38763.rs lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
issue-38821.rs
issue-38821.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-38857.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
issue-38857.stderr mv std libs to library/ 2020-07-27 19:51:13 -05:00
issue-38919.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-38919.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-38940.rs standardize limit comparisons with Limit type 2020-05-28 10:33:07 +01:00
issue-38940.stderr standardize limit comparisons with Limit type 2020-05-28 10:33:07 +01:00
issue-38942.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-38954.rs
issue-38954.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
issue-38987.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39089.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-39175.rs
issue-39175.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-39211.rs typeck: always expose repeat count AnonConsts' parent in generics_of. 2020-04-14 20:13:20 +03:00
issue-39211.stderr typeck: always expose repeat count AnonConsts' parent in generics_of. 2020-04-14 20:13:20 +03:00
issue-39292.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39367.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39388.rs Update tests since ? macro op is supported on 2015. 2019-06-09 04:16:34 +02:00
issue-39388.stderr Update tests since ? macro op is supported on 2015. 2019-06-09 04:16:34 +02:00
issue-39467.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-39548.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39559-2.rs check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-39559-2.stderr check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-39559.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-39559.stderr Do not suggest duplicate bounds 2020-02-02 18:38:23 +09:00
issue-39616.rs Tweak invalid fn header and body parsing 2020-10-25 18:34:14 -07:00
issue-39616.stderr Tweak invalid fn header and body parsing 2020-10-25 18:34:14 -07:00
issue-39687.rs
issue-39687.stderr Point at correct span for parenthesized types 2019-09-22 11:33:12 -07:00
issue-39709.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39720.rs - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} 2020-01-08 04:25:33 +01:00
issue-39808.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39823.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39827.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-39848.rs parser: token -> normalized_token, nonnormalized_token -> token 2020-02-24 13:04:13 +03:00
issue-39848.stderr parser: token -> normalized_token, nonnormalized_token -> token 2020-02-24 13:04:13 +03:00
issue-39970.rs
issue-39970.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-39974.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-39974.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-39984.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-40000.nll.stderr fix subtle bug in NLL type checker 2020-06-22 18:51:08 +00:00
issue-40000.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-40000.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-40003.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40085.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40136.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-40231-1.rs Add test for issue-40231 2019-11-13 00:36:20 +09:00
issue-40231-2.rs Add test for issue-40231 2019-11-13 00:36:20 +09:00
issue-40235.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40288-2.rs
issue-40288-2.stderr
issue-40288.rs
issue-40288.stderr
issue-40350.rs compiletest: Remove skip-codegen 2019-06-16 12:23:22 +03:00
issue-40408.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40469.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40510-1.migrate.stderr Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
issue-40510-1.rs Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
issue-40510-1.stderr Display information about captured variable in FnMut error 2020-05-25 23:18:00 -04:00
issue-40510-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-40510-3.migrate.stderr Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
issue-40510-3.rs Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
issue-40510-3.stderr Display information about captured variable in FnMut error 2020-05-25 23:18:00 -04:00
issue-40510-4.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-40610.rs Update tests 2019-12-12 20:56:14 +01:00
issue-40610.stderr Do not emit note suggesting to implement trait to foreign type 2020-02-17 15:21:36 +01:00
issue-40749.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-40749.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-40770.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40782.fixed Detect likely for foo of bar JS syntax 2020-08-08 20:53:40 -07:00
issue-40782.rs Detect likely for foo of bar JS syntax 2020-08-08 20:53:40 -07:00
issue-40782.stderr Detect likely for foo of bar JS syntax 2020-08-08 20:53:40 -07:00
issue-40827.rs
issue-40827.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-40845.rs resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-40845.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-40847.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40861.rs
issue-40861.stderr
issue-40883.rs increase stack slack for x86_64-pc-windows-gnu 2020-03-18 13:35:46 +01:00
issue-40951.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-40962.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-41053.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41139.rs Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-41139.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-41213.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41229-ref-str.rs
issue-41229-ref-str.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
issue-41255.rs Introduce #![feature(half_open_range_patterns)]. 2020-01-10 07:29:04 +01:00
issue-41255.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-41272.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-41298.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-41394-rpass.rs tests: Move run-pass tests with naming conflicts to ui 2019-07-27 18:56:17 +03:00
issue-41394.rs ty: convert ErrorHandled::Reported to ConstKind::Error. 2020-04-16 19:00:30 +03:00
issue-41394.stderr ty: convert ErrorHandled::Reported to ConstKind::Error. 2020-04-16 19:00:30 +03:00
issue-41479.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41498.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41549.rs
issue-41549.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-41604.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41628.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-41677.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41696.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41726.rs Add help message for mutation though overloaded place operators 2019-07-07 15:24:19 +01:00
issue-41726.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-41742.rs
issue-41742.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-41744.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41776.rs
issue-41776.stderr
issue-41803.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41849-variance-req.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41880.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-41880.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-41888.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-41936-variance-coerce-unsized-cycle.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-41974.rs
issue-41974.stderr Merge remote-tracking branch 'upstream/master' into box-alloc 2020-10-25 16:32:28 +01:00
issue-41998.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-42007.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-42060.rs
issue-42060.stderr
issue-42106.rs
issue-42106.stderr
issue-42148.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-42210.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-42312.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-42312.stderr Add unsized_fn_params feature 2020-10-27 14:45:02 -03:00
issue-42344.rs
issue-42344.stderr
issue-42453.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-42463.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-42467.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-42552.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-42679.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-42747.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-42755.rs
issue-42755.stderr
issue-42796.rs
issue-42796.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-42880.rs
issue-42880.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-42944.rs resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-42944.stderr resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-42954.fixed
issue-42954.rs
issue-42954.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-42956.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-43023.rs
issue-43023.stderr Update tests 2020-09-08 21:32:03 +02:00
issue-43057.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-43105.rs check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-43105.stderr check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-43132.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-43162.rs
issue-43162.stderr Suggest removing semicolon in last expression only if it's type is known 2020-05-05 02:08:26 +02:00
issue-43189.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-43189.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-43196.rs
issue-43196.stderr Tweak unexpected token wording 2019-10-28 10:53:13 -07:00
issue-43205.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-43250.rs
issue-43250.stderr
issue-43291.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-43355.rs
issue-43355.stderr specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
issue-43357.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-43398.rs Mark repr128 as incomplete_features 2020-10-21 23:41:26 +01:00
issue-43398.stderr Mark repr128 as incomplete_features 2020-10-21 23:41:26 +01:00
issue-43420-no-over-suggest.rs
issue-43420-no-over-suggest.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-43424.rs
issue-43424.stderr
issue-43431.rs
issue-43431.stderr
issue-43483.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-43623.rs move leak-check to during coherence, candidate eval 2020-06-22 15:33:05 +00:00
issue-43623.stderr move leak-check to during coherence, candidate eval 2020-06-22 15:33:05 +00:00
issue-43692.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-43733.rs
issue-43733.stderr
issue-43784-associated-type.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-43784-associated-type.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-43784-supertrait.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-43784-supertrait.stderr Separate bounds and predicates for associated/opaque types 2020-10-06 11:19:29 +01:00
issue-43806.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-43853.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
issue-43910.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-43923.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-43925.rs
issue-43925.stderr
issue-43926.rs
issue-43926.stderr
issue-43988.rs passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
issue-43988.stderr passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
issue-44005.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-44021.rs
issue-44021.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-44023.rs
issue-44023.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-44056.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-44078.rs
issue-44078.stderr Update UI tests 2020-06-21 16:40:36 +02:00
issue-44127.rs
issue-44216-add-instant.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
issue-44216-add-system-time.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
issue-44216-sub-instant.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
issue-44216-sub-system-time.rs Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
issue-44239.rs
issue-44239.stderr
issue-44247.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-44255.rs
issue-44373-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-44373.rs
issue-44373.stderr
issue-44405.rs Add test for issue-44405 2019-08-09 08:37:55 +09:00
issue-44405.stderr Add test for issue-44405 2019-08-09 08:37:55 +09:00
issue-44406.rs
issue-44406.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
issue-44730.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-44851.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-45087-unreachable-unsafe.rs
issue-45087-unreachable-unsafe.stderr
issue-45107-unnecessary-unsafe-in-closure.rs
issue-45107-unnecessary-unsafe-in-closure.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-45124.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-45152.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-45157.rs remove feature(nll) from #45157 test. 2019-09-26 06:44:57 +02:00
issue-45157.stderr remove feature(nll) from #45157 test. 2019-09-26 06:44:57 +02:00
issue-45199.rs
issue-45199.stderr
issue-45296.rs
issue-45296.stderr Fix failing UI tests 2019-07-27 18:24:48 +07:00
issue-45425.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-45510.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-45562.fixed normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
issue-45562.rs normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
issue-45562.stderr normalize use of backticks in compiler messages for librustc_lint 2019-07-21 11:47:24 +02:00
issue-45696-long-live-borrows-in-boxes.rs
issue-45696-no-variant-box-recur.rs
issue-45696-scribble-on-boxed-borrow.rs issue-#45696: remove ignore-compare-mode-nll 2019-09-26 17:19:03 +02:00
issue-45696-scribble-on-boxed-borrow.stderr issue-#45696: remove ignore-compare-mode-nll 2019-09-26 17:19:03 +02:00
issue-45697-1.rs
issue-45697-1.stderr
issue-45697.rs
issue-45697.stderr
issue-45729-unsafe-in-generator.rs
issue-45729-unsafe-in-generator.stderr
issue-45730.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-45730.stderr Tweak "non-primitive cast" error 2020-06-15 08:57:20 -07:00
issue-45731.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-45799-bad-extern-crate-rename-suggestion-formatting.fixed
issue-45799-bad-extern-crate-rename-suggestion-formatting.rs
issue-45799-bad-extern-crate-rename-suggestion-formatting.stderr
issue-45801.rs
issue-45801.stderr
issue-45965.rs
issue-45965.stderr
issue-46023.rs
issue-46023.stderr Update ui tests 2019-11-18 19:00:10 +01:00
issue-46036.rs
issue-46036.stderr
issue-46069.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-46095.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-46101.rs Update tests 2020-01-09 21:23:12 +03:00
issue-46101.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-46112.rs
issue-46112.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-46186.fixed Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-46186.rs Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-46186.stderr Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-46302.rs
issue-46302.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-46311.rs
issue-46311.stderr
issue-46332.rs
issue-46332.stderr Bless tests 2020-03-21 15:03:58 +01:00
issue-46438.rs
issue-46438.stderr
issue-46471-1.rs
issue-46471-1.stderr
issue-46471.rs
issue-46471.stderr
issue-46472.rs
issue-46472.stderr
issue-46519.rs Re-enable Emscripten's exception handling support 2019-10-25 15:16:36 -07:00
issue-46553.rs Update tests with new feature gate 2020-09-27 10:46:41 -07:00
issue-46576.rs
issue-46576.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-46604.rs add new error code 2020-06-19 14:16:38 -05:00
issue-46604.stderr add new error code 2020-06-19 14:16:38 -05:00
issue-46756-consider-borrowing-cast-or-binexpr.fixed
issue-46756-consider-borrowing-cast-or-binexpr.rs
issue-46756-consider-borrowing-cast-or-binexpr.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-46771.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-46771.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-46845.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-46855.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-46920-byte-array-patterns.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-46959.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-46964.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-46983.rs
issue-46983.stderr
issue-47073-zero-padded-tuple-struct-indices.rs
issue-47073-zero-padded-tuple-struct-indices.stderr
issue-47094.rs lintify conflicting_repr_hints 2020-01-28 01:24:59 +01:00
issue-47094.stderr lintify conflicting_repr_hints 2020-01-28 01:24:59 +01:00
issue-47139-1.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-47139-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-47184.rs
issue-47184.stderr
issue-47309.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-47364.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-47377.rs
issue-47377.stderr Update UI test expectations 2019-12-12 20:56:14 +01:00
issue-47380.rs
issue-47380.stderr Update UI test expectations 2019-12-12 20:56:14 +01:00
issue-47412.rs
issue-47412.stderr
issue-47486.rs Add test for issue-47486 2019-10-14 10:45:56 +09:00
issue-47486.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-47511.rs
issue-47511.stderr Fix commas. 2020-07-25 02:47:16 -07:00
issue-47623.rs
issue-47623.stderr
issue-47638.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-47646.rs
issue-47646.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-47673.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-47703-1.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-47703-tuple.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-47703.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-47706-trait.rs
issue-47706-trait.stderr When possible point at argument causing item obligation failure 2019-09-19 12:10:23 -07:00
issue-47706.rs
issue-47706.stderr Add label to item source of bound obligation 2020-04-18 17:19:53 -07:00
issue-47715.rs
issue-47715.stderr
issue-47722.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-47725.rs Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00
issue-47725.stderr Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00
issue-47789.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-48006.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-48131.rs Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
issue-48131.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-48132.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-48159.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-48179.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-48276.rs
issue-48276.stderr
issue-48364.rs
issue-48364.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-48508-aux.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-48508.rs Implement crate level only lints checking. 2020-06-18 09:53:12 +08:00
issue-48551.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-48636.fixed
issue-48636.rs
issue-48636.stderr
issue-48728.rs specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
issue-48728.stderr specialization_graph: avoid trimmed paths for OverlapError 2020-09-03 14:09:50 +03:00
issue-48803.rs
issue-48803.stderr
issue-48838.rs
issue-48838.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-48962.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-48984.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49040.rs Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
issue-49040.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
issue-49074.rs resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-49074.stderr resolve: Remove ! from "cannot find" diagnostics for macros 2019-09-15 13:22:07 +03:00
issue-49257.rs
issue-49257.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
issue-49298.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49544.rs Add test for issue-49544 2019-08-04 20:20:40 +09:00
issue-49556.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-49579.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-49588-non-shorthand-field-patterns-in-pattern-macro.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49632.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49685.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49824.rs Adjust & --bless tests due to no longer downgrading NLL errors on 2015. 2019-09-26 06:44:57 +02:00
issue-49824.stderr Display information about captured variable in FnMut error 2020-05-25 23:18:00 -04:00
issue-49854.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49919.rs Add test for #49919 2019-07-11 09:58:09 +09:00
issue-49919.stderr Add test for #49919 2019-07-11 09:58:09 +09:00
issue-49934-errors.rs expand: Stop derive expansion un unexpected targets early 2020-11-19 19:25:20 +03:00
issue-49934-errors.stderr expand: Stop derive expansion un unexpected targets early 2020-11-19 19:25:20 +03:00
issue-49934.rs Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-49934.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-49955-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49955.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-49973.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-50187.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-50301.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-50403.rs
issue-50403.stderr
issue-50411.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-50415.rs Cherry-pick src/test changes with Centril's changes 2019-08-19 22:31:46 +01:00
issue-50442.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-50471.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-50480.rs Update tests 2020-01-09 21:23:12 +03:00
issue-50480.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-50518.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-50571.fixed Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-50571.rs Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-50571.stderr Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
issue-50576.rs
issue-50576.stderr improve diagnostics: break/continue wrong context 2019-08-21 13:17:59 +03:00
issue-50581.rs
issue-50581.stderr improve diagnostics: break/continue wrong context 2019-08-21 13:17:59 +03:00
issue-50582.rs Bless const tests with improved diagnostics 2019-11-13 10:44:14 -08:00
issue-50582.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-50585.rs Bless const tests with improved diagnostics 2019-11-13 10:44:14 -08:00
issue-50585.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-50599.rs ty: convert ErrorHandled::Reported to ConstKind::Error. 2020-04-16 19:00:30 +03:00
issue-50599.stderr reword "possible candidate" import suggestion 2020-05-07 00:33:25 -04:00
issue-50600.rs
issue-50600.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-50618.rs
issue-50618.stderr
issue-50687-ice-on-borrow.rs Add test for old compiler ICE when using Borrow 2020-05-25 09:23:00 +02:00
issue-50687-ice-on-borrow.stderr Add test for old compiler ICE when using Borrow 2020-05-25 09:23:00 +02:00
issue-50688.rs
issue-50688.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-50689.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-50714-1.rs
issue-50714-1.stderr Remove the HirId/NodeId from where clauses 2019-06-18 22:54:51 +01:00
issue-50714.rs
issue-50714.stderr Remove the HirId/NodeId from where clauses 2019-06-18 22:54:51 +01:00
issue-50731.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-50761.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-50781.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-50781.stderr Tweak "object unsafe" errors 2020-10-20 09:26:14 -07:00
issue-50802.rs
issue-50802.stderr
issue-50811.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-50825-1.rs
issue-50825.rs
issue-50993.rs compiletest: Support ignoring tests requiring missing LLVM components 2020-08-02 20:35:24 +03:00
issue-50993.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-51022.rs
issue-51022.stderr
issue-51044.rs
issue-51102.rs
issue-51102.stderr
issue-51116.rs
issue-51116.stderr
issue-51154.rs diag: improve closure/generic parameter mismatch 2020-09-14 15:21:38 +01:00
issue-51154.stderr diag: improve closure/generic parameter mismatch 2020-09-14 15:21:38 +01:00
issue-51185.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-51244.rs
issue-51244.stderr Update ui tests 2019-11-18 19:00:10 +01:00
issue-51301.rs Add ui test for issue 51301 2019-06-13 03:31:01 +00:00
issue-51301.stderr Add ui test for issue 51301 2019-06-13 03:31:01 +00:00
issue-51345-2.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
issue-51345.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-51515.rs
issue-51515.stderr Update ui tests 2019-11-18 19:00:10 +01:00
issue-51582.rs Rebase fallout 2019-11-06 11:04:42 +01:00
issue-51602.rs
issue-51602.stderr more recovery in if-parsing 2019-12-23 13:42:25 +01:00
issue-51632-try-desugar-incompatible-types.rs
issue-51632-try-desugar-incompatible-types.stderr Emit coercion suggestions in more places 2019-12-03 21:51:16 -05:00
issue-51655.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-51714.rs Update tests 2020-06-28 10:08:12 -07:00
issue-51714.stderr Update tests 2020-06-28 10:08:12 -07:00
issue-51770.rs Add regression test for old NLL ICE 2019-12-27 13:36:41 +02:00
issue-51798.rs Add test for issue-51798 2020-02-16 02:54:16 +09:00
issue-51848.rs
issue-51848.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-51874.rs
issue-51874.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
issue-51907.rs lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
issue-51947.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-52023-array-size-pointer-cast.rs check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-52023-array-size-pointer-cast.stderr check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-52049.rs
issue-52049.stderr
issue-52057.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
issue-52060.rs check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-52060.stderr check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-52126-assign-op-invariance.rs
issue-52126-assign-op-invariance.stderr
issue-52169.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-52213.nll.stderr update tests 2019-10-27 09:39:14 -05:00
issue-52213.rs
issue-52213.stderr Fix spacing of expected/found notes without a label 2020-05-27 16:27:15 -07:00
issue-52240.rs
issue-52240.stderr
issue-52262.rs Do not ICE when dereferencing non-Copy raw pointer 2019-10-02 11:23:24 -07:00
issue-52262.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-52489.rs
issue-52489.stderr normalize use of backticks in compiler messages for libsyntax/feature_gate 2019-07-09 14:13:28 +02:00
issue-52496.rs
issue-52496.stderr Remove "here" from "expected one of X here" 2019-11-06 17:26:20 -08:00
issue-52533-1.nll.stderr
issue-52533-1.rs
issue-52533-1.stderr Make anonymous binders start at 0 2020-10-29 18:50:23 -04:00
issue-52533.nll.stderr
issue-52533.rs
issue-52533.stderr Make anonymous binders start at 0 2020-10-29 18:50:23 -04:00
issue-52557.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-52717.rs
issue-52717.stderr
issue-52891.fixed
issue-52891.rs
issue-52891.stderr
issue-52992.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-53251.rs Update tests 2020-01-09 21:23:12 +03:00
issue-53251.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-53275.rs Make sure issue 53275 test goes through codegen 2020-03-23 11:11:54 +01:00
issue-53300.rs
issue-53300.stderr
issue-53333.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-53348.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-53348.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-53419.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-53498.rs update tests 2020-03-12 15:47:36 -05:00
issue-53498.stderr Use more targetted span for error label 2020-03-22 16:09:42 -07:00
issue-53565.rs
issue-53565.stderr
issue-53568.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-53675-a-test-called-panic.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-53692.rs
issue-53692.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-53712.rs
issue-53712.stderr
issue-53728.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-53787-inline-assembler-macro.rs Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
issue-53787-inline-assembler-macro.stderr rework run-fail and support check,build-fail 2019-12-21 22:16:00 +01:00
issue-53843.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-53912.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-54044.rs Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00
issue-54044.stderr Emit warnings for misplaced attributes used by some crates 2020-09-05 20:46:37 -04:00
issue-54062.rs Fix ui test. 2020-09-27 10:08:00 +02:00
issue-54062.stderr Fix ui test. 2020-09-27 10:08:00 +02:00
issue-54094.rs Tidy fix 2020-04-10 18:51:27 +08:00
issue-54189.rs Add test for issue-54189 2019-06-21 00:19:11 +09:00
issue-54189.stderr Add test for issue-54189 2019-06-21 00:19:11 +09:00
issue-54302-cases.nll.stderr
issue-54302-cases.rs
issue-54302-cases.stderr Tweak unsatisfied HRTB errors 2019-09-16 15:34:33 -07:00
issue-54302.nll.stderr
issue-54302.rs
issue-54302.stderr Tweak unsatisfied HRTB errors 2019-09-16 15:34:33 -07:00
issue-54348.rs fix another test 2020-02-15 13:15:15 +01:00
issue-54348.stderr Make invalid integer operation messages consistent 2020-09-26 13:34:49 +01:00
issue-54387.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-54410.rs
issue-54410.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-54462-mutable-noalias-correctness.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-54467.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-54477-reduced-2.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-54521-1.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-54521-2.fixed
issue-54521-2.rs
issue-54521-2.stderr
issue-54521.fixed
issue-54521.rs
issue-54521.stderr
issue-54582.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-54696.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-54943-1.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-54943-2.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-54943-3.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-54943.nll.stderr update tests 2019-10-27 09:39:14 -05:00
issue-54943.rs
issue-54943.stderr Add error code explanation for E0477 2019-12-30 14:41:46 +08:00
issue-54954.rs ty: convert ErrorHandled::Reported to ConstKind::Error. 2020-04-16 19:00:30 +03:00
issue-54954.stderr ty: convert ErrorHandled::Reported to ConstKind::Error. 2020-04-16 19:00:30 +03:00
issue-54966.rs
issue-54966.stderr
issue-55376.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-55380.rs bless all 2020-06-16 11:56:54 +02:00
issue-55380.stderr Suggest minimal subset features in incomplete_features lint 2020-10-17 02:01:08 +09:00
issue-55511.rs Add tests from #67088 and the issues mentioned in its description 2020-04-28 14:58:50 -07:00
issue-55511.stderr Bless test that no longer warns 2020-04-28 15:27:46 -07:00
issue-55587.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-55587.stderr update tests 2020-03-12 15:47:36 -05:00
issue-55731.nll.stderr
issue-55731.rs
issue-55731.stderr Tweak unsatisfied HRTB errors 2019-09-16 15:34:33 -07:00
issue-55796.nll.stderr Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-55796.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-55796.stderr Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-55846.rs
issue-56031.rs
issue-56031.stderr
issue-56128.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-56175.rs Add test for issue #56175 2020-06-29 23:32:31 +03:00
issue-56175.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-56199.rs
issue-56199.stderr
issue-56202.rs Use build-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-56229.rs Add some regression tests 2020-10-24 13:13:52 +01:00
issue-56237.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-56411-aux.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-56411.rs
issue-56411.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-56488.rs
issue-56685.rs
issue-56685.stderr Reword unused variable warning 2020-03-23 12:14:45 +03:00
issue-56762.rs change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
issue-56762.stderr change error for LayoutErr::SizeOverflow 2020-11-18 11:38:30 +01:00
issue-56806.rs Refer to "self type" instead of "receiver type" 2019-09-02 19:07:04 -07:00
issue-56806.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-56835.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-56835.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-56870.rs Regression test for #56870 2019-08-11 23:02:47 +03:00
issue-56943.rs
issue-56943.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-57156.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-57162.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-57198-pass.rs
issue-57198.rs
issue-57198.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
issue-57271.rs Add a regression test for #57271 2019-10-07 22:24:04 +01:00
issue-57271.stderr review comments: only suggest one substitution 2020-06-10 14:09:51 -07:00
issue-57362-1.rs Revert "modify leak-check to track only outgoing edges from placeholders" 2020-06-22 14:05:00 +00:00
issue-57362-1.stderr Revert "modify leak-check to track only outgoing edges from placeholders" 2020-06-22 14:05:00 +00:00
issue-57362-2.rs Revert "modify leak-check to track only outgoing edges from placeholders" 2020-06-22 14:05:00 +00:00
issue-57362-2.stderr remove snapshot calls from "match" operations during select 2020-06-22 18:51:05 +00:00
issue-57399-self-return-impl-trait.rs Make error and warning annotations mandatory in UI tests 2019-11-10 21:01:02 +01:00
issue-57410-1.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-57410.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-57597.rs
issue-57597.stderr
issue-57684.fixed
issue-57684.rs
issue-57684.stderr
issue-57741-1.rs
issue-57741-1.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-57741.fixed
issue-57741.rs
issue-57741.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-57781.rs
issue-57819.fixed
issue-57819.rs
issue-57819.stderr
issue-57843.nll.stderr
issue-57843.rs
issue-57843.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-57924.rs rustc_typeck: correctly compute Substs for Res::SelfCtor. 2019-06-18 17:02:26 +03:00
issue-57924.stderr rustc_typeck: correctly compute Substs for Res::SelfCtor. 2019-06-18 17:02:26 +03:00
issue-58022.rs Deduplicate logic 2019-12-10 12:02:18 -08:00
issue-58022.stderr "cannot resolve" → "cannot satisfy" 2020-04-05 10:14:04 -07:00
issue-58212.rs Remove mem::uninitalized from tests 2019-12-22 21:58:12 -05:00
issue-58319.rs Add tests for #58319 and #65131 2020-03-20 13:24:35 +01:00
issue-58344.rs Normalize projection bounds when considering candidates 2020-10-06 11:19:31 +01:00
issue-58375-monomorphize-default-impls.rs Fix or ignore regressed tests 2019-07-22 11:50:21 +03:00
issue-58435-ice-with-assoc-const.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-58463.rs Upgrade Emscripten targets to use upstream LLVM backend 2019-10-16 17:06:48 -07:00
issue-58712.rs
issue-58712.stderr Suggest defining type parameter when appropriate 2020-01-26 10:57:18 -08:00
issue-58734.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-58734.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-58856-1.rs Rely on regular "expected"/"found" parser error for fn 2020-10-25 12:13:27 -07:00
issue-58856-1.stderr Rely on regular "expected"/"found" parser error for fn 2020-10-25 12:13:27 -07:00
issue-58856-2.rs parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-58856-2.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-58857.rs parse_generic_bounds: account for negative lifetime bounds 2019-12-21 19:20:41 +01:00
issue-58857.stderr span_suggestion_hidden -> tool_only_span_suggestion 2019-12-21 19:20:41 +01:00
issue-59020.rs Allow more ui tests for SGX 2020-06-12 13:41:46 -07:00
issue-59029-1.rs Update tests 2020-01-09 21:23:12 +03:00
issue-59029-1.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-59029-2.rs
issue-59326.rs Perform obligation deduplication to avoid buggy ExistentialMismatch 2020-06-18 14:01:25 -07:00
issue-59488.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-59488.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-59494.rs Add some regression tests 2020-10-24 13:13:52 +01:00
issue-59494.stderr Add some regression tests 2020-10-24 13:13:52 +01:00
issue-59508-1.rs adjust tests 2020-05-09 14:40:17 +02:00
issue-59508-1.stderr Suggest minimal subset features in incomplete_features lint 2020-10-17 02:01:08 +09:00
issue-59508.fixed Move some issues into the issues folder 2019-05-24 21:49:52 +01:00
issue-59508.rs Move some issues into the issues folder 2019-05-24 21:49:52 +01:00
issue-59508.stderr Move some issues into the issues folder 2019-05-24 21:49:52 +01:00
issue-59756.fixed Move some issues into the issues folder 2019-05-24 21:49:52 +01:00
issue-59756.rs Disable issue-59756 test for now 2019-12-03 21:56:32 -05:00
issue-59756.stderr Emit coercion suggestions in more places 2019-12-03 21:51:16 -05:00
issue-59764.rs Move some issues into the issues folder 2019-05-24 21:49:52 +01:00
issue-59764.stderr Move some issues into the issues folder 2019-05-24 21:49:52 +01:00
issue-59896.rs
issue-59896.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-60057.rs Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
issue-60057.stderr Provide a span if main function is not present in crate 2019-09-14 11:27:45 -04:00
issue-60075.rs parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-60075.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-60218.rs add regression test for #60218 2019-10-03 05:59:18 -04:00
issue-60218.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-60283.rs Fix bootstrap 2020-10-06 11:19:32 +01:00
issue-60283.stderr Fix tests from rebase 2020-10-06 11:19:33 +01:00
issue-60622.rs Move some issues into the issues folder 2019-05-24 21:49:52 +01:00
issue-60622.stderr Normalise notes with the/is 2020-01-24 16:24:50 +00:00
issue-60662.rs Use check-pass in ui tests where appropriate 2019-11-04 16:03:46 +01:00
issue-60662.stdout Stop special casing top level TAIT 2020-06-11 16:24:01 +01:00
issue-60989.rs Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-60989.stderr Update ui test suite to use dyn 2019-05-29 00:57:31 -04:00
issue-61106.rs When suggesting to borrow, remove useless clones 2019-06-13 16:46:07 -07:00
issue-61106.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-61108.rs Suggest borrowing for loop head on move error 2019-05-24 18:23:43 -07:00
issue-61108.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-61475.rs Add regression test 2019-06-03 18:39:17 -07:00
issue-61623.rs Fix ICE involving mut references 2019-06-18 18:39:08 -07:00
issue-61623.stderr Fix ICE involving mut references 2019-06-18 18:39:08 -07:00
issue-61696.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-61711-once-caused-rustc-inf-loop.rs Update test stderr with results of enabling unused lints 2019-09-08 11:32:28 -04:00
issue-61858.rs add test case 2019-07-12 11:13:03 -07:00
issue-61858.stderr more recovery in if-parsing 2019-12-23 13:42:25 +01:00
issue-61882-2.rs rustc_typeck: correctly compute Substs for Res::SelfCtor. 2019-06-18 17:02:26 +03:00
issue-61882-2.stderr rustc_typeck: correctly compute Substs for Res::SelfCtor. 2019-06-18 17:02:26 +03:00
issue-61882.rs rustc_typeck: correctly compute Substs for Res::SelfCtor. 2019-06-18 17:02:26 +03:00
issue-61882.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-61894.rs tests: Move run-pass tests without naming conflicts to ui 2019-07-27 18:56:16 +03:00
issue-62375.rs Add test for ICE #62375 2019-07-04 10:49:24 -04:00
issue-62375.stderr Add test for ICE #62375 2019-07-04 10:49:24 -04:00
issue-62480.rs resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-62480.stderr resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-62554.rs Update tests 2020-01-09 21:23:12 +03:00
issue-62554.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-63364.rs Return early to avoid failing assertion 2019-08-08 13:38:23 +09:00
issue-63364.stderr Add more context to the literal overflow message 2020-03-15 11:37:43 +08:00
issue-63983.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-63983.stderr Detect tuple variants used as struct pattern and suggest correct pattern 2020-08-11 10:23:52 -07:00
issue-64430.rs add trailing newline 2019-09-14 03:23:58 +08:00
issue-64430.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-64559.rs Fix the span used to suggest avoiding for-loop moves 2019-09-20 16:06:32 -07:00
issue-64559.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-64593.rs Exempt extern "Rust" from improper_ctypes 2019-09-20 15:39:34 -07:00
issue-64620.rs Avoid ICE on return outside of fn with literal array 2019-09-30 15:11:19 -07:00
issue-64620.stderr Avoid ICE on return outside of fn with literal array 2019-09-30 15:11:19 -07:00
issue-64732.rs Add test case for issue #64732 2019-09-25 23:11:09 -04:00
issue-64732.stderr Increase spacing for suggestions in diagnostics 2019-10-24 12:26:01 -07:00
issue-64792-bad-unicode-ctor.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-64792-bad-unicode-ctor.stderr Do not suggest similarly named enclosing item 2020-08-10 12:04:10 -07:00
issue-65131.rs Add tests for #58319 and #65131 2020-03-20 13:24:35 +01:00
issue-65131.stderr Add tests for #58319 and #65131 2020-03-20 13:24:35 +01:00
issue-65284-suggest-generic-trait-bound.rs Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-65284-suggest-generic-trait-bound.stderr Unify output of "variant not found" errors 2020-01-08 08:05:31 -08:00
issue-65462.rs Undo an assert causing an ICE until we fix the problem properly 2019-11-10 11:19:55 +01:00
issue-65611.rs Avoid ICE when adjusting bad self ty 2019-10-24 00:41:14 -07:00
issue-65611.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-65634-raw-ident-suggestion.rs review comments: move test 2019-12-03 22:25:15 -08:00
issue-65634-raw-ident-suggestion.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-65673.rs review comments 2019-11-17 14:40:41 -08:00
issue-65673.stderr Separate bounds and predicates for associated/opaque types 2020-10-06 11:19:29 +01:00
issue-66308.rs Add opt-level=0 to test 2020-01-24 10:26:39 -08:00
issue-66353.rs Do not ICE on recovery from unmet associated type bound obligation 2019-11-13 14:28:15 -08:00
issue-66353.stderr Do not ICE on recovery from unmet associated type bound obligation 2019-11-13 14:28:15 -08:00
issue-66473.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-66473.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-66667-function-cmp-cycle.rs Fix cycle error when emitting suggestion for mismatched fn type 2020-03-11 15:35:46 -04:00
issue-66667-function-cmp-cycle.stderr Fix cycle error when emitting suggestion for mismatched fn type 2020-03-11 15:35:46 -04:00
issue-66702-break-outside-loop-val.rs resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-66702-break-outside-loop-val.stderr resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-66706.rs Update tests 2020-06-28 10:08:10 -07:00
issue-66706.stderr Update tests 2020-06-28 10:08:10 -07:00
issue-66768.rs Add regression test for issue-66768 2020-08-05 13:32:59 +09:00
issue-66851.rs SimplifyArmIdentity only for locals with the same type 2019-11-29 20:13:54 +01:00
issue-66923-show-error-for-correct-call.rs Rename tests and add short test description 2019-12-07 08:55:09 +01:00
issue-66923-show-error-for-correct-call.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-67037-pat-tup-scrut-ty-diff-less-fields.rs update 2020-01-26 22:52:13 -06:00
issue-67037-pat-tup-scrut-ty-diff-less-fields.stderr Pass the span of <init> in let <pat> = <init>; 2019-12-30 13:50:20 +01:00
issue-67039-unsound-pin-partialeq.rs Add UI test for Pin PartialEq unsoundness 2019-12-05 13:44:03 +01:00
issue-67039-unsound-pin-partialeq.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-67552.rs Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
issue-67552.stderr Let user see the full type of type-length limit error 2020-09-21 00:39:58 +01:00
issue-68000-unicode-ident-after-missing-comma.rs Do not ICE on unicode next point 2020-01-09 22:10:18 -08:00
issue-68000-unicode-ident-after-missing-comma.stderr Do not ICE on unicode next point 2020-01-09 22:10:18 -08:00
issue-68010-large-zst-consts.rs Optimize const value interning for ZST types 2020-10-17 16:07:00 -04:00
issue-68091-unicode-ident-after-if.rs Add ICE regression tests 2020-01-10 11:24:05 -08:00
issue-68091-unicode-ident-after-if.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
issue-68092-unicode-ident-after-incomplete-expr.rs Add ICE regression tests 2020-01-10 11:24:05 -08:00
issue-68092-unicode-ident-after-incomplete-expr.stderr Add ICE regression tests 2020-01-10 11:24:05 -08:00
issue-68103.rs Fix issue with using self module via indirection 2020-01-10 23:30:13 +00:00
issue-68696-catch-during-unwind.rs Add #[cfg(panic = "...")] 2020-11-09 15:30:49 +00:00
issue-68951.rs Add a regression test for issue-68951 2020-10-01 14:10:23 +09:00
issue-69130.rs fix issue 69130 2020-04-12 11:36:37 -04:00
issue-69130.stderr fix issue 69130 2020-04-12 11:36:37 -04:00
issue-69225-layout-repeated-checked-add.rs Revert "Remove checked_add in Layout::repeat" 2020-02-18 23:57:48 +01:00
issue-69225-SCEVAddExpr-wrap-flag.rs Cherry-pick the LLVM fix for #69225 2020-02-24 16:21:22 -08:00
issue-69306.rs instantiate_value_path: .impl_self_ty -> .type_of 2020-02-26 19:25:48 +01:00
issue-69306.stderr On type mismatch involving associated type, suggest constraint 2020-05-02 18:23:46 -07:00
issue-69396-const-no-type-in-macro.rs stash API: remove panic to fix ICE. 2020-03-02 00:07:23 +01:00
issue-69396-const-no-type-in-macro.stderr stash API: remove panic to fix ICE. 2020-03-02 00:07:23 +01:00
issue-69455.rs Fix E0284 to not use incorrect wording 2020-05-07 10:19:37 -07:00
issue-69455.stderr Fix E0284 to not use incorrect wording 2020-05-07 10:19:37 -07:00
issue-69532.rs Backport LLVM apfloat commit to rustc_apfloat 2020-09-30 17:48:26 +02:00
issue-69602-type-err-during-codegen-ice.rs Detect mistyped associated consts in Instance::resolve. 2020-04-18 18:39:59 +03:00
issue-69602-type-err-during-codegen-ice.stderr Detect mistyped associated consts in Instance::resolve. 2020-04-18 18:39:59 +03:00
issue-69683.rs Fix E0284 to not use incorrect wording 2020-05-07 10:19:37 -07:00
issue-69683.stderr Fix E0284 to not use incorrect wording 2020-05-07 10:19:37 -07:00
issue-69725.rs tests: remove ignore directives from tests that mention core/alloc/std spans. 2020-04-02 11:48:34 +03:00
issue-69725.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-69841.rs tests: add missing // no-system-llvm annotation to #69841 test. 2020-04-11 13:39:37 +03:00
issue-70041.rs Allow hir().find to return None 2020-03-21 20:12:55 +01:00
issue-70041.stderr rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
issue-70093.rs Implement -Zlink-native-libraries 2020-03-27 11:57:05 -07:00
issue-70381.rs Fix ICE due to carriage return w/ multibyte char 2020-08-27 03:29:06 +00:00
issue-70381.stderr Fix ICE due to carriage return w/ multibyte char 2020-08-27 03:29:06 +00:00
issue-70673.rs Add regression test for #70673 2020-04-03 10:50:06 -07:00
issue-70724-add_type_neq_err_label-unwrap.rs add_type_neq_err_label: don't .unwrap 2020-04-03 02:28:23 +02:00
issue-70724-add_type_neq_err_label-unwrap.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-70746.rs Add some regression tests 2020-10-24 13:13:52 +01:00
issue-71036.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-71036.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-71406.rs use defkind.descr in wrong namespace resolve failure 2020-04-26 10:28:33 +08:00
issue-71406.stderr use defkind.descr in wrong namespace resolve failure 2020-04-26 10:28:33 +08:00
issue-71584.rs Fix E0284 to not use incorrect wording 2020-05-07 10:19:37 -07:00
issue-71584.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-71676-1.fixed Replace convenient function remove_prefix() with replace_prefix() 2020-05-02 12:04:03 +08:00
issue-71676-1.rs Replace convenient function remove_prefix() with replace_prefix() 2020-05-02 12:04:03 +08:00
issue-71676-1.stderr Suggest deref when coercing ty::Ref to ty::RawPtr with arbitrary 2020-05-02 12:04:03 +08:00
issue-71676-2.rs Suggestion for immutable reference -> mutable pointer should be emitted 2020-05-02 12:04:03 +08:00
issue-71676-2.stderr Suggestion for immutable reference -> mutable pointer should be emitted 2020-05-02 12:04:03 +08:00
issue-72002.rs Ignore arguments when looking for IndexMut for subsequent mut obligation 2020-05-11 15:45:19 -07:00
issue-72076.rs Don't type_of on trait assoc ty without default 2020-05-12 10:56:26 -07:00
issue-72076.stderr Don't type_of on trait assoc ty without default 2020-05-12 10:56:26 -07:00
issue-72253.rs improve error message for unexpected comma token in multiline block 2020-05-26 16:52:16 -04:00
issue-72253.stderr improve error message for unexpected comma token in multiline block 2020-05-26 16:52:16 -04:00
issue-72278.rs Fix ICE with explicit late-bound lifetimes 2020-05-28 19:23:25 +01:00
issue-72278.stderr Fix ICE with explicit late-bound lifetimes 2020-05-28 19:23:25 +01:00
issue-72373.rs improve diagnostics suggestion for missing @ in slice id binding to rest pattern 2020-05-27 14:10:41 -04:00
issue-72373.stderr improve diagnostics suggestion for missing @ in slice id binding to rest pattern 2020-05-27 14:10:41 -04:00
issue-72455.rs Add test for #72455 2020-05-23 17:53:14 +09:00
issue-72554.rs Add test for #72554. 2020-06-01 09:44:05 -07:00
issue-72554.stderr fix rebase 2020-06-10 14:54:27 -07:00
issue-72574-1.rs Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-72574-1.stderr Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-72574-2.rs Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-72574-2.stderr Fix ICEs with @ .. binding 2020-07-31 07:50:29 +09:00
issue-72690.rs Make need_type_info_err more conservative 2020-06-05 12:27:43 +01:00
issue-72690.stderr don't assume trait ambiguity happens in Self 2020-10-19 21:11:40 +01:00
issue-72839-error-overflow.rs Don't create impl candidates when obligation contains errors 2020-06-04 19:32:09 -04:00
issue-72839-error-overflow.stderr Don't create impl candidates when obligation contains errors 2020-06-04 19:32:09 -04:00
issue-72933-match-stack-overflow.rs Ensure stack when building MIR for matches 2020-06-03 16:29:37 +03:00
issue-73112.rs typeck: use item_name in cross-crate packed diag 2020-07-14 16:28:11 +01:00
issue-73112.stderr typeck: use item_name in cross-crate packed diag 2020-07-14 16:28:11 +01:00
issue-73229.rs Add some regression tests 2020-10-24 13:13:52 +01:00
issue-73427.rs resolve: improve "try using the enum's variant" 2020-09-29 16:52:43 +01:00
issue-73427.stderr resolve: improve "try using tuple struct" message 2020-10-15 18:01:47 +01:00
issue-73541-1.rs resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73541-1.stderr resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73541-2.rs resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73541-2.stderr resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73541-3.rs resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73541-3.stderr resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73541.rs resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73541.stderr resolve: disallow label use through closure/async 2020-07-02 13:48:32 +01:00
issue-73886.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-73886.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-73899.rs Add regression test for issue 73899 2020-11-22 15:36:37 +01:00
issue-74082.rs passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
issue-74082.stderr passes: check_attr on more targets 2020-09-28 12:18:52 +01:00
issue-74086.rs typeck: report placeholder type error w/out span 2020-07-12 16:40:22 +01:00
issue-74086.stderr typeck: report placeholder type error w/out span 2020-07-12 16:40:22 +01:00
issue-74564-if-expr-stack-overflow.rs Update to chalk 0.31. Implement some unimplemented. Ignore some tests in compare mode chalk don't finish. 2020-10-06 14:14:25 -04:00
issue-74614.rs interp: needs_subst -> ensure_monomorphic_enough 2020-07-31 16:36:42 +01:00
issue-74739.rs add regression test for #74739 (mir const-prop bug) 2020-08-12 12:50:24 +02:00
issue-75283.rs Do not ICE when lowering invalid extern fn with bodies 2020-08-09 15:14:54 -07:00
issue-75283.stderr Do not ICE when lowering invalid extern fn with bodies 2020-08-09 15:14:54 -07:00
issue-75307.rs Fix ICE #75307 in format 2020-08-08 20:11:16 -07:00
issue-75307.stderr Fix ICE #75307 in format 2020-08-08 20:11:16 -07:00
issue-75599.rs Don't emit "is not a logical operator" error outside of associative expressions 2020-08-18 12:15:57 -07:00
issue-75704.rs Fix change detection in CfgSimplifier::collapse_goto_chain 2020-08-03 00:39:53 +02:00
issue-75763.rs Add FIXME note to const generics test 2020-10-26 13:56:31 -07:00
issue-75777.nll.stderr Add regression test 2020-10-30 07:49:14 +00:00
issue-75777.rs Add regression test 2020-10-30 07:49:14 +00:00
issue-75777.stderr Add regression test 2020-10-30 07:49:14 +00:00
issue-75906.rs resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-75906.stderr resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-75907.rs resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-75907.stderr resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-75907_b.rs resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-75907_b.stderr resolve: private fields in tuple struct ctor diag 2020-10-26 14:56:27 +00:00
issue-76042.rs Add regression test for issue #76042 2020-10-29 13:21:59 +01:00
issue-76077-1.fixed typeck/pat: inaccessible private fields 2020-09-10 18:52:00 +01:00
issue-76077-1.rs typeck/pat: inaccessible private fields 2020-09-10 18:52:00 +01:00
issue-76077-1.stderr typeck/pat: inaccessible private fields 2020-09-10 18:52:00 +01:00
issue-76077.rs typeck/expr: inaccessible private fields 2020-09-10 18:51:56 +01:00
issue-76077.stderr typeck/expr: inaccessible private fields 2020-09-10 18:51:56 +01:00
issue-76179.rs Add some regression tests 2020-10-26 13:55:37 -07:00
issue-76191.rs give better suggestion when matching a const range 2020-09-16 10:13:11 -07:00
issue-76191.stderr comments and factor to own method 2020-09-16 12:32:10 -07:00
issue-76547.nll.stderr add nll compare mode stderr file 2020-11-09 16:27:15 -08:00
issue-76547.rs Update src/test/ui/issues/issue-76547.rs 2020-11-09 17:44:03 -08:00
issue-76547.stderr Make it more clear when complaining about async fn's return types 2020-10-17 15:57:47 -07:00
issue-77002.rs Fix dest prop miscompilation around references 2020-09-22 20:19:00 +02:00
issue-77218.rs Implement destructuring assignment for structs and slices 2020-11-11 12:10:52 +00:00
issue-77218.stderr Implement destructuring assignment for structs and slices 2020-11-11 12:10:52 +00:00
issue-77919.rs check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-77919.stderr check mir exists before validation; fix tests 2020-11-12 21:08:18 +05:30
issue-77993-1.rs Handle type errors in closure/generator upvar_tys 2020-10-27 03:13:11 -04:00
issue-77993-1.stderr Handle type errors in closure/generator upvar_tys 2020-10-27 03:13:11 -04:00
issue-77993-2.rs Handle type errors in closure/generator upvar_tys 2020-10-27 03:13:11 -04:00
issue-77993-2.stderr Handle type errors in closure/generator upvar_tys 2020-10-27 03:13:11 -04:00
issue-78115.rs Add regression test 2020-10-19 23:34:52 +02:00
issue-78192.rs Disable "optimization to avoid load of address" in InstCombine 2020-10-27 10:59:28 +01:00
issue-78372.rs Do not ICE on invalid input 2020-10-26 17:42:46 -07:00
issue-78372.stderr Do not ICE on invalid input 2020-10-26 17:42:46 -07:00
issue-78622.rs Add delay_span_bug to no longer ICE 2020-11-01 22:31:19 +00:00
issue-78622.stderr Add delay_span_bug to no longer ICE 2020-11-01 22:31:19 +00:00
issue-pr29383.rs Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
issue-pr29383.stderr Point at local similarly named element and tweak references to variants 2019-10-27 11:50:43 -07:00
type-arg-mismatch-due-to-impl-trait.rs Explain that impl Trait introduces an implicit type argument 2019-06-01 11:35:54 -07:00
type-arg-mismatch-due-to-impl-trait.stderr Explain that impl Trait introduces an implicit type argument 2019-06-01 11:35:54 -07:00