about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-09-20Enable effects for libcoreDeadbeef-171/+225
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-19Update tests for custom classesGuillaume Gomez-41/+9
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-2/+2
2023-09-19Add new rustdoc-ui test for `custom_code_classes_in_docs` featureGuillaume Gomez-1/+20
2023-09-19tests/ui/abi: Enable repr(transparent) union ABI tests on RISC-Vmsizanoen-2/+1
2023-09-19Rollup merge of #115924 - compiler-errors:non-exhaustive-1-zst, r=RalfJungGuillaume Gomez-1/+81
2023-09-19Rollup merge of #115625 - compiler-errors:hrtb-infer-err, r=b-naberGuillaume Gomez-0/+37
2023-09-19Rollup merge of #114941 - compiler-errors:inline-shadowed-by-dyn, r=lcnrGuillaume Gomez-0/+126
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-2/+317
2023-09-19use pretty_print_const_value from MIR constant 'extra' printingRalf Jung-2/+2
2023-09-19Don't complain on a single non-exhaustive 1-zstMichael Goulet-1/+81
2023-09-19Don't resolve generic instances if they may be shadowed by dynMichael Goulet-19/+93
2023-09-19Explain HRTB + infer limitations of old solverMichael Goulet-0/+37
2023-09-19Failing testMichael Goulet-0/+52
2023-09-19Rollup merge of #115930 - Zalathar:spans-bug, r=compiler-errorsMatthias Krüger-16/+305
2023-09-19Rollup merge of #115879 - clubby789:migrate-hir-typeck-cast, r=compiler-errorsMatthias Krüger-10/+50
2023-09-19Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obkMatthias Krüger-105/+29
2023-09-19Rollup merge of #115869 - ferrocene:pa-fix-tests-cargo-remap, r=compiler-errorsMatthias Krüger-3/+0
2023-09-18Auto merge of #115748 - RalfJung:post-mono, r=oli-obkbors-75/+150
2023-09-18make more prettyBoxy-105/+29
2023-09-18Migrate 'cast to bool' diagnosticclubby789-10/+50
2023-09-18coverage: Regression test for inconsistent handling of closure spansZalathar-0/+289
2023-09-18coverage: Fix an unstable-sort inconsistency in coverage spansZalathar-16/+16
2023-09-18Auto merge of #115914 - GuillaumeGomez:turn-custom_code_classes_in_docs-into-...bors-5/+9
2023-09-17Auto merge of #115334 - RalfJung:transparent-aligned-zst, r=compiler-errorsbors-44/+61
2023-09-17Auto merge of #115909 - Dylan-DPC:rollup-uf96r2d, r=Dylan-DPCbors-20/+85
2023-09-17Update tests for `custom_code_classes_in_docs` featureGuillaume Gomez-5/+9
2023-09-17Auto merge of #114750 - Enselic:metadata-dep-info, r=compiler-errorsbors-0/+22
2023-09-17Rollup merge of #115862 - clubby789:migrate-callee-translatable, r=compiler-e...Dylan DPC-12/+18
2023-09-17Rollup merge of #115654 - RalfJung:pass-mode-cast, r=compiler-errorsDylan DPC-2/+2
2023-09-17Rollup merge of #115611 - lukas-code:format!("{r#ident}"), r=compiler-errorsDylan DPC-0/+61
2023-09-17Rollup merge of #114965 - benschulz:mpsc-drop, r=dtolnayDylan DPC-6/+4
2023-09-17Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...bors-6/+207
2023-09-17Auto merge of #113748 - clarfonthey:ip-step, r=dtolnaybors-1/+1
2023-09-16Rollup merge of #115890 - GuillaumeGomez:migrate-gui-test-color-41, r=notriddleMatthias Krüger-1/+1
2023-09-16Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obkMatthias Krüger-6/+6
2023-09-16Auto merge of #115894 - matthiaskrgr:rollup-pe5efh4, r=matthiaskrgrbors-2/+5
2023-09-16make ty::Const debug printing less verboseRalf Jung-6/+6
2023-09-16Rollup merge of #115860 - Soveu:varargs2, r=WaffleLapkinMatthias Krüger-2/+5
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-0/+298
2023-09-16Migrate GUI colors test to original CSS color formatGuillaume Gomez-1/+1
2023-09-16Rollup merge of #115866 - RalfJung:interpret-debug, r=compiler-errorsMatthias Krüger-16/+15
2023-09-16Auto merge of #115315 - RalfJung:field-capture-packed-alignment, r=oli-obkbors-17/+12
2023-09-16impl Step for IP addressesltdk-1/+1
2023-09-16Auto merge of #114494 - est31:extend_useless_ptr_null_checks, r=jackh726bors-21/+31