about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-06-02Rollup merge of #125311 - calebzulawski:repr-packed-simd-intrinsics, r=workin...Jubilee-15/+50
2024-06-02Test codegen for repr(packed,simd)Jubilee Young-0/+44
2024-06-02Migrate `run-make/c-link-to-rust-dylib` to `rmake.rs`Guillaume Gomez-21/+41
2024-06-02Handle no values cfg with --print=check-cfgUrgau-0/+14
2024-06-02Auto merge of #125822 - Urgau:print-check-cfg-refactor-test, r=jieyouxubors-64/+86
2024-06-02Auto merge of #125773 - GuillaumeGomez:migrate-run-make-cdylib, r=jieyouxubors-23/+36
2024-06-02Auto merge of #124294 - tspiteri:ilog-first-iter, r=the8472bors-0/+20
2024-06-01Auto merge of #125863 - fmease:rej-CVarArgs-in-parse_ty_for_where_clause, r=c...bors-2/+23
2024-06-01Reject CVarArgs in parse_ty_for_where_clauseLeón Orell Valerian Liehr-2/+23
2024-06-01Improve documentationCaleb Zulawski-2/+3
2024-06-01Simplify IntVarValue/FloatVarValueMichael Goulet-9/+0
2024-06-01Auto merge of #123572 - Mark-Simulacrum:vtable-methods, r=oli-obkbors-3/+3
2024-06-01Auto merge of #125821 - Luv-Ray:issue#121126, r=fee1-deadbors-4/+26
2024-06-01Increase vtable layout sizeMark Rousskov-3/+3
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-218/+3
2024-06-01Migrate `run-make/emit-named-files` to `rmake.rs`Guillaume Gomez-33/+25
2024-06-01Migrate `run-make/cdylib` to `rmake.rs`Guillaume Gomez-23/+36
2024-06-01check index `value <= 0xFFFF_FF00`Luv-Ray-4/+26
2024-05-31Refactor --print=check-cfg testUrgau-64/+86
2024-05-31Rollup merge of #125807 - oli-obk:resolve_const_types, r=compiler-errorsMatthias Krüger-0/+43
2024-05-31Rollup merge of #125796 - scottmcm:more-inst-simplify, r=oli-obkMatthias Krüger-0/+156
2024-05-31Rollup merge of #125776 - compiler-errors:translate-args, r=lcnrMatthias Krüger-0/+89
2024-05-31Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obkMatthias Krüger-2/+319
2024-05-31Stop using translate_args in the new solverMichael Goulet-0/+89
2024-05-31Auto merge of #125759 - nnethercote:format-some-tests, r=GuillaumeGomezbors-2017/+2129
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-371/+422
2024-05-31Auto merge of #124662 - zetanumbers:needs_async_drop, r=oli-obkbors-36/+59
2024-05-31Check that we can constrain the hidden tpye of a TAIT used in a const generic...Oli Scherer-7/+21
2024-05-31Also resolve the type of constants, even if we already turned it into an erro...Oli Scherer-0/+29
2024-05-31Rollup merge of #125786 - compiler-errors:fold-item-bounds, r=lcnrMatthias Krüger-142/+530
2024-05-31Rollup merge of #125774 - mu001999-contrib:fix/125757, r=compiler-errorsMatthias Krüger-0/+55
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-209/+209
2024-05-31Run rustfmt on `tests/codegen-units/`.Nicholas Nethercote-228/+208
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-1334/+1447
2024-05-30Also InstSimplify `&raw*`Scott McMurray-0/+156
2024-05-30Update ui tests for leading-underscore suggestionLucas Scharenbroch-3/+5
2024-05-31Avoid unwrap diag.code directlyr0cky-0/+55
2024-05-31Revert "Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obk"Camille GILLOT-371/+422
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-209/+209
2024-05-30Add a bunch of testsMichael Goulet-29/+311
2024-05-30Fold item bound before checking that they holdMichael Goulet-113/+219
2024-05-30rewrite mixing-formats testOneirical-75/+87
2024-05-30rewrite bare-outfile testOneirical-9/+15
2024-05-30rewrite emit testOneirical-22/+19
2024-05-30Auto merge of #125378 - lcnr:tracing-no-lines, r=oli-obkbors-39/+46
2024-05-30Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obkbors-422/+371
2024-05-30ignore whitespace in ldd testslcnr-3/+3
2024-05-30add info to rust-ldd tests failureslcnr-17/+24
2024-05-30update UI testslcnr-19/+19
2024-05-30Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkovbors-0/+165