about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-04Auto merge of #3554 - RalfJung:freebsd, r=RalfJungbors-33/+34
2024-05-04Auto merge of #3558 - RalfJung:unsupported, r=RalfJungbors-22/+45
2024-05-04make some tests not need output (so they work on wasm)Ralf Jung-10/+6
2024-05-04document unofficially supported OSesRalf Jung-2/+5
2024-05-04freebsd: test std threadname and fs APIsRalf Jung-21/+23
2024-05-04update 'unsupported' messageRalf Jung-22/+45
2024-05-04Auto merge of #3552 - RalfJung:ci, r=RalfJungbors-14/+12
2024-05-04Auto merge of #3556 - RalfJung:intrinsics, r=RalfJungbors-32/+32
2024-05-04move some minimal targets over to the macOS runner, to even out CI timesRalf Jung-10/+8
2024-05-04fix grouping of target-specific LLVM shimsRalf Jung-30/+30
2024-05-04move intrinsics implementations and tests into dedicated folderRalf Jung-2/+2
2024-05-04rename integer testRalf Jung-0/+0
2024-05-04move available-parallelism tests into shims/ folderRalf Jung-0/+0
2024-05-04Auto merge of #3533 - Luv-Ray:file-descriptors-to-refcount-references, r=Ralf...bors-201/+193
2024-05-04show time taken in run_tests_minimalRalf Jung-2/+2
2024-05-04speed up Windows runner: don't run GC_STRESS testRalf Jung-2/+2
2024-05-04Make file descriptors into refcount referencesLuv-Ray-201/+193
2024-05-04Auto merge of #3551 - RalfJung:getentropy, r=RalfJungbors-7/+0
2024-05-04macos: use getentropy from libcRalf Jung-7/+0
2024-05-04Auto merge of #3550 - RalfJung:unix-tls, r=RalfJungbors-6/+6
2024-05-04tls dtors: treat all unixes uniformlyRalf Jung-6/+6
2024-05-04Auto merge of #3548 - RalfJung:many-seeds, r=RalfJungbors-96/+134
2024-05-04remove a hack that is no longer neededRalf Jung-9/+0
2024-05-04make many-seeds a mode of ./miri run rather than a separate commandRalf Jung-87/+134
2024-05-03Auto merge of #3547 - RalfJung:ci, r=RalfJungbors-3/+3
2024-05-03CI: no need to surround if: condition in expansion bracesRalf Jung-3/+3
2024-05-03Auto merge of #3545 - RalfJung:miri-run, r=RalfJungbors-24/+29
2024-05-03./miri run: support -v flag to print what it is doingRalf Jung-24/+29
2024-05-03Auto merge of #3544 - RalfJung:rustup, r=RalfJungbors-1/+1
2024-05-03Preparing for merge from rustcRalf Jung-1/+1
2024-05-03Auto merge of #3542 - RalfJung:clippy-win, r=RalfJungbors-0/+6
2024-05-03run clippy on a Windows hostRalf Jung-0/+6
2024-05-03Auto merge of #3537 - rust-lang:rustup-2024-05-03, r=RalfJungbors-7789/+12459
2024-05-03update lockfileRalf Jung-1/+0
2024-05-03Auto merge of #3536 - tiif:add_rustbot_feat, r=RalfJungbors-0/+5
2024-05-03update comments and URLRalf Jung-6/+2
2024-05-03Merge from rustcThe Miri Cronjob Bot-7787/+12458
2024-05-04Fix ignored tests for formattingUrgau-0/+6
2024-05-03Auto merge of #124660 - matthiaskrgr:rollup-j8bfzfn, r=matthiaskrgrbors-233/+355
2024-05-03Rollup merge of #124649 - Meziu:master, r=ChrisDentonMatthias Krüger-0/+1
2024-05-03Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkanMatthias Krüger-70/+43
2024-05-03Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxuMatthias Krüger-25/+120
2024-05-03Rollup merge of #124588 - compiler-errors:ocx, r=lcnrMatthias Krüger-112/+148
2024-05-03Rollup merge of #124492 - Strophox:adjust-allocbytes, r=RalfJungMatthias Krüger-7/+5
2024-05-03Rollup merge of #124461 - onur-ozkan:followup-123546, r=pietroalbiniMatthias Krüger-19/+38
2024-05-03remove trait bounds on AllocBytesStrophox-3/+1
2024-05-03Cow::from(&*...) changed to Cow::Owned(Vec::from(...))Strophox-1/+1
2024-05-03generalize adjust_from_tcxStrophox-4/+4
2024-05-03Auto merge of #124646 - matthiaskrgr:rollup-crlsvg5, r=matthiaskrgrbors-323/+376
2024-05-03Allow `fmt` to run on `rmake.rs` test filesGuillaume Gomez-69/+38