about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2023-12-15coverage: Use `Waker::noop` in async testsZalathar-354/+135
2023-12-15Opportunistically resolve region var in canonicalizerMichael Goulet-0/+58
2023-12-14Address PR commentsCelina G. Val-1/+1
2023-12-14Rollup merge of #118948 - compiler-errors:noop, r=eholkJubilee-82/+41
2023-12-14Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum...Jubilee-13/+27
2023-12-14Auto merge of #118949 - matthiaskrgr:rollup-rdzlb9h, r=matthiaskrgrbors-2/+48
2023-12-14Auto merge of #118375 - ouz-a:add_emit_stable_mir_tests, r=celinvalbors-0/+249
2023-12-14Unconditionally register alias-relate in projection goalMichael Goulet-2/+48
2023-12-14Use the Waker::noop API in testsMichael Goulet-82/+41
2023-12-14Change expr_trailing_brace to an exhaustive match to force new expression kin...GearsDatapacks-0/+396
2023-12-14Recurse into let bindings if possible in ref casting lintUrgau-8/+35
2023-12-14add stable_mir output testouz-a-0/+249
2023-12-14consistently use "next solver" instead of "new solver"lcnr-1/+1
2023-12-14update use of feature flagslcnr-200/+200
2023-12-14Don't forget pure rustc target features in check-cfgUrgau-1/+4
2023-12-14Use all the known features in check-cfgUrgau-13/+24
2023-12-14Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Kibors-0/+31
2023-12-14Auto merge of #118538 - RalfJung:size-of-val-comments, r=WaffleLapkinbors-0/+21
2023-12-14Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiserbors-7/+17
2023-12-13fix: Overlapping spans in delimited meta-varsEliseZeroTwo-0/+63
2023-12-14Auto merge of #118389 - estebank:type-verbosity, r=b-naberbors-21/+19
2023-12-13Tweak `short_ty_string` to reduce number of filesEsteban Küber-21/+19
2023-12-13Auto merge of #118402 - notriddle:notriddle/ranking-and-filtering, r=Guillaum...bors-15/+117
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-0/+31
2023-12-13Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkovbors-323/+420
2023-12-13fix computing the dynamic alignment of packed structs with dyn trait tailsRalf Jung-0/+21
2023-12-13rustdoc-search: use set ops for ranking and filteringMichael Howell-15/+117
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-13Remove dangling check-cfg ui tests filesUrgau-249/+0
2023-12-13Add more suggestion to unexpected cfg names and valuesUrgau-74/+420
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