rust/src
Joshua Nelson f67103b9b2 Add back missing trait test
Rustdoc has been able to deal with `impl trait` for almost a year now.
2021-04-09 09:10:11 -04:00
..
bootstrap Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum 2021-04-07 20:44:37 +00:00
build_helper
ci
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 rustdoc: Don't generate blanket impls when running --show-coverage 2021-04-09 09:09:19 -04:00
llvm-project@171991e309 Update LLVM to support more wasm simd ops 2021-04-05 13:50:49 -07:00
rustdoc-json-types
test Add back missing trait test 2021-04-09 09:10:11 -04:00
tools Rollup merge of #82497 - jyn514:json, r=CraftSpider 2021-04-08 01:01:42 +02:00
README.md
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
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.