rust/src
Matthias Krüger cacd37ac3c
Rollup merge of #100303 - lnicola:rust-analyzer-2022-08-09, r=lnicola
⬆️ rust-analyzer

r? `@ghost`
2022-08-09 07:06:02 +02:00
..
bootstrap Auto merge of #100004 - jyn514:exclude-single-test, r=Mark-Simulacrum 2022-08-07 02:56:48 +00:00
ci Auto merge of #99833 - andrewpollack:fuchsia-rust-ci-zircon-lib-improvement, r=Mark-Simulacrum 2022-08-07 15:58:30 +00:00
doc Update SUMMARY.md 2022-08-07 12:42:25 -06:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc Rollup merge of #100212 - GuillaumeGomez:rm-clean-impls, r=Dylan-DPC 2022-08-09 07:05:56 +02:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test Rollup merge of #100268 - TaKO8Ki:add-regression-test-for-79148, r=Mark-Simulacrum 2022-08-09 07:05:59 +02:00
tools ⬆️ rust-analyzer 2022-08-09 07:23:57 +03:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version Bump to 1.65.0 2022-08-05 11:32:46 -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.