about summary refs log tree commit diff
path: root/src
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-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-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-03run clippy on a Windows hostRalf Jung-0/+6
2024-05-03Auto merge of #3537 - rust-lang:rustup-2024-05-03, r=RalfJungbors-2355/+3775
2024-05-03update lockfileRalf Jung-1/+0
2024-05-03update comments and URLRalf Jung-6/+2
2024-05-03Merge from rustcThe Miri Cronjob Bot-2353/+3774
2024-05-03Rollup merge of #124613 - GuillaumeGomez:fmt-run-make, r=onur-ozkanMatthias Krüger-1/+5
2024-05-03Rollup merge of #124612 - Urgau:run-make-stdin, r=jieyouxuMatthias Krüger-18/+94
2024-05-03Rollup merge of #124461 - onur-ozkan:followup-123546, r=pietroalbiniMatthias Krüger-19/+38
2024-05-03Allow to negate ignored filesGuillaume Gomez-1/+5
2024-05-03run-make: port stdin-rustc to Rust-based rmake.rsUrgau-1/+0
2024-05-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-05-03Rollup merge of #124594 - jieyouxu:rmake-cc, r=fmeaseMatthias Krüger-2/+3
2024-05-03Add assigntiif-0/+9
2024-05-02run-make-support: add support for stdin input with rustc/rustdocUrgau-17/+94
2024-05-02Auto merge of #124629 - matthiaskrgr:rollup-gttvzrg, r=matthiaskrgrbors-47/+27
2024-05-02Rollup merge of #124627 - RalfJung:interpret-doc-no-inline, r=fmeaseMatthias Krüger-0/+2
2024-05-02Rollup merge of #124624 - WaffleLapkin:old_unit, r=fmeaseMatthias Krüger-1/+1
2024-05-02Rollup merge of #124138 - mati865:ignore-llvm-abi-in-dlltool-tests, r=davidtwcoMatthias Krüger-46/+24
2024-05-02Auto merge of #3535 - RalfJung:host-float, r=RalfJungbors-16/+16
2024-05-02update host-float commentsRalf Jung-16/+16
2024-05-02interpret: hide some reexports in rustdocRalf Jung-0/+2
2024-05-02Don't use `Ty::new_unit` in miriWaffle Lapkin-1/+1