rust/src
2022-03-25 12:37:58 -07:00
..
bootstrap resolve: Stop passing unused spans and node ids to path resolution functions 2022-03-25 02:03:54 +03:00
ci Auto merge of - jclulow:solaris-festival, r=Mark-Simulacrum 2022-03-20 01:50:36 +00:00
doc Rollup merge of - Urgau:check-cfg-values-unstable-book, r=petrochenkov 2022-03-21 19:48:34 +01:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Auto merge of - petrochenkov:suggresolve, r=michaelwoerister 2022-03-25 11:35:19 +00: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 when checking pointee metadata, canonicalize the Sized query 2022-03-25 12:37:58 -07:00
tools Auto merge of - RalfJung:miri, r=RalfJung 2022-03-25 16:45:08 +00:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05: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.