rust/src
2022-11-13 15:51:16 +05:30
..
bootstrap Rollup merge of #104245 - kubycsolutions:master, r=jyn514 2022-11-11 20:51:42 +05:30
ci Rollup merge of #104245 - kubycsolutions:master, r=jyn514 2022-11-11 20:51:42 +05:30
doc Rollup merge of #104171 - ehuss:update-books, r=ehuss 2022-11-09 15:39:06 -05:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth 2022-11-11 20:11:07 +00:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types rustdoc-json-types: Improve ItemSummary::path docs 2022-10-28 10:25:48 +01:00
test Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank 2022-11-12 05:22:17 +00:00
tools use EXE_EXTENSION while searching for python 2022-11-13 15:51:16 +05:30
README.md Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
stage0.json bump stage0 2022-09-26 10:13:46 +02:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.