about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-03-14one must imagine tidy happylcnr-1/+0
2024-03-14Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=AmanieuMatthias Krüger-1/+1
2024-03-14Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obkbors-3/+2
2024-03-14update virtual clock in miri test since signed loops now execute more methodsThe 8472-1/+1
2024-03-13Rollup merge of #122422 - Enselic:only-unix, r=oli-obkMatthias Krüger-0/+3
2024-03-13Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obkbors-63/+210
2024-03-13compiletest: Allow `only-unix` in test headersMartin Nordholts-0/+3
2024-03-12Auto merge of #122394 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-03-12Update cargoWeihang Lo-0/+0
2024-03-12Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddleJubilee-1/+0
2024-03-12Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercotebors-5/+5
2024-03-12Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkovbors-1/+1
2024-03-12s/mt/mutability/Oli Scherer-2/+2
2024-03-12Add `nested` bool to `DefKind::Static`.Oli Scherer-2/+2
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-5/+5
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-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-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-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-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-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-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