rust/src
Matthias Krüger c0e3ddeff3
Rollup merge of - cameron1024:issue-87490-regression, r=jackh726
regression test for issue 87490

Closes 
2021-12-14 20:47:26 +01:00
..
bootstrap bootstrap: Change unwrap() to expect() for WIX path 2021-12-12 03:31:40 +05:30
build_helper
ci Rollup merge of - ehuss:update-ca, r=Mark-Simulacrum 2021-12-08 11:08:56 +01:00
doc Rollup merge of - 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 - camelid:doctest-cleanup, r=GuillaumeGomez 2021-12-13 18:15:14 +01:00
llvm-project@8404254254 Update LLVM submodule 2021-12-08 11:05:48 +01:00
rustdoc-json-types
test Rollup merge of - cameron1024:issue-87490-regression, r=jackh726 2021-12-14 20:47:26 +01:00
tools Auto merge of - fee1-dead:const_env, r=spastorino 2021-12-12 22:15:32 +00: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.