rust/src
2024-05-29 21:55:24 +03:00
..
bootstrap Rollup merge of #125639 - ChrisDenton:run-make-support-doc, r=onur-ozkan 2024-05-29 03:25:10 +01:00
ci Rollup merge of #125590 - ChrisDenton:mingw-ci-3, r=Kobzol 2024-05-28 18:04:32 +02:00
doc Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov 2024-05-29 03:25:07 +01:00
etc lldb-formatters: Use StdSliceSyntheticProvider for &str 2024-05-11 12:11:55 -07:00
librustdoc Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomez 2024-05-27 18:42:42 +00:00
llvm-project@b31c30a9bb Update to LLVM 18.1.6 2024-05-19 18:24:30 +02:00
rustdoc-json-types Rollup merge of #125130 - aDotInTheVoid:id-docs, r=GuillaumeGomez 2024-05-16 16:22:45 +02:00
tools ast: Revert a breaking attribute visiting order change 2024-05-29 21:55:24 +03:00
README.md
stage0 Bump bootstrap compiler to the latest beta compiler 2024-05-24 08:07:39 +02:00
version Bump version to 1.80 2024-04-27 19:03:50 -04: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.