rust/src
Matthias Krüger f46b828b55
Rollup merge of #124333 - Urgau:better-bad-print, r=fmease
Improve diagnostic for unknown `--print` request

This PR improves the diagnostic when encountering a unknown `--print` request.

It also moves the run-make test to a simple UI test.
2024-04-25 00:19:55 +02:00
..
bootstrap miri libstd tests: test windows-msvc instead of windows-gnu 2024-04-22 19:50:09 +02:00
ci Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandry 2024-04-24 14:00:56 +02:00
doc Rollup merge of #124322 - whosehang:master, r=Nilstrieb 2024-04-25 00:19:54 +02:00
etc Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkan 2024-04-05 13:17:09 +00:00
librustdoc chore: fix some typos in comments 2024-04-24 13:58:51 +08:00
llvm-project@5399a24c66 Update LLVM to 1deeee3 2024-04-17 06:28:22 +08:00
rustdoc-json-types chore: fix some typos in comments 2024-04-24 13:58:51 +08:00
tools Rollup merge of #124333 - Urgau:better-bad-print, r=fmease 2024-04-25 00:19:55 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
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.