about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2025-02-09Auto merge of #136751 - bjorn3:update_rustfmt, r=Mark-Simulacrumbors-7/+10
2025-02-09Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgaubors-5/+69
2025-02-08Rollup merge of #136730 - lukas-code:trans-ice, r=jswrennJubilee-0/+31
2025-02-08Rollup merge of #136397 - Shunpoco:issue-136223-ICE-pattern-mutability-cap-vi...Jubilee-5/+7
2025-02-09Rollup merge of #136659 - wesleywiser:dwarf_version_lto_merge_behavior, r=jie...Urgau-0/+44
2025-02-08occured -> occurredMichael Goulet-6/+6
2025-02-08Rustfmtbjorn3-7/+10
2025-02-08Detect (non-raw) borrows of null ZST pointers in CheckNullMichael Goulet-0/+20
2025-02-08Rollup merge of #136200 - purplesyringa:wasm-eh-fixes, r=bjorn3Matthias Krüger-0/+37
2025-02-08Pick the max DWARF version when LTO'ing modules with different versionsWesley Wiser-4/+0
2025-02-08Add tests for -Zdwarf-version lto behaviorWesley Wiser-0/+48
2025-02-08Auto merge of #136728 - matthiaskrgr:rollup-x2qh9yt, r=matthiaskrgrbors-15/+45
2025-02-08transmutability: fix ICE when passing wrong ADT to ASSUMELukas Markeffsky-0/+31
2025-02-08Rollup merge of #136691 - bjorn3:linkage_cleanup, r=jieyouxuMatthias Krüger-3/+0
2025-02-08Rollup merge of #136651 - Jarcho:fn_ctxt3, r=compiler-errorsMatthias Krüger-9/+39
2025-02-08Rollup merge of #136648 - jieyouxu:missing-needs-symlink, r=wesleywiserMatthias Krüger-0/+1
2025-02-08Rollup merge of #136640 - Zalathar:debuginfo-align-bits, r=compiler-errorsMatthias Krüger-3/+5
2025-02-08Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgrbors-1/+249
2025-02-07Add comment for regression #136223 on borrowck-errors.rsShunpoco-5/+7
2025-02-07Rollup merge of #136682 - ChrisDenton:move-win-proc-tests, r=joboetMatthias Krüger-0/+169
2025-02-07Rollup merge of #136556 - amy-kwan:amy-kwan/update_wait-forked-but-failed-chi...Matthias Krüger-1/+10
2025-02-07Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnrMatthias Krüger-0/+37
2025-02-07Rollup merge of #135179 - compiler-errors:arbitrary-self-types-object, r=BoxyUwUMatthias Krüger-0/+33
2025-02-07Rollup merge of #136598 - compiler-errors:unit-fallback, r=WaffleLapkinMatthias Krüger-8/+46
2025-02-07Rollup merge of #136577 - dianne:simple-pat-migration-simplification, r=Nadri...Matthias Krüger-171/+813
2025-02-07Rollup merge of #135945 - estebank:useless-parens, r=compiler-errorsMatthias Krüger-87/+84
2025-02-07Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler...Matthias Krüger-337/+119
2025-02-07Remove Linkage::Privatebjorn3-3/+0
2025-02-07Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errorsMatthias Krüger-11/+64
2025-02-07Move two windows process tests to tests/uiChris Denton-0/+169
2025-02-07Auto merge of #136450 - compiler-errors:simplify-cast, r=saethlinbors-0/+283
2025-02-06allow+update `deref_into_dyn_supertrait`Waffle Lapkin-62/+52
2025-02-06remove `feature(trait_upcasting)` from tests and bless themWaffle Lapkin-275/+67
2025-02-06Remove some unnecessary parens in `assert!` conditionsEsteban Küber-87/+84
2025-02-06Label mismatched parameters at the def site for foreign functions.Jason Newcomb-9/+39
2025-02-06Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errorsMatthias Krüger-25/+67
2025-02-06fix tail call checks wrt `#[track_caller]`Waffle Lapkin-11/+64
2025-02-06Use split_whitespace() when filtering lines in the ps outputAmy Kwan-1/+1
2025-02-06Don't reset cast kind without also updating the operand in simplify_castMichael Goulet-4/+4
2025-02-06Failing testMichael Goulet-0/+283
2025-02-07tests: add a missing `needs-symlink`许杰友 Jieyou Xu (Joe)-0/+1
2025-02-06Generate correct terminate block under Wasm EHAlisa Sireneva-0/+37
2025-02-06Add opt_alias_variances and use it in outlives codeMichael Goulet-0/+37
2025-02-06Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-er...Matthias Krüger-0/+58
2025-02-06Rollup merge of #136315 - estebank:long-ty-binop, r=SparrowLiiMatthias Krüger-0/+41
2025-02-06Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnrMatthias Krüger-0/+26
2025-02-06Rollup merge of #136235 - oli-obk:transmuty-pat-tys, r=RalfJungMatthias Krüger-2/+2
2025-02-06Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obkMatthias Krüger-14/+26
2025-02-06Debuginfo for function ZSTs should have alignment of 8 bits, not 1 bitZalathar-3/+5
2025-02-05Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errorsJubilee-151/+91