rust/src
2022-04-18 20:59:08 +02:00
..
bootstrap Auto merge of #96080 - nikic:ranlib, r=Mark-Simulacrum 2022-04-18 09:58:22 +00:00
ci update: actions/checkout@v2 to actions/checkout@v3 2022-04-14 13:20:39 -07:00
doc Rollup merge of #96059 - euclio:doc-cfg, r=manishearth,guillaumegomez 2022-04-16 14:26:00 +02:00
etc Auto merge of #96010 - eduardosm:Unique-on-top-of-NonNull, r=m-ou-se,tmiasko 2022-04-17 05:26:08 +00:00
librustdoc Update search engine and parser to error when quotes are used on queries with more than one element. 2022-04-18 20:59:08 +02:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #95695 - the8472:vec-codegen-tests, r=Mark-Simulacrum 2022-04-18 02:04:12 +00:00
tools Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkov 2022-04-17 12:56:19 +00:00
README.md
stage0.json bump stage0 to the latest beta 2022-04-05 22:24:32 +02:00
version bump version to 1.62.0 2022-04-04 09:21:03 +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.