about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-21Rollup merge of #134586 - Urgau:fn-ptr-lint-option, r=compiler-errorsMatthias Krüger-0/+30
2024-12-21Rollup merge of #134539 - estebank:restrict-non_exhaustive, r=jieyouxuMatthias Krüger-0/+41
2024-12-21Rollup merge of #134524 - adetaylor:getref, r=compiler-errorsMatthias Krüger-0/+41
2024-12-21Rollup merge of #134509 - adetaylor:niche-deshadowing-tests, r=wesleywiserMatthias Krüger-0/+63
2024-12-21Rollup merge of #133782 - dtolnay:closuresjumps, r=spastorino,traviscrossMatthias Krüger-0/+6
2024-12-21Rollup merge of #128780 - GuillaumeGomez:rustflags-doctests, r=rustdocMatthias Krüger-2/+45
2024-12-20Also lint on option of function pointer comparisonsUrgau-0/+30
2024-12-20Add test to ensure passing `--doctest_compilation_args` multiple times workGuillaume Gomez-0/+23
2024-12-20Update `run-make/rustdoc-default-output` testGuillaume Gomez-2/+4
2024-12-20Rollup merge of #134573 - lukas-code:unimpl-dyn-pointerlike, r=compiler-errorsMatthias Krüger-35/+168
2024-12-20Rollup merge of #134562 - taiki-e:codegen-asm-minicore, r=jieyouxuMatthias Krüger-74/+36
2024-12-20Restrict `#[non_exaustive]` on structs with default field valuesEsteban Küber-0/+41
2024-12-20unimplement `PointerLike` for trait objectsLukas Markeffsky-0/+62
2024-12-20split up `#[rustc_deny_explicit_impl]` attributeLukas Markeffsky-35/+106
2024-12-20tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by usin...Taiki Endo-74/+36
2024-12-20Add regression test for `--doctest-compilation-args`Guillaume Gomez-0/+18
2024-12-20Rollup merge of #134366 - harrisonkaiser:no-break-space, r=davidtwcoDianQK-0/+24
2024-12-20Arbitrary self types v2: no deshadow pre feature.Adrian Taylor-0/+41
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-1/+31
2024-12-19Auto merge of #134516 - matthiaskrgr:rollup-aqwxii0, r=matthiaskrgrbors-187/+276
2024-12-19Suppress `= _` on associated constants in implsDavid Tolnay-4/+7
2024-12-19Add test for rustdoc showing underscore as assoc const valueDavid Tolnay-0/+27
2024-12-19Auto merge of #134486 - compiler-errors:drop-for-lint, r=nikomatsakisbors-0/+354
2024-12-19Rollup merge of #134506 - oli-obk:push-mrrulszyuslt, r=jieyouxuMatthias Krüger-5/+18
2024-12-19Rollup merge of #134497 - Zalathar:spans, r=jieyouxuMatthias Krüger-22/+59
2024-12-19Rollup merge of #134487 - ehuss:reference-coverage, r=compiler-errorsMatthias Krüger-103/+123
2024-12-19Rollup merge of #134463 - jieyouxu:filecheck-prefix, r=ZalatharMatthias Krüger-57/+76
2024-12-19Explicitly register `MSVC`/`NONMSVC` revisions for some codegen tests许杰友 Jieyou Xu (Joe)-50/+76
2024-12-19compiletest: don't register `MSVC`/`NONMSVC` FileCheck prefixes许杰友 Jieyou Xu (Joe)-7/+0
2024-12-19Arbitrary self types v2: niche deshadowing testAdrian Taylor-0/+63
2024-12-19Auto merge of #134499 - jieyouxu:rollup-zmaveur, r=jieyouxubors-22/+55
2024-12-19coverage: Add a synthetic test for when all spans are discardedZalathar-0/+37
2024-12-19Remove a duplicated check that doesn't do anything anymore.Oli Scherer-5/+18
2024-12-19Rollup merge of #134474 - oli-obk:push-yomnkntvzlxw, r=compiler-errors许杰友 Jieyou Xu (Joe)-11/+15
2024-12-19Rollup merge of #134432 - GuillaumeGomez:intra-doc-in-footnotes, r=notriddle许杰友 Jieyou Xu (Joe)-0/+24
2024-12-19Rollup merge of #133702 - RalfJung:single-variant, r=oli-obk许杰友 Jieyou Xu (Joe)-11/+16
2024-12-19Auto merge of #133961 - lcnr:borrowck-cleanup, r=jackh726bors-6/+36
2024-12-19coverage: Store coverage source regions as `Span` until codegenZalathar-22/+22
2024-12-18Rollup merge of #134481 - estebank:unstable-lint-span, r=compiler-errorsJacob Pratt-32/+32
2024-12-18Rollup merge of #134418 - jieyouxu:ui-cleanup-3, r=compiler-errorsJacob Pratt-20/+45
2024-12-18Rollup merge of #133643 - lcnr:merge-candidates, r=compiler-errorsJacob Pratt-50/+48
2024-12-18Rollup merge of #132056 - weiznich:diagnostic_do_not_recommend_final_tests, r...Jacob Pratt-141/+263
2024-12-18Add reference annotations for the `coverage` attributeEric Huss-103/+123
2024-12-18Separate DropKind::ForLintMichael Goulet-100/+52
2024-12-18Add a failing testMichael Goulet-0/+402
2024-12-18Point at lint name instead of whole attr for gated lintsEsteban Küber-32/+32
2024-12-18Auto merge of #134443 - joshtriplett:use-field-init-shorthand, r=lqd,tgross35...bors-4/+4
2024-12-18Forbid overwriting types in typeckOli Scherer-11/+15
2024-12-18resolve FIXMElcnr-5/+0
2024-12-18add testslcnr-33/+45