about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-819/+879
2024-05-31Explain why we don't run rustfmt on `tests/crashes/`.Nicholas Nethercote-1/+1
2024-05-31Run rustfmt on `tests/coverage-run-rustdoc/`.Nicholas Nethercote-1/+0
2024-05-31Run rustfmt on `tests/coverage/`.Nicholas Nethercote-1/+0
2024-05-31Run rustfmt on `tests/codegen-units/`.Nicholas Nethercote-229/+208
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-1335/+1448
2024-05-30Also InstSimplify `&raw*`Scott McMurray-1/+157
2024-05-31minor: replace command-group with process-wrapHenry Chen-45/+73
2024-05-30Update ui tests for leading-underscore suggestionLucas Scharenbroch-3/+5
2024-05-30Improve renaming suggestion for names with leading underscoresLucas Scharenbroch-14/+24
2024-05-30The modern styling is apparently to use Title Case for the chip/company, "Arm".Lokathor-22/+22
2024-05-31Auto merge of #125794 - cjgillot:revert-115105, r=compiler-errorsbors-373/+661
2024-05-31Avoid unwrap diag.code directlyr0cky-2/+57
2024-05-31Revert "Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obk"Camille GILLOT-373/+661
2024-05-31Don't recompute `tail` in `lower_stmts`Waffle Maybe-1/+1
2024-05-30Auto merge of #125710 - RalfJung:compiletest-components, r=workingjubileebors-4/+10
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-819/+879
2024-05-30Add a bunch of testsMichael Goulet-29/+311
2024-05-30Fold item bound before checking that they holdMichael Goulet-115/+246
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-43/+48
2024-05-30Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearthbors-676/+1422
2024-05-30Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obkbors-661/+373
2024-05-30ignore whitespace in ldd testslcnr-3/+3
2024-05-30add info to rust-ldd tests failureslcnr-17/+24
2024-05-30add logging to search graphlcnr-1/+2
2024-05-30update UI testslcnr-19/+19
2024-05-30remove tracing tree indent lineslcnr-3/+0
2024-05-30Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkovbors-74/+366
2024-05-30Auto merge of #125761 - matthiaskrgr:rollup-7u082og, r=matthiaskrgrbors-492/+576
2024-05-30Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...Philipp Krones-676/+1422
2024-05-30Rollup merge of #125754 - Zalathar:conditions-num, r=lqdMatthias Krüger-33/+34
2024-05-30Rollup merge of #125753 - Zalathar:procres, r=jieyouxuMatthias Krüger-29/+19
2024-05-30Rollup merge of #125746 - jmillikin:duration-from-weeks-typo, r=lqdMatthias Krüger-1/+1
2024-05-30Rollup merge of #125745 - tgross35:bump-stage0, r=Mark-SimulacrumMatthias Krüger-428/+428
2024-05-30Rollup merge of #125739 - RalfJung:drop-in-place-docs, r=workingjubileeMatthias Krüger-1/+18
2024-05-30Rollup merge of #125711 - oli-obk:const_block_ice2, r=NadrierilMatthias Krüger-162/+163
2024-05-30Rollup merge of #125342 - tbu-:pr_doc_write, r=ChrisDentonMatthias Krüger-0/+76
2024-05-30Auto merge of #12867 - flip1995:rustup, r=flip1995bors-154/+169
2024-05-30Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrierilbors-162/+163
2024-05-30Bump nightly version -> 2024-05-30Philipp Krones-1/+1
2024-05-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-707/+1475
2024-05-30explain what the open questions are, and add a Miri test for thatRalf Jung-0/+17
2024-05-30Run rustfmt on `tests/auxiliary/`.Nicholas Nethercote-1/+0
2024-05-30Run rustfmt on `tests/assembly/`.Nicholas Nethercote-85/+52
2024-05-30List all `tests/` subdirs explicitly in `rustfmt.toml`.Nicholas Nethercote-3/+26
2024-05-30compiletest: clarify COMPILETEST_NEEDS_ALL_LLVM_COMPONENTS errorRalf Jung-4/+10
2024-05-30Auto merge of #125671 - BoxyUwU:remove_const_ty_eq, r=compiler-errorsbors-327/+206