rust/src
bors 2827db2b13 Auto merge of #87622 - pietroalbini:bump-bootstrap, r=Mark-Simulacrum
Bump bootstrap compiler to 1.55

Changing the cfgs for stdarch is missing, but my understanding is that we don't need to do it as part of this PR?

r? `@Mark-Simulacrum`
2021-08-01 19:04:37 +00:00
..
bootstrap netbsd x86_64 arch enable supported sanitizers. 2021-07-31 15:26:55 +01:00
build_helper Revert "Revert "Move llvm submodule updates to rustbuild"" 2021-06-04 22:17:01 -04:00
ci Auto merge of #85782 - badboy:build-ios-sim-target, r=Mark-Simulacrum 2021-08-01 00:12:18 +00:00
doc Fix missing word in comment 2021-07-30 00:58:48 -07:00
etc Auto merge of #85305 - MarcusDunn:master, r=pnkfelix 2021-07-27 05:53:31 +00:00
librustdoc Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa 2021-08-01 09:15:15 +00:00
llvm-project@260e0f8682 Bump LLVM for RegAllocFast bugfix 2021-07-29 19:23:41 -05:00
rustdoc-json-types Add generic arg infer 2021-07-25 07:28:51 +00:00
test Auto merge of #81825 - voidc:pidfd, r=joshtriplett 2021-08-01 16:45:47 +00:00
tools bump bootstrap compiler to 1.55 2021-08-01 11:19:24 -04:00
README.md
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.