about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-10-20s/generator/coroutine/Oli Scherer-734/+734
2023-10-20s/Generator/Coroutine/Oli Scherer-349/+349
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 stable Instance::body() and RustcInternal traitCelina G. Val-1/+25
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-5/+166
2023-10-19FileCheck transmute.Camille GILLOT-2/+44
2023-10-19FileCheck inline_shims.Camille GILLOT-1/+4
2023-10-19FileCheck issue_106141.Camille GILLOT-1/+6
2023-10-19Mention skip in README.Camille GILLOT-0/+2
2023-10-19FileCheck lower_slice_len.Camille GILLOT-2/+3
2023-10-19FileCheck lower_array_len.Camille GILLOT-1/+14
2023-10-19FileCheck lower_intrinsics.Camille GILLOT-1/+87
2023-10-19FileCheck casts.Camille GILLOT-50/+53
2023-10-19FileCheck combine_transmutes.Camille GILLOT-1/+22
2023-10-19FileCheck duplicate_switch_targets.Camille GILLOT-4/+5
2023-10-19FileCheck intrinsic_asserts.Camille GILLOT-37/+46
2023-10-19FileCheck combine_clone_of_primitives.Camille GILLOT-8/+11
2023-10-19FileCheck bool_compare.Camille GILLOT-103/+191
2023-10-19FileCheck combine_array_len.Camille GILLOT-2/+3
2023-10-19Add README.Camille GILLOT-0/+16
2023-10-19FileCheck box_expr.rsCamille GILLOT-145/+104
2023-10-19FileCheck basic_assignment.rs.Camille GILLOT-3/+20
2023-10-19FileCheck asm_unwind_panic_abort.rsCamille GILLOT-1/+3
2023-10-19FileCheck array_index_is_temporary.rsCamille GILLOT-1/+7
2023-10-19Run filecheck on reference_prop.rsCamille GILLOT-16/+318
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-190/+470
2023-10-19Improve the warning messages for the `#[diagnostic::on_unimplemented]`Georg Semmler-17/+74
2023-10-19Rollup merge of #116896 - cjgillot:single-inline, r=oli-obkMatthias Krüger-0/+19
2023-10-19Fix `span_use_eq_ctxt` testJakub Beránek-2/+4
2023-10-19Auto merge of #116037 - wesleywiser:stack_protector_test_windows, r=cuviperbors-1/+821
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-18Auto merge of #116493 - compiler-errors:coinductive-cycle-lint, r=lcnrbors-0/+25
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