rust/src
Nicholas Nethercote b6b11c72c9 Rejig some top-level rustc_hir_pretty functions.
There are several that are unused and can be removed.

And there are some calls to `to_string`, which can be expressed more
nicely as a `foo_to_string` call, and then `to_string` need not be
`pub`. (This requires adding `pat_to_string`).
2023-10-10 14:08:12 +11:00
..
bootstrap linker: Remove -Zgcc-ld option 2023-10-08 10:05:25 +03:00
ci Auto merge of #116450 - Kobzol:automation-try-bors-ci, r=Mark-Simulacrum 2023-10-08 01:48:31 +00:00
doc linker: Remove unstable legacy CLI linker flavors 2023-10-07 21:57:53 +03:00
etc Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov 2023-09-24 02:35:05 +00:00
librustdoc rustdoc-search: fix bug with multi-item impl trait 2023-10-05 22:32:37 -07:00
llvm-project@d404cba4e3 Update LLVM submodule 2023-09-28 13:41:02 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Rejig some top-level rustc_hir_pretty functions. 2023-10-10 14:08:12 +11:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -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.