about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-04-17fmtRalf Jung-5/+1
2024-04-17Merge from rustcRalf Jung-53/+63
2024-04-17Preparing for merge from rustcRalf Jung-1/+1
2024-04-17Rollup merge of #124030 - RalfJung:adjust_alloc_base_pointer, r=oli-obkMatthias Krüger-39/+46
2024-04-17Auto merge of #3480 - RalfJung:alloc_error_handler, r=RalfJungbors-120/+171
2024-04-17no need to use miri's native stderr hereRalf Jung-3/+2
2024-04-17tests/utils: add fmt::Write implementations for miri's native stdout/stderrRalf Jung-59/+64
2024-04-17alloc_error_handler tests: directly call handle_alloc_error; test more codepathsRalf Jung-75/+122
2024-04-17Auto merge of #123678 - DianQK:docker-local, r=Kobzolbors-14/+17
2024-04-17interpret: rename base_pointer -> root_pointerRalf Jung-35/+35
2024-04-17interpret: pass MemoryKind to adjust_alloc_base_pointerRalf Jung-7/+14
2024-04-17fmtThe Miri Cronjob Bot-10/+12
2024-04-17Merge from rustcThe Miri Cronjob Bot-266/+676
2024-04-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-17Auto merge of #124055 - matthiaskrgr:rollup-waq2e68, r=matthiaskrgrbors-169/+461
2024-04-17Rollup merge of #122883 - onur-ozkan:clippy-build-step, r=albertlarsan68Matthias Krüger-103/+395
2024-04-17Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errorsMatthias Krüger-66/+66
2024-04-17Auto merge of #124039 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-04-17Rollup merge of #124013 - RalfJung:box-to-raw, r=oli-obkGuillaume Gomez-2/+42
2024-04-17Rollup merge of #123975 - lqd:rust-lld-tests, r=jieyouxuGuillaume Gomez-4/+10
2024-04-17Rollup merge of #123673 - oli-obk:sig_wfcheck_ice, r=jieyouxu,estebankGuillaume Gomez-3/+6
2024-04-16Update cargoWeihang Lo-0/+0
2024-04-16Auto merge of #3478 - RalfJung:alloc_error_handler, r=RalfJungbors-7/+207
2024-04-16implement support for __rust_alloc_error_handlerRalf Jung-7/+207
2024-04-16no_std works on Windows nowRalf Jung-4/+0
2024-04-16Rollup merge of #122811 - nnethercote:mv-SourceMap-init, r=WaffleLapkinGuillaume Gomez-1/+1
2024-04-16allow running clippy on most of the in-tree toolsonur-ozkan-14/+63
2024-04-16update `mingw-check` clippy invocationonur-ozkan-1/+1
2024-04-16fix sysroot bug and update step message formatonur-ozkan-19/+6
2024-04-16add simple top-level doc-comment for build_steps/clippyonur-ozkan-0/+2
2024-04-16for clippy, skip output handling in `run_cargo`onur-ozkan-1/+1
2024-04-16support different `Kind`s in `Builder::msg_tool`onur-ozkan-3/+16
2024-04-16create `Builder::msg_clippy`onur-ozkan-9/+15
2024-04-16create new build step `clippy`onur-ozkan-100/+335
2024-04-16Rollup merge of #124018 - RalfJung:dealloc-memory-kind, r=oli-obkMatthias Krüger-18/+19
2024-04-16Rollup merge of #124007 - RalfJung:miri, r=RalfJungMatthias Krüger-143/+345
2024-04-16Rollup merge of #123711 - onur-ozkan:drop-changelog-seen, r=albertlarsan68Matthias Krüger-19/+6
2024-04-16Rollup merge of #123501 - Urgau:stabilize-check-cfg, r=petrochenkovMatthias Krüger-29/+29
2024-04-16Rollup merge of #123355 - mu001999:rustdoc/search, r=GuillaumeGomezMatthias Krüger-2/+3
2024-04-16Rollup merge of #122632 - onur-ozkan:fix-llvm-caching-bug, r=albertlarsan68Matthias Krüger-1/+18
2024-04-16interpret: pass MemoryKind to before_memory_deallocationRalf Jung-18/+19
2024-04-16Auto merge of #124015 - GuillaumeGomez:rollup-s46ksxa, r=GuillaumeGomezbors-3/+49
2024-04-16Rollup merge of #124011 - fmease:rustdoc-updated-clean-docs, r=GuillaumeGomezGuillaume Gomez-2/+22
2024-04-16Rollup merge of #124001 - ehuss:fix-unstable_features-docs, r=compiler-errorsGuillaume Gomez-1/+0
2024-04-16Rollup merge of #122521 - bnleft:master, r=albertlarsan68Guillaume Gomez-0/+7
2024-04-16Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-SimulacrumGuillaume Gomez-0/+20
2024-04-16Auto merge of #3472 - RalfJung:deadlock, r=RalfJungbors-25/+175
2024-04-16deadlock: show backtrace for all threadsRalf Jung-25/+175
2024-04-16Box::into_raw: make Miri understand that this is a box-to-raw castRalf Jung-2/+42
2024-04-16rustdoc: update module-level docs of `rustdoc::clean`León Orell Valerian Liehr-2/+22