rust/src
chenx97 2409ea3c12 bootstrap: bump fd-lock, clap and windows.
this also updates target-sensitive dependencies like rustix
and libc.
2023-10-30 15:54:57 +08:00
..
bootstrap bootstrap: bump fd-lock, clap and windows. 2023-10-30 15:54:57 +08:00
ci pass CODEGEN_BACKENDS to docker 2023-10-28 19:00:49 +00:00
doc Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee 2023-10-29 03:53:36 +00:00
etc Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-Simulacrum 2023-10-29 12:35:00 +01:00
librustdoc rustdoc: Use ThinVec in GenericParamDefKind 2023-10-29 02:14:41 -04:00
llvm-project@febc39711a Update to LLVM 17.0.3 2023-10-17 10:44:45 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung 2023-10-29 14:50:53 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta 2023-10-08 19:57:43 -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.