about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-12-27Simplify or delete normalize directives that don't care about bit-widthZalathar-31/+22
2024-12-26Adjust test for slightly changed inlining behaviorMichael Howell-30/+30
2024-12-26rustdoc: use shorter paths as preferred canonical pathsMichael Howell-0/+40
2024-12-26Make ty::Error implement auto traitsMichael Goulet-1/+42
2024-12-26Rollup merge of #134781 - Zalathar:backtrace, r=SparrowLii,jieyouxuGuillaume Gomez-4/+12
2024-12-26Rollup merge of #134664 - estebank:sugg-highlighting, r=jieyouxuGuillaume Gomez-0/+562
2024-12-26Rollup merge of #134656 - jieyouxu:migrate-incr-add-rust-src-component, r=wes...Guillaume Gomez-45/+131
2024-12-26Account for removal of multiline span in suggestionEsteban Küber-0/+562
2024-12-26Auto merge of #134774 - jyn514:rustc-dev-short-backtraces, r=jieyouxubors-1/+3
2024-12-26Add more `begin_panic` normalizations to panic backtrace testsZalathar-4/+12
2024-12-25fix default-backtrace-ice testjyn-1/+3
2024-12-25Implement `default_overrides_default_fields` lintEsteban Küber-0/+338
2024-12-25Report correct SelectionError for ConstArgHasType in new solver fulfillMichael Goulet-2/+22
2024-12-25Auto merge of #134736 - jyn514:msvc-backtraces, r=jieyouxubors-1/+0
2024-12-25Run `tests/ui/backtrace/std-backtrace.rs` on MSVC.jyn-1/+0
2024-12-25rename typed_swap → typed_swap_nonoverlappingRalf Jung-6/+6
2024-12-25stabilize const_swapRalf Jung-17/+13
2024-12-25Rollup merge of #134750 - Zalathar:coverage-attr-errors, r=jieyouxu许杰友 Jieyou Xu (Joe)-214/+378
2024-12-25Un-redact one occurrence of "coverage attribute not allowed here"Zalathar-1/+1
2024-12-25Overhaul error messages for disallowed coverage attributesZalathar-62/+124
2024-12-25Expand the main test for where the coverage attribute is allowedZalathar-48/+148
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