rust/src
Matthias Krüger cb4e2994c2
Rollup merge of #116292 - onur-ozkan:warn-wrong-sources, r=clubby789
warn if source is not either a git clone or a dist tarball

When the repository is downloaded directly via HTTP(as in #115041), builds may fail due to missing submodules.

This PR adds a check that warns people in such cases.
2023-10-01 12:18:11 +02:00
..
bootstrap Rollup merge of #116292 - onur-ozkan:warn-wrong-sources, r=clubby789 2023-10-01 12:18:11 +02:00
ci Auto merge of #116225 - Kobzol:newbors-integration, r=Mark-Simulacrum 2023-10-01 04:00:34 +00:00
doc Auto merge of #115368 - loongarch-rs:none-tier2, r=pietroalbini 2023-09-30 00:33:43 +00:00
etc Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov 2023-09-24 02:35:05 +00:00
librustdoc Auto merge of #116195 - fmease:rustdoc-investigate-perf-regression, r=GuillaumeGomez 2023-09-30 09:18:06 +00:00
llvm-project@d404cba4e3 Update LLVM submodule 2023-09-28 13:41:02 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #116307 - RalfJung:miri, r=RalfJung 2023-10-01 07:43:21 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -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.