about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-16Add simple async drop glue generationzetanumbers-0/+235
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
2024-04-16Miri: adopt to new intrinsic typesMaybe Waffle-3/+3
2024-04-16Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obkbors-3/+17
2024-04-16Make ui_test backtraces short by defaultOli Scherer-1/+4
2024-04-16Unset test env vars before setting new ones.Oli Scherer-2/+2
2024-04-16threads: keep track of why we are blocked, and sanity-check that when waking upRalf Jung-95/+108
2024-04-16Change the output artifact path to `$root_dir/obj/$image` when running locallyDianQK-10/+11
2024-04-16avoid passing --sysroot twice in bootstrapRalf Jung-5/+8
2024-04-16bless test-cargo-miriRalf Jung-11/+11
2024-04-16Avoid lots of `hir::HirId{,Map,Set}` qualifiers.Nicholas Nethercote-35/+37
2024-04-16Always use `ty::` qualifier for `TyKind` enum variants.Nicholas Nethercote-22/+22
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-9/+7
2024-04-16Merge from rustcThe Miri Cronjob Bot-5254/+5964
2024-04-16Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-04-16Construct `SourceMap` at the same time as `SessionGlobals`.Nicholas Nethercote-1/+1
2024-04-15Fix docs for unstable_features lint.Eric Huss-1/+0
2024-04-16Auto merge of #123991 - fmease:rollup-96xcgnm, r=fmeasebors-7/+7
2024-04-16Rollup merge of #123926 - compiler-errors:no-ann, r=estebankLeón Orell Valerian Liehr-3/+3
2024-04-16Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercoteLeón Orell Valerian Liehr-2/+2
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-18/+39
2024-04-15Fix clippyMichael Goulet-3/+3
2024-04-15Auto merge of #123451 - Kobzol:arbitrary-try-build, r=pietroalbinibors-37/+106