rust/src
Oli Scherer 150448d2e0 use DefineOpaqueTypes::Yes in rustdoc
Since we have a `DefiningAnchor::Error`, we will reject registering hidden types already
2024-04-04 10:01:45 +00:00
..
bootstrap Rollup merge of #123386 - Rajveer100:branch-for-issue-123227, r=onur-ozkan 2024-04-03 17:15:49 +02:00
ci Output URLs of CI artifacts to GitHub summary 2024-04-03 15:33:40 +02:00
doc Rollup merge of #123421 - taiki-e:netbsd-doc, r=Nilstrieb 2024-04-03 22:11:02 +02:00
etc x.py test: remove no-op --skip flag 2024-04-02 00:06:04 +02:00
librustdoc use DefineOpaqueTypes::Yes in rustdoc 2024-04-04 10:01:45 +00:00
llvm-project@0af6c732ec Update to LLVM 18.1.2 2024-03-20 12:26:19 +01:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Auto merge of #119820 - lcnr:leak-check-2, r=jackh726 2024-04-04 04:36:12 +00:00
README.md
stage0.json Bump stage0 2024-03-19 19:27:24 -04:00
version Bump to 1.79.0 2024-03-16 09:56:09 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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