rust/src
2020-10-16 08:54:38 +02:00
..
bootstrap Auto merge of #77756 - alarsyo:setup-llvm-detect, r=jyn514 2020-10-15 02:10:11 +00:00
build_helper
ci Update Xcode beta version to allow aarch64-apple-darwin to compile again 2020-10-14 13:51:28 -04:00
doc Rollup merge of #77951 - ehuss:update-books, r=ehuss 2020-10-15 07:32:40 +09:00
etc Rollup merge of #77788 - ssomers:btree_cleanup_gdb, r=Mark-Simulacrum 2020-10-14 02:30:36 +02:00
librustdoc Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514 2020-10-16 02:10:19 +02:00
llvm-project@3c5d47c81d Rebase LLVM onto 11.0.0 final 2020-10-14 12:13:20 -07:00
test Merge branch 'master' into box-alloc 2020-10-16 08:54:38 +02:00
tools Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_query_stack, r=oli-obk 2020-10-16 02:10:09 +02:00
README.md
stage0.txt
version

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.