about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-22Rollup merge of #116049 - RalfJung:future-incompat, r=NilstriebMatthias Krüger-2/+2
2023-09-22Rollup merge of #116039 - estebank:nested-tait, r=compiler-errorsMatthias Krüger-0/+56
2023-09-22Rollup merge of #116036 - Enselic:split-large_moves, r=oli-obkMatthias Krüger-94/+96
2023-09-22Rollup merge of #116034 - chenyukang:yukang-98601-add-ui-testcase, r=estebankMatthias Krüger-0/+44
2023-09-22hide rustc line numbers in testRalf Jung-2/+2
2023-09-22Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obkbors-119/+133
2023-09-22Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillotbors-0/+56
2023-09-21Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errorsbors-119/+181
2023-09-21Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebankbors-16/+149
2023-09-21Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naberbors-2/+4
2023-09-21Suggest desugaring to RPITIT when AFIT is required to be an auto traitMichael Goulet-0/+133
2023-09-21Record asyncness span in HIRMichael Goulet-16/+16
2023-09-21tests/ui: Split large_moves.rs and move to lint/large_assignmentsMartin Nordholts-96/+98
2023-09-21Account for nested `impl Trait` in TAITEsteban Küber-0/+56
2023-09-21Auto merge of #114399 - Zalathar:no-renumber, r=jackh726bors-136/+128
2023-09-21tests/ui: Fix large_moves attribute cfgMartin Nordholts-1/+1
2023-09-21added support for GNU/HurdSamuel Thibault-2/+4
2023-09-21add UI test for delimiter errorsyukang-0/+44
2023-09-21Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomezGuillaume Gomez-9/+0
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-4/+4
2023-09-21Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJungGuillaume Gomez-0/+36
2023-09-21Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=NilstriebGuillaume Gomez-39/+123
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-1/+16
2023-09-21Add regression testOli Scherer-0/+21
2023-09-21coverage: Explicitly simplify coverage expressions in codegenZalathar-136/+128
2023-09-21Improve invalid UTF-8 lint by finding the expression initializerUrgau-39/+123
2023-09-21update testslcnr-11/+116
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-4/+4
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-9/+0
2023-09-20Auto merge of #115987 - loongarch-rs:fix-transparent-union-abi, r=bjorn3bors-2/+0
2023-09-20Rollup merge of #115988 - notriddle:notriddle/search-tab-layout, r=GuillaumeG...Guillaume Gomez-1/+85
2023-09-20Rollup merge of #115962 - Zalathar:debug, r=oli-obkGuillaume Gomez-39/+0
2023-09-20Rollup merge of #115965 - matthewjasper:extra-if-let-guard-tests, r=compiler-...Matthias Krüger-4/+297
2023-09-20coverage: Remove debug code from the instrumentorZalathar-39/+0
2023-09-20Auto merge of #115734 - tmiasko:kcfi-no-core, r=compiler-errorsbors-6/+28
2023-09-19rustdoc: add test cases, and fix, search tabsMichael Howell-1/+85
2023-09-20Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgillotbors-120/+195
2023-09-20bless the known-bug testsDeadbeef-109/+67
2023-09-20fix rustdoc testsDeadbeef-10/+12
2023-09-20Enable effects for libcoreDeadbeef-171/+225
2023-09-20Auto merge of #115959 - nikic:update-llvm-13, r=cuviperbors-0/+32
2023-09-20tests/ui/abi: Enable repr(transparent) union ABI tests on LoongArch64WANG Rui-2/+0
2023-09-19wrap fn sig binders in fn ptrEduardo Sánchez Muñoz-18/+6
2023-09-19Auto merge of #115979 - GuillaumeGomez:rollup-06ujzgh, r=GuillaumeGomezbors-28/+136
2023-09-19Rollup merge of #115947 - GuillaumeGomez:custom_code_classes_in_docs-warning,...Guillaume Gomez-26/+13
2023-09-19Rollup merge of #115801 - compiler-errors:async-cycle-mono, r=oli-obkGuillaume Gomez-0/+122
2023-09-19Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3Guillaume Gomez-2/+1
2023-09-19Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-sebors-2/+2
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-119/+193
2023-09-19Update tests for custom classesGuillaume Gomez-41/+9