rust/src
SparrowLii 0fa158b38f Add simd_neg platform intrinsic 2021-03-19 02:16:21 +08:00
..
bootstrap Make bootstrap be more informative when one does `x.py test` on a beta checkout without other mods. 2021-03-15 23:19:35 -04:00
build_helper
ci Rollup merge of #83204 - jethrogb:jb/sgx-c-build, r=joshtriplett,raoulstrackx 2021-03-18 00:28:12 +01:00
doc Rollup merge of #83206 - ehuss:update-books, r=ehuss 2021-03-17 15:20:59 +09:00
etc Rollup merge of #82557 - rylev:natvis-improvements, r=varkor 2021-03-08 13:13:20 +01:00
librustdoc Auto merge of #83188 - petrochenkov:field, r=lcnr 2021-03-17 16:49:46 +00:00
llvm-project@62a1ddde22 Update llvm-project submodule 2021-03-11 22:04:10 +01:00
rustdoc-json-types x.py fmt 2021-03-06 15:50:29 -05:00
test Add simd_neg platform intrinsic 2021-03-19 02:16:21 +08:00
tools Rollup merge of #83228 - GuillaumeGomez:no-diff-if-no-tidy, r=jyn514 2021-03-18 00:28:16 +01:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05: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.