rust/src
Matthias Krüger e4f102d174
Rollup merge of #126862 - ChrisDenton:needs-symlink, r=jieyouxu
Add needs-symlink directive to compiletest

This is an alternative to #126846 that allows running symlink tests on Windows in CI but will ignore them locally if symlinks aren't available. A future improvement would be to check that the `needs-symlink` directive is used in rmake files that call `create_symlink` but this is just a quick PR to unblock Windows users who want to run tests locally without enabling symlinks.
2024-06-23 22:39:02 +02:00
..
bootstrap Rollup merge of #126616 - onur-ozkan:less-warnings, r=Mark-Simulacrum 2024-06-23 22:38:59 +02:00
ci [fuchsia-test-runner] Remove usage of kw_only 2024-06-21 10:48:30 -07:00
doc Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors 2024-06-22 19:33:56 +02:00
etc Rollup merge of #126663 - onur-ozkan:gitdir-thing, r=Mark-Simulacrum 2024-06-23 22:38:59 +02:00
librustdoc Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorino 2024-06-22 20:59:00 +00:00
llvm-project@5a5152f653
rustdoc-json-types
tools Rollup merge of #126862 - ChrisDenton:needs-symlink, r=jieyouxu 2024-06-23 22:39:02 +02:00
README.md
stage0
version

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.