about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-07-29Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errorsbors-25/+118
2023-07-29cg_llvm: remove pointee types and pointercast/bitcast-of-ptrErik Desjardins-23/+1
2023-07-29Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errorsbors-0/+184
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-12/+14
2023-07-29Auto merge of #114148 - cuviper:drop-llvm-14, r=nikicbors-287/+253
2023-07-29Effects: don't print `host` param in diagnosticsDeadbeef-8/+7
2023-07-29Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkinbors-5/+59
2023-07-29print omitted frames count for short backtrace modeyukang-3/+10
2023-07-29Adjust some tests for invalid_reference_casting improvementsUrgau-3/+3
2023-07-29Improve diagnostics of the invalid_reference_casting lintUrgau-68/+121
2023-07-29Avoid linting on expression that are only UB with SB/TBUrgau-34/+19
2023-07-29Add support for deferred casting for the invalid_reference_casting lintUrgau-1/+12
2023-07-29Revert "Temporarily switch invalid_reference_casting lint to allow-by-default"Urgau-18/+22
2023-07-29Fix tests.Mara Bos-2/+3
2023-07-29Fix test output.Mara Bos-2/+2
2023-07-29Change default panic handler message format.Mara Bos-73/+124
2023-07-29Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstriebbors-22/+18
2023-07-29Add regression test for resolving `--extern libc=test.rlib`Martin Nordholts-0/+22
2023-07-29Detect trait upcasting through struct tail unsizingMichael Goulet-0/+40
2023-07-29Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkovbors-11/+1277
2023-07-29Bubble up nested goals from equation in predicates_for_object_candidateMichael Goulet-0/+20
2023-07-29Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgrbors-8/+25
2023-07-29Rollup merge of #114124 - Enselic:proc-fixme, r=cjgillotMatthias Krüger-8/+8
2023-07-29Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillotMatthias Krüger-0/+17
2023-07-29Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e...bors-78/+132
2023-07-29Update lexer emoji diagnostics to Unicode 15.0Charles Lew-21/+19
2023-07-28Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgrbors-0/+350
2023-07-28Add rustdoc tests for generic const itemsLeón Orell Valerian Liehr-0/+86
2023-07-28Update existing UI testsLeón Orell Valerian Liehr-38/+69
2023-07-28Add UI tests for generic const itemsLeón Orell Valerian Liehr-0/+825
2023-07-28clean up after 113312Oleksandr Babak-2/+4
2023-07-28Rollup merge of #114164 - Enselic:lint-cap-trait-bounds, r=compiler-errorsMatthias Krüger-0/+8
2023-07-28Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorinoMatthias Krüger-0/+27
2023-07-28Rollup merge of #114146 - compiler-errors:dont-report-rpitit-name, r=spastorinoMatthias Krüger-0/+99
2023-07-28Rollup merge of #114138 - compiler-errors:bad-rcvr-span-on-method-sugg, r=est...Matthias Krüger-0/+21
2023-07-28Rollup merge of #114099 - davidtwco:issue-113860-staged-api-effective-vis-gt-...Matthias Krüger-0/+195
2023-07-29fix(resolve): update the ambiguity glob binding as warning recursivelybohan-11/+1277
2023-07-29fix(resolve): report unresolved imports firstlybohan-0/+34
2023-07-28Account for macros when suggesting a new let bindingEsteban Küber-3/+15
2023-07-28Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkovbors-0/+143
2023-07-28privacy: no nominal visibility for assoc fnsDavid Wood-0/+195
2023-07-28Introduce the `#[diagnostic]` attribute namespaceGeorg Semmler-0/+143
2023-07-28address reviewb-naber-1/+13
2023-07-28Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnrbors-3/+66
2023-07-28Add regression test for `--cap-lints allow` and trait bounds warningMartin Nordholts-0/+8
2023-07-28Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obkbors-660/+288
2023-07-28Auto merge of #112390 - MoskalykA:move-two-tests-from-library-to-tests, r=wor...bors-109/+0
2023-07-28Format testCaleb Zulawski-10/+12
2023-07-27Add SIMD bitreverse, ctlz, cttz intrinsicsCaleb Zulawski-18/+86
2023-07-27Add simd_bswap intrinsicCaleb Zulawski-16/+39