rust/src
许杰友 Jieyou Xu (Joe) 43e50932f2
Rollup merge of #131870 - Zalathar:test-collector, r=jieyouxu
compiletest: Store test collection context/state in two structs

This is another incremental cleanup that untangles some of the parameter passing during test collection, making it easier to see which pieces of context information are read-only, and making it easier to find where each field is used.
2024-10-18 14:52:26 +01:00
..
bootstrap Fix clippy::needless-lifetimes in bootstrap 2024-10-15 20:53:26 -07:00
ci Auto merge of #131887 - jieyouxu:rollup-ftik4ni, r=jieyouxu 2024-10-18 11:11:43 +00: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 #131870 - Zalathar:test-collector, r=jieyouxu 2024-10-18 14:52:26 +01: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.