rust/src
Josh Stone 68df40e7f0 doc: s390x also requires glibc 2.17
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
2022-08-03 20:34:58 -07:00
..
bootstrap Auto merge of #100065 - ehuss:update-cargo, r=ehuss 2022-08-03 22:16:07 +00:00
ci Clarify the comment about CentOS 7's kernel version 2022-08-03 20:34:58 -07:00
doc doc: s390x also requires glibc 2.17 2022-08-03 20:34:58 -07:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc Rollup merge of #100079 - camelid:fix-doc-star-search, r=Dylan-DPC 2022-08-03 13:45:53 +05:30
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov 2022-08-03 16:09:56 +00:00
tools Auto merge of #100065 - ehuss:update-cargo, r=ehuss 2022-08-03 22:16:07 +00:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version bump version to 1.64.0 2022-06-24 17:27:24 +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.