about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-81/+81
2023-10-20Rename `Gen` to `Coro` in testsOli Scherer-12/+12
2023-10-20s/generator/coroutine/Oli Scherer-601/+601
2023-10-20s/Generator/Coroutine/Oli Scherer-292/+292
2023-10-20Mention `into_iter` on borrow errors suggestions when appropriateEsteban Küber-0/+4
2023-10-20Typo suggestion to change bindings with leading underscoreEsteban Küber-0/+24
2023-10-20Auto merge of #116965 - estebank:issue-65329, r=cjgillotbors-19/+64
2023-10-20Move `invalid-llvm-passes` test to `invalid-compile-flags` folderMiguel Ojeda-0/+0
2023-10-20Fix a span for one of the test casesGeorg Semmler-29/+15
2023-10-20Invalid `?` suggestion on mismatched `Ok(T)`Ethan Brierley-0/+21
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-168/+142
2023-10-20Auto merge of #116899 - compiler-errors:closure-sig-infer, r=lcnrbors-0/+36
2023-10-20Move where doc comment meant as comment checkEsteban Küber-19/+64
2023-10-20Auto merge of #116838 - gurry:116836-dup-macro-invoc-diag, r=petrochenkovbors-42/+9
2023-10-19add non-regression test for issue 116657Rémy Rakic-0/+105
2023-10-19Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errorsbors-1/+37
2023-10-19Improve the warning messages for the `#[diagnostic::on_unimplemented]`Georg Semmler-17/+74
2023-10-19Rollup merge of #116908 - estebank:issue-78206, r=compiler-errorsLeón Orell Valerian Liehr-50/+52
2023-10-19Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errorsLeón Orell Valerian Liehr-0/+62
2023-10-19Rollup merge of #116663 - compiler-errors:resolve-regions, r=lcnrLeón Orell Valerian Liehr-0/+28
2023-10-19Fix duplicate labels emitted in `render_multispan_macro_backtrace()`Gurinder Singh-42/+9
2023-10-19Suggest relaxing implicit `type Assoc: Sized;` boundEsteban Küber-0/+44
2023-10-18Tweak wording of type errors involving type paramsEsteban Küber-50/+52
2023-10-18Don't ICE when encountering unresolved regions in fully_resolveMichael Goulet-0/+28
2023-10-18Add a test showing failing closure signature inference in new solverMichael Goulet-0/+36
2023-10-18Bump COINDUCTIVE_OVERLAP_IN_COHERENCEMichael Goulet-0/+25
2023-10-18Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one anotherLeón Orell Valerian Liehr-0/+62
2023-10-18Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obkAli MJ Al-Nasrawy-3/+82
2023-10-18Rollup merge of #116865 - estebank:issue-46969, r=compiler-errorsAli MJ Al-Nasrawy-0/+44
2023-10-18Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errorsAli MJ Al-Nasrawy-0/+30
2023-10-18Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv...Ali MJ Al-Nasrawy-0/+25
2023-10-18revert rust-lang/rust#114586Ali MJ Al-Nasrawy-3/+82
2023-10-18Auto merge of #116713 - estebank:issue-116703, r=compiler-errorsbors-52/+528
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-1/+1
2023-10-17Suggest constraining assoc types in more casesEsteban Küber-0/+44
2023-10-17Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obkbors-108/+108
2023-10-17Disable effects in libcore againOli Scherer-0/+30
2023-10-17Unify suggestion wordingEsteban Küber-123/+90
2023-10-17review comments + more testsEsteban Küber-12/+412
2023-10-17Properly account for self ty in method disambiguation suggestionEsteban Küber-0/+109
2023-10-17Rollup merge of #116717 - estebank:issue-9082, r=oli-obkMatthias Krüger-0/+267
2023-10-17Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkovMatthias Krüger-121/+746
2023-10-17disable missing_copy_implementations lint on non_exhaustive typesRyan Mehri-0/+25
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-32/+563
2023-10-17[RFC 3127 - Trim Paths]: Add test for -Zremap-path-scope=diagnosticsUrgau-1/+22
2023-10-17[RFC 3127 - Trim Paths]: Add test for -Zremap-path-scope=macroUrgau-0/+15
2023-10-17Flesh out tests moreMichael Goulet-7/+143
2023-10-16Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726Guillaume Gomez-0/+41
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-66/+66
2023-10-16Rebless.Camille GILLOT-11/+11