about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-10-10Move ty::Error branch into super_combine_tysMichael Goulet-76/+7
2024-10-10Auto merge of #131466 - matthiaskrgr:rollup-3qtz83x, r=matthiaskrgrbors-2/+1283
2024-10-09Rollup merge of #131417 - GuillaumeGomez:mobile-methods-left-margin, r=notriddleMatthias Krüger-2/+22
2024-10-09Rollup merge of #123951 - pitaj:reserve-guarded-strings, r=traviscrossMatthias Krüger-0/+1261
2024-10-09Strengthen some GUI testsGuillaume Gomez-0/+3
2024-10-09Add GUI regression test for methods left margin on mobileGuillaume Gomez-0/+17
2024-10-09Fix methods alignment on mobileGuillaume Gomez-2/+2
2024-10-09Rollup merge of #131447 - matthiaskrgr:morecrashtests, r=compiler-errorsMatthias Krüger-0/+343
2024-10-09Rollup merge of #131435 - jieyouxu:macos-pipe, r=ZalatharMatthias Krüger-0/+6
2024-10-09Rollup merge of #131420 - compiler-errors:post-mono-layout-cycle, r=wesleywiserMatthias Krüger-0/+123
2024-10-09add more crash testsMatthias Krüger-0/+343
2024-10-09Rename directive `needs-profiler-support` to `needs-profiler-runtime`Zalathar-11/+11
2024-10-09Ignore broken-pipe-no-ice on apple for now许杰友 Jieyou Xu (Joe)-0/+6
2024-10-08Reserve guarded string literals (RFC 3593)Peter Jaszkowiak-0/+1261
2024-10-08Auto merge of #131155 - jieyouxu:always-kill, r=onur-ozkanbors-0/+73
2024-10-08Dont ICE when encountering post-mono layout cycle errorMichael Goulet-0/+123
2024-10-08Simplify the directives for ignoring coverage-test modesZalathar-5/+5
2024-10-08Auto merge of #126733 - ZhuUx:llvm-19-adapt, r=Zalatharbors-243/+121
2024-10-08Auto merge of #131387 - Zalathar:rollup-kprp512, r=Zalatharbors-54/+149
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-233/+111
2024-10-08coverage. Disable supporting mcdc on llvm-18zhuyunxing-10/+10
2024-10-08Rollup merge of #131379 - ehuss:fix-utf8-bom, r=jieyouxuStuart Cook-3/+1
2024-10-08Rollup merge of #131355 - clubby789:old-tests, r=jieyouxuStuart Cook-51/+142
2024-10-08Rollup merge of #130824 - Darksonn:fix-function-return, r=wesleywiserStuart Cook-0/+6
2024-10-08Add regression test for rustc/rustdoc broken pipe ICEs许杰友 Jieyou Xu (Joe)-0/+73
2024-10-08Auto merge of #130251 - saethlin:ptr-offset-preconditions, r=Amanieubors-2/+7
2024-10-07Fix utf8-bom testEric Huss-3/+1
2024-10-07Rollup merge of #131351 - jieyouxu:yeet-the-valgrind, r=KobzolJubilee-515/+0
2024-10-07Rollup merge of #128721 - Brezak:pointee-in-strange-places, r=pnkfelixJubilee-1/+58
2024-10-07Add test for issue 30867clubby789-0/+14
2024-10-07Add test for issue 30472clubby789-0/+32
2024-10-07Add test for issue 28994clubby789-0/+22
2024-10-07Migrate `emit-to-stdout` to new run-makeclubby789-51/+73
2024-10-07Test for issue 23600clubby789-0/+1
2024-10-07Disable slice_iter mir-opt test in debug buildsBen Kimock-0/+1
2024-10-07Bless mir-opt testsBen Kimock-98/+38
2024-10-07Add precondition checks to ptr::offset, ptr::add, ptr::subBen Kimock-40/+104
2024-10-07Delete the `run-pass-valgrind` test suite许杰友 Jieyou Xu (Joe)-515/+0
2024-10-07Rollup merge of #128399 - mammothbane:master, r=Amanieu,tgross35Stuart Cook-106/+88
2024-10-07Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercotebors-8/+8
2024-10-06liballoc: introduce String, Vec const-slicingNathan Perry-106/+88
2024-10-06Check that `#[pointee]` is applied only to generic argumentsBrezak-1/+58
2024-10-06Auto merge of #128651 - folkertdev:naked-asm-macro-v2, r=Amanieubors-311/+306
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-5/+3
2024-10-06Auto merge of #129670 - est31:cfg_attr_crate_type_name_error, r=Urgaubors-45/+30
2024-10-06more `asm!` -> `naked_asm!` in testsFolkert de Vries-23/+22
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-187/+154
2024-10-06use `naked_asm!` in feature-gate-naked_functions testFolkert-12/+45
2024-10-06use `naked_asm!` in naked-function testsFolkert-43/+63
2024-10-06use `naked_asm!` in `tests/ui/asm/naked-functions.rs`Folkert-139/+117