rust/src
2022-04-07 06:04:54 +02:00
..
bootstrap Rollup merge of #95721 - xu-cheng:typo, r=compiler-errors 2022-04-06 23:06:07 +02:00
ci Update browser-ui-test version to 0.8.5 2022-04-05 18:11:27 +02: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 Switch item-info div to span to generate valid HTML 2022-04-06 20:41:44 +02: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 Rollup merge of #95714 - KSBilodeau:master, r=Dylan-DPC 2022-04-07 06:04:54 +02:00
tools Rollup merge of #95352 - jyn514:full-relative-path, r=Mark-Simulacrum 2022-04-07 06:04:51 +02:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version bump version to 1.62.0 2022-04-04 09:21:03 +02: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.