about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-25Fully redact the [E0788] error message in tests, to make changes easierZalathar-26/+26
2024-12-25Rollup merge of #134741 - compiler-errors:coroutine-verbose, r=lqdDianQK-5/+5
2024-12-25Rollup merge of #134735 - compiler-errors:arm-diverges, r=WaffleLapkinDianQK-3/+29
2024-12-25Use PostBorrowckAnalysis in check_coroutine_obligationsMichael Goulet-0/+2
2024-12-25Actually print all the relevant parts of a coroutine in verbose modeMichael Goulet-5/+5
2024-12-25Rename `tests/ui/coverage-attr/no-coverage.rs` to `allowed-positions.rs`Zalathar-14/+16
2024-12-25Auto merge of #134729 - oliveredget:typo, r=jieyouxubors-1/+1
2024-12-24Auto merge of #134333 - daxpedda:stdarch-bump, r=daxpeddabors-7/+8
2024-12-24Consider arm to diverge if guard divergesMichael Goulet-3/+29
2024-12-24Bump `stdarch`daxpedda-7/+8
2024-12-24chore: fix typosoliveredget-1/+1
2024-12-24Auto merge of #134513 - fudancoder:master, r=jieyouxubors-8/+8
2024-12-24Fix some typosfudancoder-8/+8
2024-12-24Auto merge of #134716 - Zalathar:rollup-1h4q8cc, r=Zalatharbors-152/+170
2024-12-24Rollup merge of #134701 - compiler-errors:non-const-def-descr, r=Urgau,fmeaseStuart Cook-103/+103
2024-12-24Rollup merge of #134689 - RalfJung:ptr-swap-test, r=oli-obkStuart Cook-0/+3
2024-12-24Rollup merge of #134638 - compiler-errors:fx-item-bounds, r=lcnrStuart Cook-49/+64
2024-12-24Auto merge of #134625 - compiler-errors:unsafe-binders-ty, r=oli-obkbors-261/+153
2024-12-23Note def descr in NonConstFunctionCallMichael Goulet-103/+103
2024-12-23Always run tail_expr_drop_order lint on promoted MIRMichael Goulet-37/+90
2024-12-23core: fix const ptr::swap_nonoverlapping when there are pointers at odd offse...Ralf Jung-0/+3
2024-12-23Rollup merge of #134680 - lqd:run-make-cleanup, r=jieyouxuMatthias Krüger-26/+18
2024-12-23Rollup merge of #134528 - jieyouxu:fix-rustc-bootstrap-test, r=KobzolMatthias Krüger-2/+2
2024-12-24Add test for coverage on a body-less trait functionEric Huss-10/+35
2024-12-24Add a test for coverage attr on trait functionEric Huss-0/+60
2024-12-23tests: migrate `incr-add-rust-src-component` to rmake.rs许杰友 Jieyou Xu (Joe)-45/+131
2024-12-23fix a few typos in rmake tests' commentsRémy Rakic-6/+6
2024-12-23remove unnecessary `mut` from `dump-ice-to-disk` rmake testRémy Rakic-1/+1
2024-12-23clean up `remove-dir-all-race` rmake testRémy Rakic-7/+6
2024-12-23remove unused imports from rmake testsRémy Rakic-12/+5
2024-12-23Auto merge of #134677 - tgross35:rollup-ozoeyop, r=tgross35bors-358/+470
2024-12-23Rollup merge of #134672 - Zalathar:revert-coverage-attr, r=wesleywiserTrevor Gross-358/+470
2024-12-23Auto merge of #134608 - DianQK:disable-93775, r=jieyouxubors-3/+3
2024-12-23Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...Zalathar-358/+470
2024-12-23Auto merge of #134666 - matthiaskrgr:rollup-whe0chp, r=matthiaskrgrbors-2/+38
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-261/+153
2024-12-22Rollup merge of #134642 - kpreid:pointerlike-cell, r=compiler-errorsMatthias Krüger-2/+38
2024-12-22Implement `PointerLike` for `isize`, `NonNull`, `Cell`, `UnsafeCell`, and `Sy...Kevin Reid-2/+38
2024-12-22Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasperbors-81/+36
2024-12-22Auto merge of #131193 - EFanZh:asserts-vec-len, r=the8472bors-1/+53
2024-12-22Delete `Rvalue::Len`Scott McMurray-81/+36
2024-12-22Auto merge of #134326 - scottmcm:slice-drop-shim-ptrmetadata, r=saethlinbors-1/+66
2024-12-22Rollup merge of #134639 - compiler-errors:negative-ambiguity-causes, r=oli-obkMatthias Krüger-0/+41
2024-12-22Rollup merge of #134635 - compiler-errors:dyn-dyn, r=fmeaseMatthias Krüger-9/+43
2024-12-22Rollup merge of #134599 - dtolnay:fulldepsparser, r=fmeaseMatthias Krüger-50/+62
2024-12-22Add `ignore-rustc-debug-assertions` to `tests/ui/associated-consts/issue-9377...DianQK-3/+3
2024-12-22Auto merge of #134640 - matthiaskrgr:rollup-xlstm3o, r=matthiaskrgrbors-134/+245
2024-12-21Show which test case was found to be meaninglessDavid Tolnay-1/+3
2024-12-21Switch pretty-printer roundtrip test to better parserDavid Tolnay-14/+4
2024-12-22Rollup merge of #134637 - compiler-errors:fx-test, r=fmeaseMatthias Krüger-90/+0