rust/src
2022-01-23 20:13:03 +01:00
..
bootstrap Auto merge of #93047 - matthiaskrgr:defer__dist_PlainSourceTarball, r=Mark-Simulacrum 2022-01-23 12:29:08 +00:00
build_helper Remove dead code from build_helper 2022-01-22 12:06:44 +01:00
ci Auto merge of #92983 - pietroalbini:pa-bump-runner-images, r=Mark-Simulacrum 2022-01-21 17:43:39 +00:00
doc update uclibc instructions for new toolchain, add link from platforms doc 2022-01-22 14:16:52 -05:00
etc Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk 2022-01-18 09:58:39 +00:00
librustdoc Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3 2022-01-23 15:37:43 +00:00
llvm-project@6b3dbcc81a Use Term in ProjectionPredicate 2022-01-17 17:44:56 +00:00
rustdoc-json-types Increase the format version of rustdoc-json-types 2022-01-20 22:14:02 +01:00
test Rollup merge of #93213 - c410-f3r:let-chains-feature, r=matthewjasper 2022-01-23 20:13:03 +01:00
tools Update clippy 2022-01-23 19:31:32 +08:00
README.md
stage0.json
version bump version to 1.60.0 2022-01-07 10:04:15 +01:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.