rust/src
Matthias Krüger f6b699c9c0
Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotInTheVoid
rustdoc-JSON: Rename "object safe" to "dyn compatible"

~~Blocked: Sits atop #131594. Only the last commit is relevant.~~ (rebased)

Part of #130852.

r? aDotInTheVoid or rustdoc
2024-10-17 12:07:20 +02:00
..
bootstrap Fix clippy::needless-lifetimes in bootstrap 2024-10-15 20:53:26 -07:00
ci Make fuchsia-test-runner.py compatible with new JSON output from llvm-readelf 2024-10-15 11:59:01 -04:00
doc Rollup merge of #131582 - juntyr:emscripten-platform-support, r=jieyouxu 2024-10-16 12:03:40 +02:00
etc rename RcBox in other places too 2024-10-11 10:04:22 +02:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Rollup merge of #131595 - fmease:rustdoc-json-mv-obj-safe-dyn-compat, r=aDotInTheVoid 2024-10-17 12:07:20 +02:00
llvm-project@3a17f74904 Update LLVM submodule 2024-10-12 21:42:13 +08:00
rustdoc-json-types rustdoc-JSON: Rename "object safe" to "dyn compatible" 2024-10-16 23:00:49 +02:00
tools Rollup merge of #131657 - compiler-errors:rustfmt-modifiers, r=ytmimi 2024-10-16 20:15:53 +02:00
README.md
stage0 bump stage0 to 1.83.0-beta.1 2024-10-15 20:13:55 -07:00
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.