rust/src
Matthias Krüger 3d4f3ee71d
Rollup merge of #90994 - Badel2:issue-90993, r=estebank
Fix ICE `#90993`: add missing call to cancel

Fix #90993
2021-11-20 22:33:49 +01:00
..
bootstrap Rollup merge of #90800 - aplanas:fix_cargo_config, r=Mark-Simulacrum 2021-11-19 13:06:35 +09:00
build_helper
ci Rollup merge of #90733 - wesleywiser:musl_debuginfo, r=Mark-Simulacrum 2021-11-16 23:58:21 +01:00
doc Put back removed empty line 2021-11-19 10:20:49 +01:00
etc
librustdoc Auto merge of #91066 - camelid:externs, r=jyn514,GuillaumeGomez 2021-11-20 14:12:29 +00:00
llvm-project@f9b03d0e2d Update llvm submodule 2021-11-16 16:49:16 +00:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Rollup merge of #90994 - Badel2:issue-90993, r=estebank 2021-11-20 22:33:49 +01:00
tools Fix float ICE 2021-11-20 16:41:36 +01:00
README.md
stage0.json bump boostrap compiler 2021-10-23 21:55:57 -04:00
version bump version to rust 1.58.0 2021-10-17 16:04:44 +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.