rust/src
Rémy Rakic 1392842966 bless a few trivial tests under polonius
These are all about reaching some type and recursion limits and saving
the full type in a file, whose folder changes in this compare-mode.
2021-08-03 20:29:30 +02:00
..
bootstrap Auto merge of #87297 - ZuseZ4:new_build_flags, r=Mark-Simulacrum 2021-08-02 08:18:11 +00:00
build_helper rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
ci Auto merge of #85782 - badboy:build-ios-sim-target, r=Mark-Simulacrum 2021-08-01 00:12:18 +00:00
doc Another one 2021-08-02 20:55:25 -04:00
etc Auto merge of #85305 - MarcusDunn:master, r=pnkfelix 2021-07-27 05:53:31 +00:00
librustdoc Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum 2021-08-02 05:49:17 +00:00
llvm-project@260e0f8682 Bump LLVM for RegAllocFast bugfix 2021-07-29 19:23:41 -05:00
rustdoc-json-types rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
test bless a few trivial tests under polonius 2021-08-03 20:29:30 +02:00
tools Rollup merge of #87693 - badboy:enable-ios-sim-target-manifest, r=Mark-Simulacrum 2021-08-03 19:07:46 +09:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
version Bump to 1.56 2021-07-23 17:04:59 -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.