granite-rust/src
bors 531cb83fcf Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Ki
Rollup of 5 pull requests

Successful merges:

 - #117737 (Remove `-Zkeep-hygiene-data`.)
 - #117830 (Small improvements in object lifetime default code)
 - #117858 (Compute layout with spans for better cycle errors in coroutines)
 - #117863 (Remove some unused stuff from `rustc_index`)
 - #117872 (Cranelift isn't available on non-nightly channels)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-11-13 17:29:00 +00:00
..
bootstrap Cranelift isn't available on non-nightly channels 2023-11-12 21:45:54 -05:00
ci Auto merge of #117799 - erickt:fuchsia, r=tmandry 2023-11-11 00:03:52 +00:00
doc Auto merge of #117799 - erickt:fuchsia, r=tmandry 2023-11-11 00:03:52 +00:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc rename ReLateBound to ReBound 2023-11-13 14:13:54 +00:00
llvm-project@fef3d7b14e Update to LLVM 17.0.4 2023-10-31 09:30:13 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools update type flags 2023-11-13 14:13:54 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json rename github_repository to git_repository 2023-11-06 15:53:32 +01:00
version Bump nightly version 2023-11-11 11:29:33 -05: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.