rust/src
Matthias Krüger be20570a07
Rollup merge of #91811 - itzurabhi:boostrap-dist-wix-unwrap-issue, r=Mark-Simulacrum
bootstrap: Change unwrap() to expect() for WIX path

On Windows, `x.py dist` command panics without proper error message if `WIX` environment variable is not set. This patch changes `Option::unwrap()` to `Option::expect()`.
2021-12-12 07:45:29 +01:00
..
bootstrap bootstrap: Change unwrap() to expect() for WIX path 2021-12-12 03:31:40 +05:30
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci Rollup merge of #90550 - ehuss:update-ca, r=Mark-Simulacrum 2021-12-08 11:08:56 +01:00
doc Rollup merge of #91310 - hi-rustin:rustin-patch-rustdoc, r=jyn514 2021-12-11 08:22:30 +01:00
etc Implement @snapshot check for htmldocck 2021-12-01 15:12:10 -08:00
librustdoc Rollup merge of #91717 - inashivb:issue-91713, r=jyn514 2021-12-11 16:02:49 +01:00
llvm-project@2b9078f4af LLVM support .insn directive 2021-12-04 16:56:21 +01:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Rollup merge of #91748 - notriddle:notriddle/doc-notable_trait-mut_t_is_not_an_iterator, r=Mark-Simulacrum 2021-12-12 07:45:28 +01:00
tools Rollup merge of #91666 - RalfJung:miri, r=RalfJung 2021-12-09 05:02:23 +01:00
README.md
stage0.json Bump bootstrap compiler 2021-11-30 10:44:21 -05:00
version Bump to 1.59 2021-11-26 14:53:55 -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.