rust/src
Matthias Krüger e96b999bd1
Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errors
`borrowck_graphviz_*` attribute tweaks

A couple of small fixes to out-of-date things.

r? ```@davidtwco```
2025-04-16 13:45:32 +02:00
..
bootstrap Rollup merge of #139867 - WaffleLapkin:tidypaper, r=jieyouxu 2025-04-16 13:45:29 +02:00
build_helper slightly correct comments and diagnostics about checking modifications 2025-04-15 15:02:05 +02:00
ci Rollup merge of #139859 - marcoieni:rename-macos-runner, r=Kobzol 2025-04-15 21:16:06 +02:00
doc Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errors 2025-04-16 13:45:32 +02:00
etc Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors 2025-04-02 13:10:42 +11:00
gcc@13cc824322 Update GCC submodule 2025-03-19 15:35:47 +01:00
librustdoc Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=GuillaumeGomez 2025-04-15 21:16:03 +02:00
llvm-project@a9865ceca0 Update to LLVM 20.1.2 2025-04-02 20:19:43 +08: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 Rollup merge of #139884 - rustbot:docs-update, r=ehuss 2025-04-16 13:45:31 +02:00
README.md
stage0 End all lines in src/stage0 with trailing newline 2025-04-12 11:50:33 -07:00
version Bump to 1.88.0 2025-03-28 16:53:17 +00: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.