rust/src
2021-01-03 13:45:16 +00:00
..
bootstrap Rollup merge of #80532 - tmiasko:rm;, r=Mark-Simulacrum 2020-12-31 22:20:56 +01:00
build_helper
ci Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum 2020-12-31 00:23:13 +00:00
doc Fix typo in ffi-pure.md 2020-12-29 13:37:21 +09:00
etc Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkov 2020-12-30 22:49:19 +09:00
librustdoc adjust const generics defaults FIXMEs to the new feature gate 2021-01-01 11:01:01 +01:00
llvm-project@fb115ee43b Update LLVM 2020-12-30 19:14:15 +00:00
test Update now-more-precise operation with a preciser message 2021-01-03 13:45:16 +00:00
tools Auto merge of #80547 - lqd:const_generics_defaults, r=varkor 2021-01-01 13:17:42 +00:00
README.md
stage0.txt Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -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.