rust/src
Dylan DPC d7d42ccfd2
Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank
Add suggestion to reborrow mutable references when they're moved in a for loop

Address #83924
2021-04-07 13:07:17 +02:00
..
bootstrap Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
build_helper
ci ci: docker: x86_64: specify host explicitly 2021-03-28 16:50:16 +01:00
doc Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisa 2021-04-05 15:48:43 +02:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomez 2021-04-07 04:45:12 +00:00
llvm-project@171991e309 Update LLVM to support more wasm simd ops 2021-04-05 13:50:49 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Rollup merge of #83945 - SkiFire13:fix-83924, r=estebank 2021-04-07 13:07:17 +02:00
tools Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov 2021-04-07 13:07:14 +02:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
version Bump to 1.53.0 2021-03-20 12:19:30 -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.