rust/src
bors beebcdeb6f Auto merge of #117782 - majaha:tidy_fix, r=onur-ozkan
Fix tidy tripping up on  untracked files with special characters in their name

Previously, the tidy tool would fault if an untracked file had a space or other special characters in its name. If there was an untracked file "foo bar", it would include the quoting in it's path and split on the first space, giving output like this:
`skip untracked path "foo during rustfmt invocations`
2023-11-24 13:16:10 +00:00
..
bootstrap Auto merge of #117782 - majaha:tidy_fix, r=onur-ozkan 2023-11-24 13:16:10 +00:00
ci Rollup merge of #118100 - ecnelises:ppc64_profiler, r=Kobzol 2023-11-22 09:28:50 -08:00
doc Stabilize RFC3324 dyn upcasting coercion 2023-11-22 13:56:36 +01:00
etc Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco 2023-11-04 02:28:17 +00:00
librustdoc Sort unstable items last in rustdoc, instead of first 2023-11-23 17:20:13 -08:00
llvm-project@7738295178 Update to LLVM 17.0.5 2023-11-14 12:06:30 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc 2023-11-24 08:23:52 +01:00
README.md
stage0.json Bump stage0 to latest 2023-11-15 19:40:51 -05: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.