rust/src
Matthias Krüger 4139018cfb
Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlin
miri: avoid cloning AllocExtra

We shouldn't be cloning Miri allocations, so make `AllocExtra::clone` panic instead, and adjust the one case where we *do* clone (the leak check) to avoid cloning.

This is in preparation for https://github.com/rust-lang/miri/pull/3966 where I am adding something to `AllocExtra` that cannot (easily) be cloned.

r? ``@saethlin``
2024-10-14 06:04:29 +02:00
..
bootstrap Auto merge of #131662 - matthiaskrgr:rollup-r1wkfxw, r=matthiaskrgr 2024-10-13 22:38:44 +00:00
ci Rollup merge of #131533 - workingjubilee:update-emscripten-version, r=Kobzol 2024-10-14 06:04:28 +02:00
doc
etc
gcc@fd3498bff0
librustdoc Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotInTheVoid 2024-10-11 16:53:46 -05:00
llvm-project@3a17f74904 Update LLVM submodule 2024-10-12 21:42:13 +08:00
rustdoc-json-types Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotInTheVoid 2024-10-11 16:53:46 -05:00
tools Rollup merge of #131593 - RalfJung:alloc-no-clone, r=saethlin 2024-10-14 06:04:29 +02:00
README.md
stage0
version Bump to 1.84 2024-10-11 09:55:11 -07:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.