rust/src
onur-ozkan 260fcc67f3 extend the list of registered dylibs on test::prepare_cargo_test
Signed-off-by: onur-ozkan <work@onurozkan.dev>
(cherry picked from commit 7b25d4a99e)
2025-05-02 17:25:15 -07:00
..
bootstrap extend the list of registered dylibs on test::prepare_cargo_test 2025-05-02 17:25:15 -07:00
build_helper Add CI metadata to bootstrap metrics 2025-03-27 17:03:08 +01:00
ci bump channel 2025-03-31 18:07:42 +01:00
doc Rollup merge of #139038 - adamgreig:thumb-target-maintainers, r=Noratrieb 2025-03-28 12:59:57 +01:00
etc Rollup merge of #138606 - heiseish:131365-extended, r=Mark-Simulacrum 2025-03-23 20:44:11 -04:00
gcc@13cc824322 Update GCC submodule 2025-03-19 15:35:47 +01:00
librustdoc rustdoc: Fix doctest heuristic for main fn wrapping 2025-05-02 09:35:16 -07:00
llvm-project@acaea3d2bb Update to LLVM 20.1.1 2025-03-19 10:36:30 +01:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
tools sync::mpsc: prevent double free on Drop 2025-04-18 10:06:17 -07:00
README.md
stage0 bump stage0 2025-04-04 11:41:34 +01:00
version Bump to version 1.87.0 2025-02-14 09:55:45 -08: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.