rust/src
Vadim Petrochenkov 619e9abc7d ast: Revert a breaking attribute visiting order change
(cherry picked from commit 6e67eaa311)
2024-06-06 11:41:35 -07:00
..
bootstrap Fix bootstrap panic when build from tarball 2024-05-09 14:41:27 -07:00
ci Bump to beta 2024-04-28 09:28:51 -04:00
doc Add v0 symbol mangling for f16 and f128 2024-05-24 17:31:35 -07:00
etc introduce x vendor 2024-04-22 17:07:49 +03:00
librustdoc rustdoc: use stability, instead of features, to decide what to show 2024-05-16 09:06:54 -07:00
llvm-project@b31c30a9bb Update to LLVM 18.1.6 2024-05-24 17:31:35 -07:00
rustdoc-json-types Fix some typos in comments 2024-04-25 10:47:24 +08:00
tools ast: Revert a breaking attribute visiting order change 2024-06-06 11:41:35 -07:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to released 1.78 compiler 2024-05-02 08:46:13 -04:00
version Bump to 1.79.0 2024-03-16 09:56:09 -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.