about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-157/+795
2025-04-17Rollup merge of #139944 - shepmaster:eager-diagnostics, r=nnethercoteMatthias Krüger-14/+12
2025-04-17Rollup merge of #139904 - ferrocene:lw-wkumpwrytvtp, r=nnethercote,jieyouxuMatthias Krüger-7/+53
2025-04-17Rollup merge of #139782 - xizheyin:issue-139627, r=wesleywiserMatthias Krüger-0/+16
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-565/+535
2025-04-16Move eager translation to a method on `Diag`Jake Goulding-14/+12
2025-04-17Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgrbors-67/+43
2025-04-17Support inlined cross-crate re-exported trait aliasesLeón Orell Valerian Liehr-39/+95
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-8/+8
2025-04-17Augment some tests involving attributes.Nicholas Nethercote-3/+46
2025-04-17Fix attribute printing in an error.Nicholas Nethercote-4/+4
2025-04-17Warnings-as-errors in `check-builtin-attr-ice.rs`.Nicholas Nethercote-4/+26
2025-04-16ignore aix for tests/ui/erros/pic-linker.rsCurtis D'Alves-0/+1
2025-04-16Make cow_of_cow test a teeny bit more explicitNadrieril-1/+2
2025-04-16add a feature gate testdianne-0/+44
2025-04-16upvar inference for implicit deref patternsdianne-0/+27
2025-04-16respect the tcx's recursion limit when peelingdianne-0/+41
2025-04-16don't peel ADTs the pattern could matchdianne-0/+79
2025-04-17Rollup merge of #139915 - RalfJung:intrinsic-imports, r=compiler-errorsMatthias Krüger-52/+4
2025-04-17Rollup merge of #139900 - lcnr:normalizes-to-where-bounds-unproductive, r=com...Matthias Krüger-0/+188
2025-04-17Rollup merge of #139889 - spencer3035:clean-ui-tests-3-of-n, r=jieyouxuMatthias Krüger-12/+50
2025-04-17Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwcoMatthias Krüger-78/+215
2025-04-17Rollup merge of #139828 - compiler-errors:rigid-trait, r=lcnrMatthias Krüger-0/+41
2025-04-17Rollup merge of #139440 - a4lg:riscv-feature-addition-batch-2, r=AmanieuMatthias Krüger-0/+10
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-15/+287
2025-04-17Rollup merge of #139917 - folkertdev:fn-align-multiple, r=jdonszelmannMatthias Krüger-0/+19
2025-04-17Rollup merge of #139908 - Zalathar:no-ascription, r=jieyouxuMatthias Krüger-43/+0
2025-04-17Rollup merge of #139891 - pvdrz:add-dso-local, r=scottmcmMatthias Krüger-6/+6
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-18/+18
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-2/+5
2025-04-16register `DerefMut` bounds for implicit mutable derefsdianne-3/+62
2025-04-16pattern typing for immutable implicit deref patternsdianne-3/+183
2025-04-16passing test for dualvManuel Drehwald-0/+113
2025-04-16Don't require rigid alias's trait to holdMichael Goulet-0/+41
2025-04-16Fix replacing supertrait aliases in ReplaceProjectionWithMichael Goulet-0/+103
2025-04-16Add test for `extern` without explicit ABIObei Sideg-15/+287
2025-04-16Test for relative paths in crate path diagnosticsChris Denton-0/+61
2025-04-16Cleaned up base tests for `isize` and `usize` in `tests/ui/numbers-arithmetic`Spencer-12/+50
2025-04-16replace some #[rustc_intrinsic] usage with use of the libcore declarationsRalf Jung-52/+4
2025-04-16Rollup merge of #139893 - reddevilmidzy:add-test, r=SparrowLiiMatthias Krüger-0/+5
2025-04-16Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errorsMatthias Krüger-9/+0
2025-04-16Rollup merge of #139880 - compiler-errors:rpitit-nameless, r=nnethercoteMatthias Krüger-0/+21
2025-04-16Rollup merge of #139871 - GuillaumeGomez:async-gen-move, r=compiler-errorsMatthias Krüger-0/+117
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-43/+0
2025-04-16fix multiple `#[repr(align(N))]` on functionsFolkert de Vries-0/+19
2025-04-16Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` testsLukas Wirth-7/+53
2025-04-16stepping into impls for norm is unproductivelcnr-0/+188
2025-04-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-17/+17
2025-04-15Include optional dso_local marker for functions in `enum-match.rs`Christian Poveda-6/+6
2025-04-15rustdoc: Output target feature informationWill Glynn-0/+132