rust/src
Samyak Sarnayak f446c4451b
Use getuid to check instead of USER env var in rustbuild
This makes it consistent with `x.py` as changed in #95671

Fixes #100459
2022-09-19 14:35:59 +02:00
..
bootstrap Use getuid to check instead of USER env var in rustbuild 2022-09-19 14:35:59 +02:00
ci bump channel to stable 2022-09-19 14:29:04 +02:00
doc Revert let_chains stabilization 2022-08-15 09:05:24 +02:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc Revert let_chains stabilization 2022-08-15 09:05:24 +02:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test CTFE: more informative error message on ReadPointerAsBytes trouble 2022-09-02 12:47:45 +02:00
tools Fix hang in vec_init_then_push 2022-09-14 17:04:30 +02:00
README.md
stage0.json Bump to released stable 2022-08-11 11:05:18 -04:00
version bump version to 1.64.0 2022-06-24 17:27:24 +02:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.