rust/src
2022-04-01 09:59:11 -04:00
..
bootstrap Rollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark-Simulacrum 2022-03-31 00:26:28 +02:00
ci Update browser-ui-test version to 0.8.4 2022-03-25 21:12:31 +01:00
doc Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Auto merge of #95436 - cjgillot:static-mut, r=oli-obk 2022-03-30 22:09:56 +00:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test invalid_value lint: detect invalid initialization of arrays 2022-04-01 09:59:11 -04:00
tools Update cargo 2022-03-30 21:28:18 -07:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05: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.