about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-12-13Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-e...Matthias Krüger-3/+54
2023-12-13Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkovMatthias Krüger-24/+40
2023-12-13Auto merge of #118534 - RalfJung:extern-type-size-of-val, r=WaffleLapkinbors-62/+108
2023-12-13Auto merge of #117050 - c410-f3r:here-we-go-again, r=petrochenkovbors-210/+198
2023-12-12Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholkJubilee-6/+69
2023-12-12Rollup merge of #118872 - GuillaumeGomez:codeblock-attr-lint, r=notriddleJubilee-27/+112
2023-12-12Rollup merge of #118864 - farnoy:masked-load-store-fixes, r=workingjubileeJubilee-2/+2
2023-12-12Actually parse async gen blocks correctlyMichael Goulet-6/+69
2023-12-12Add a test for a codeblock with multiple invalid attributesGuillaume Gomez-1/+39
2023-12-12Auto merge of #118881 - matthiaskrgr:rollup-0rl3tir, r=matthiaskrgrbors-107/+470
2023-12-12Rollup merge of #118877 - Enselic:remove-cgu-fixme, r=NilstriebMatthias Krüger-3/+3
2023-12-12Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=...Matthias Krüger-22/+139
2023-12-12Rollup merge of #118855 - nnethercote:improve-attribute-value-error, r=compil...Matthias Krüger-40/+49
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-42/+190
2023-12-12Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate...Matthias Krüger-0/+89
2023-12-12also test projecting to some sized fields at non-zero offset in structs with ...Ralf Jung-5/+16
2023-12-12test that both size_of_val and align_of_val panicRalf Jung-6/+16
2023-12-12tests: CGU tests require build-pass, not check-pass (remove FIXME)Martin Nordholts-3/+3
2023-12-12Follow guidelines for lint suggestionsGuillaume Gomez-27/+55
2023-12-12Add test for `rustX` codeblock attributeGuillaume Gomez-1/+20
2023-12-12Don't gate the feature twiceNadrieril-50/+14
2023-12-12Correctly gate the parsing of match arms without bodyNadrieril-22/+175
2023-12-12refactor writeback: emit normalization errors with new solverlcnr-20/+27
2023-12-12Fix alignment passed down to LLVM for simd_masked_loadJakub Okoński-2/+2
2023-12-12make it more clear what comments refer to; avoid dangling unaligned referencesRalf Jung-5/+11
2023-12-12reject projecting to fields whose offset we cannot computeRalf Jung-59/+71
2023-12-12codegen: panic when trying to compute size/align of extern typeRalf Jung-1/+8
2023-12-12Rollup merge of #118797 - tmiasko:dead-coro, r=davidtwcoMatthias Krüger-0/+12
2023-12-12Rollup merge of #118756 - jyn514:colors, r=estebankMatthias Krüger-11/+132
2023-12-12Improve an error involving attribute values.Nicholas Nethercote-40/+49
2023-12-12Coroutine variant fields can be uninitializedTomasz Miąsko-3/+54
2023-12-11Auto merge of #117962 - weihanglo:debug-name-table, r=wesleywiserbors-0/+25
2023-12-11End locals' live range before suspending coroutineTomasz Miąsko-0/+12
2023-12-11fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`Weihang Lo-2/+2
2023-12-11test: demonstrate that dwarf debug names sections are emittedWeihang Lo-0/+25
2023-12-11Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errorsMatthias Krüger-1/+20
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-0/+595
2023-12-11Auto merge of #118823 - GuillaumeGomez:rollup-6v51gxv, r=GuillaumeGomezbors-110/+124
2023-12-11Rollup merge of #118812 - notriddle:notriddle/assoc-name-intern, r=GuillaumeG...Guillaume Gomez-0/+95
2023-12-11Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8KiGuillaume Gomez-110/+29
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-119/+69
2023-12-11Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubileebors-0/+59
2023-12-11Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=...bors-12/+12
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-0/+7
2023-12-10rustdoc-search: fix fast path unboxing bindingsMichael Howell-0/+11
2023-12-11Auto merge of #114571 - nnethercote:improve-print_tts, r=petrochenkovbors-322/+443
2023-12-10rustdoc-search: do not treat associated type names as typesMichael Howell-0/+84
2023-12-11Rearrange `default_configuration` and `CheckCfg::fill_well_known`.Nicholas Nethercote-12/+12
2023-12-11Add a few cases with wonky formatting to `stringify.rs` test.Nicholas Nethercote-0/+4
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-83/+96