about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-02-29Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebankGuillaume Gomez-17/+85
2024-02-29Rollup merge of #120820 - CKingX:cpu-base-minimum, r=petrochenkov,ChrisDentonGuillaume Gomez-1/+1
2024-02-29Rollup merge of #121792 - GuillaumeGomez:improve-suggestion, r=michaelwoeristerGuillaume Gomez-1/+1
2024-02-29Rollup merge of #121700 - rcvalle:rust-cfi-dont-compress-user-defined-builtin...Guillaume Gomez-0/+25
2024-02-29Rollup merge of #121654 - compiler-errors:async-fn-for-fn-def, r=oli-obkGuillaume Gomez-11/+95
2024-02-29Update UI test checking suggestion message to rename type starting with under...Guillaume Gomez-1/+1
2024-02-29Rollup merge of #121777 - sisungo:master, r=oli-obkJacob Pratt-2/+2
2024-02-29Rollup merge of #121745 - compiler-errors:refining-impl-trait-deeply-norm, r=...Jacob Pratt-0/+20
2024-02-29Fix tests that are affected by this changesisungo-2/+2
2024-02-29Overhaul how stashed diagnostics work, again.Nicholas Nethercote-10/+37
2024-02-29Don't cancel stashed `TraitMissingMethod` errors.Nicholas Nethercote-6/+34
2024-02-29Don't cancel stashed `OpaqueHiddenTypeMismatch` errors.Nicholas Nethercote-1/+14
2024-02-29Rollup merge of #121743 - compiler-errors:opportunistically-resolve-regions, ...Matthias Krüger-17/+5
2024-02-29Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmeaseMatthias Krüger-151/+168
2024-02-29Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n...Matthias Krüger-0/+29
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-13/+13
2024-02-28Deeply normalize obligations in refining_impl_traitMichael Goulet-0/+20
2024-02-28Opportunistically resolve regions when processing region outlives obligationsMichael Goulet-17/+5
2024-02-28Add regression test for inclusion of whitespace characters in rustdoc highlig...Guillaume Gomez-0/+29
2024-02-28Rollup merge of #121702 - compiler-errors:coerce-alias-relate, r=lcnrGuillaume Gomez-0/+18
2024-02-28Rollup merge of #121698 - rcvalle:rust-cfi-fix-typo, r=compiler-errorsGuillaume Gomez-0/+0
2024-02-28Rollup merge of #121686 - compiler-errors:rpitit-printing, r=lcnrGuillaume Gomez-12/+12
2024-02-28Rollup merge of #121680 - GuillaumeGomez:foreign-macro-jump-to-def, r=notriddleGuillaume Gomez-0/+21
2024-02-28Rollup merge of #121572 - notriddle:notriddle/test-case-121106, r=GuillaumeGomezGuillaume Gomez-0/+19
2024-02-28Rollup merge of #121527 - Enselic:unix_sigpipe-tests-fixes, r=davidtwcoGuillaume Gomez-16/+25
2024-02-28Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwcoGuillaume Gomez-0/+61
2024-02-28Rollup merge of #120051 - riverbl:os-str-display, r=m-ou-seGuillaume Gomez-1/+1
2024-02-28Use `LitKind::Err` for floats with unsupported bases.Nicholas Nethercote-66/+74
2024-02-28Reformat `float-field.rs` test.Nicholas Nethercote-113/+142
2024-02-28Use `LitKind::Err` for floats with empty exponents.Nicholas Nethercote-21/+1
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-12/+12
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-2/+2
2024-02-27CFI: Don't compress user-defined builtin typesRamon de C Valle-0/+25
2024-02-27Process alias-relate obligations in CoerceUnsized loopMichael Goulet-0/+18
2024-02-27CFI: Fix typo in test file namesRamon de C Valle-0/+0
2024-02-27Print RPITIT like an opaqueMichael Goulet-6/+6
2024-02-27rename RPITIT from opaque to syntheticMichael Goulet-10/+10
2024-02-27Flesh out a few more testsMichael Goulet-9/+36
2024-02-27Also support `fnptr(): async Fn` in codegenMichael Goulet-0/+31
2024-02-27Support `{async closure}: Fn` in new solverMichael Goulet-2/+28
2024-02-27Add regression test for link generation on foreign macro in jump to defintion...Guillaume Gomez-0/+21
2024-02-27Rename wasm32-wasi-preview2 to wasm32-wasip2Ryan Levick-1/+1
2024-02-27Add the wasm32-wasi-preview2 targetRyan Levick-1/+4
2024-02-27Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgrbors-6/+47
2024-02-27Rollup merge of #121651 - ShE3py:issue-121647, r=estebankMatthias Krüger-2/+43
2024-02-27Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obkMatthias Krüger-4/+4
2024-02-26Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obkbors-223/+213
2024-02-26Properly emit `expected ;` on `#[attr] expr`Lieselotte-2/+43
2024-02-26Rollup merge of #121628 - gurry:121534-ice-asymm-binop, r=oli-obkMatthias Krüger-0/+21
2024-02-26Rollup merge of #121617 - compiler-errors:async-closure-kind-check, r=oli-obkMatthias Krüger-5/+30