rust/src
2022-08-04 11:26:53 -03:00
..
bootstrap Auto merge of #100123 - matthiaskrgr:rollup-aylwvyc, r=matthiaskrgr 2022-08-04 01:10:08 +00:00
ci Don't cancel try-perf branch if 'outdated' 2022-08-01 18:50:58 -04:00
doc rustc-docs: Be less specific about the representation of +bundle 2022-08-02 22:29:29 +03:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc Auto merge of #100120 - matthiaskrgr:rollup-g6ycykq, r=matthiaskrgr 2022-08-04 03:52:29 +00: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 Completely remove captures flag 2022-08-04 11:26:53 -03:00
tools Auto merge of #100065 - ehuss:update-cargo, r=ehuss 2022-08-03 22:16:07 +00:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version bump version to 1.64.0 2022-06-24 17:27:24 +02: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.