about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-06-22Rollup merge of #142845 - dpaoliello:textrel-on-minimal-lib, r=jieyouxuJacob Pratt-5/+3
2025-06-22Rollup merge of #142841 - dpaoliello:fmt-write-bloat, r=jieyouxuJacob Pratt-7/+2
2025-06-22Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmannJacob Pratt-45/+63
2025-06-22Auto merge of #141856 - folkertdev:run-make-forward-compiletest-runner, r=jie...bors-1/+2
2025-06-21target-feature: enable rust target features implied by target-cpuJed Brown-0/+28
2025-06-21add nvptx_target_featureJed Brown-1/+58
2025-06-22forward the bootstrap `runner` to `run-make`Folkert de Vries-1/+2
2025-06-21Skip collecting no-op DropGlue in vtablesMark Rousskov-0/+23
2025-06-21remove asm_goto feature annotation, for it is now stabilizedTshepang Mbambo-1/+0
2025-06-21Enable textrel-on-minimal-lib for WindowsDaniel Paoliello-5/+3
2025-06-21Auto merge of #142546 - cjgillot:reachable-jump, r=compiler-errorsbors-1/+12
2025-06-21Enable fmt-write-bloat for WindowsDaniel Paoliello-7/+2
2025-06-21All HIR attributes are outerDavid Tolnay-45/+41
2025-06-21Add regression test for issue 142649David Tolnay-0/+22
2025-06-21Rollup merge of #142698 - tgross35:concat-byte-cstr-diag, r=petrochenkovJana Dönszelmann-29/+95
2025-06-21Rollup merge of #142788 - lolbinarycat:core-AsciiChar-alias, r=tgross35Matthias Krüger-0/+12
2025-06-21Rollup merge of #142787 - samueltardieu:diag-items-for-clippy, r=Manishearth,...Matthias Krüger-10/+0
2025-06-21Rollup merge of #142597 - folkertdev:abi-cannot-be-called, r=workingjubileeMatthias Krüger-184/+1307
2025-06-21Rollup merge of #142502 - nnethercote:rustdoc-json-GenericArgs, r=aDotInTheVoidMatthias Krüger-0/+20
2025-06-21rustdoc_json: represent generic args consistently.Nicholas Nethercote-2/+2
2025-06-21rustdoc_json: Fix handling of paths with no generic args.Nicholas Nethercote-1/+1
2025-06-21rustdoc_json: Add a test for some `GenericArgs` cases.Nicholas Nethercote-0/+20
2025-06-20Rollup merge of #142571 - cjgillot:borrowed-classes, r=oli-obkTrevor Gross-0/+75
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-16/+133
2025-06-20Rollup merge of #142476 - dtolnay:attrbinop, r=fmeaseTrevor Gross-0/+20
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-25/+79
2025-06-20Add an attribute-related parenthesization edge caseDavid Tolnay-0/+6
2025-06-20Add AST pretty-printer tests involving attr on binary operationDavid Tolnay-0/+9
2025-06-20Recover from semicolon field separatorCameron Steffen-9/+9
2025-06-20Make some `use _` tests multi-editionEsteban Küber-13/+104
2025-06-20Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkovJakub Beránek-1/+1
2025-06-20Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmannJakub Beránek-31/+33
2025-06-20Rollup merge of #142575 - oli-obk:sneaky-self-init, r=RalfJungTrevor Gross-0/+39
2025-06-20Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obkTrevor Gross-5/+5
2025-06-20Bless UI tests: do not print alternate implementors of `Step`Samuel Tardieu-10/+0
2025-06-20error on calls to ABIs that cannot be calledFolkert de Vries-184/+1307
2025-06-20add doc(alias("AsciiChar")) to core::ascii::Charbinarycat-0/+12
2025-06-20expected word diagnostic testJana Dönszelmann-0/+15
2025-06-20coldJana Dönszelmann-20/+20
2025-06-20Ensure copy* intrinsics also perform the static self-init checksOli Scherer-1/+25
2025-06-20Rollup merge of #140920 - RalfJung:target-feature-unification, r=nnethercote,...Trevor Gross-27/+46
2025-06-20Rollup merge of #138291 - jdonszelmann:optimize-attr, r=oli-obkTrevor Gross-6/+9
2025-06-20Add regression testOli Scherer-0/+15
2025-06-19Avoid a bitcast FFI call in transmutingScott McMurray-0/+45
2025-06-20Fix `tests/ui/asm/naked-invalid-attr.stderr`.Nicholas Nethercote-1/+1
2025-06-19Auto merge of #140748 - m-ou-se:super-format-args3, r=jdonszelmannbors-141/+118
2025-06-19Preserve Paren expression's attributes during UnparenthesizeDavid Tolnay-0/+5
2025-06-19Improve diagnostics for `concat_bytes!` with C string literalsTrevor Gross-33/+45
2025-06-19expose abi information on ppc64 targetsostylk-1/+1
2025-06-19correct template for `#[align]`Folkert de Vries-31/+33