rust/src
Mark Rousskov 9157430d62 Ignore failures of RLS on aarch64 Windows 2021-03-24 11:06:23 -04:00
..
bootstrap Ignore failures of RLS on aarch64 Windows 2021-03-24 11:06:23 -04:00
build_helper
ci [beta] initial branch off 2021-03-24 10:24:11 -04:00
doc Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 2021-03-19 15:03:21 +01:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 2021-03-19 23:01:29 +01:00
llvm-project@c3a26cbf6e Update LLVM to bring in SIMD updates for WebAssembly 2021-03-18 16:04:39 -07:00
rustdoc-json-types x.py fmt 2021-03-06 15:50:29 -05:00
test Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu 2021-03-20 09:01:35 +00:00
tools Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett 2021-03-19 15:03:28 +01:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt [beta] initial branch off 2021-03-24 10:24:11 -04:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01:00

README.md

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.