about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-5/+5
2024-03-12Merge from rustcThe Miri Cronjob Bot-2546/+5428
2024-03-12Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-12rustdoc: fix up old testLeón Orell Valerian Liehr-1/+0
2024-03-12Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obkbors-82/+34
2024-03-11compiletest: Automatically compare output by subset with runnersAlex Crichton-49/+20
2024-03-11Remove old support for emscripten/wasm32-u-uAlex Crichton-29/+1
2024-03-11Convert some WebAssembly run-make tests to RustAlex Crichton-4/+13
2024-03-11Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads`Alex Crichton-1/+1
2024-03-11Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obkJubilee-0/+62
2024-03-11Vendor rustc_codegen_gccGuillaume Gomez-4/+1
2024-03-11LLVM Bitcode Linker: Added crateKjetil Kjeka-0/+324
2024-03-11Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviperJacob Pratt-4/+14
2024-03-11Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkinJacob Pratt-7/+9
2024-03-11Rollup merge of #121633 - ChrisDenton:precise, r=NilstriebJacob Pratt-4/+5
2024-03-11chore: remove repetitive wordtgolang-1/+1
2024-03-11Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelixbors-64/+2
2024-03-10test into_boxed_slice with custom allocator in MiriRalf Jung-4/+14
2024-03-10Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkanbors-31/+172
2024-03-10Remove unused structs in clippyr0cky-64/+2
2024-03-10Auto merge of #122272 - lnicola:sync-from-ra, r=lnicolabors-2348/+4710
2024-03-10Error on invalid compiletest directives in Rust test files许杰友 Jieyou Xu (Joe)-31/+172
2024-03-10Fix `miri` tests.Markus Reiter-4/+4
2024-03-10Auto merge of #122283 - matthiaskrgr:rollup-w3sau3u, r=matthiaskrgrbors-6/+96
2024-03-10Rollup merge of #121860 - mu001999:master, r=NilstriebMatthias Krüger-6/+96
2024-03-10Auto merge of #122246 - RalfJung:miri, r=RalfJungbors-260/+238
2024-03-10Bring back in-rust-tree feature to ideLaurențiu Nicola-0/+3
2024-03-10remove unnecessary frame parameter from after_local_allocatedRalf Jung-2/+1
2024-03-10Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-raLaurențiu Nicola-2350/+4709
2024-03-10fmtThe Miri Cronjob Bot-12/+4
2024-03-10Merge from rustcThe Miri Cronjob Bot-37/+231
2024-03-10Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-03-10Auto merge of #121662 - saethlin:precondition-unification, r=RalfJungbors-1/+1
2024-03-09Rollup merge of #121584 - klensy:itertools-up, r=Mark-SimulacrumGuillaume Boisseau-1/+0
2024-03-09windows: remove support for slim rwlockRalf Jung-602/+0
2024-03-09interpret: do not call machine read hooks during validationRalf Jung-0/+62
2024-03-09miri: add some chance to reuse addresses of previously freed allocationsRalf Jung-39/+182
2024-03-09simplify no-std testsRalf Jung-17/+9
2024-03-09Respect COMPILETEST_FORCE_STAGE0 sysroot when compiling rmake.rs许杰友 Jieyou Xu (Joe)-30/+36
2024-03-09remove some frame parameters that are no longer neededRalf Jung-1/+1
2024-03-09Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obkMatthias Krüger-13/+205
2024-03-09Rollup merge of #122209 - onur-ozkan:fix-tidy-path-resolution, r=compiler-errorsMatthias Krüger-3/+4
2024-03-09rename intptrcast -> alloc_addresses, and make a folder for itRalf Jung-13/+16
2024-03-09interpret: pass Size and Align to before_memory_deallocationRalf Jung-13/+14
2024-03-09miri: do not apply aliasing restrictions to Box with custom allocatorRalf Jung-13/+205
2024-03-09Auto merge of #3367 - rust-lang:rustup-2024-03-09, r=RalfJungbors-114/+123
2024-03-09fix clippy lintsRalf Jung-1/+1
2024-03-09rename tests/compiletest → tests/uiRalf Jung-4/+4
2024-03-09fix incorrect path resolution in tidyonur-ozkan-3/+4
2024-03-09fmtThe Miri Cronjob Bot-1/+2