rust/src
2024-09-25 19:00:19 -07:00
..
bootstrap Fix tool cargo being off-by-one from rustc staging 2024-09-24 19:04:51 +08:00
ci Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
doc Rollup merge of - biabbas:riscv32_wrs_vxworks, r=nnethercote 2024-09-25 10:09:22 +02:00
etc Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Auto merge of - cuviper:file-buffered, r=joshtriplett 2024-09-25 04:57:12 +00:00
llvm-project@5699773936 Update to LLVM 19.1.0 2024-09-20 14:41:36 -07:00
rustdoc-json-types rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
tools Remove the control_flow_enum feature from clippy 2024-09-25 19:00:19 -07:00
README.md
stage0 Bump stage0 2024-09-22 19:04:19 -04:00
version Bump to 1.83 2024-08-30 19:58:04 +01: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.