rust/src
2021-10-01 16:42:29 -07:00
..
bootstrap bootstrap: Update comment (again) in config.library.toml 2021-09-30 11:25:20 -05:00
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci Fix Windows LLVM issue. 2021-09-29 15:27:44 -07:00
doc Update books 2021-09-29 14:37:40 -07:00
etc Migrate to 2021 2021-09-20 22:21:42 -04:00
librustdoc rustdoc: use slice::contains instead of open-coding it 2021-10-01 16:42:29 -07:00
llvm-project@522c3e3d9c Update llvm submodule to fix function name mangling on x86 Windows 2021-09-30 10:03:12 -04:00
rustdoc-json-types Migrate to 2021 2021-09-20 22:21:42 -04:00
test Rollup merge of #89412 - lqd:zvariant-repro, r=Aaron1011 2021-09-30 23:41:11 -07:00
tools Rollup merge of #88782 - asquared31415:issue-79559, r=cjgillot 2021-09-30 18:05:20 -07:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
version Bump version to 1.57 2021-09-03 21:54:48 -04: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.