rust/src
Felix S. Klock II 91feb76d13 Revert "Implement Anonymous{Struct, Union} in the AST"
This reverts commit 059b68dd67.

Note that this was manually adjusted to retain some of the refactoring
introduced by commit 059b68dd67, so that it could
likewise retain the correction introduced in commit
5b4bc05fa5
2021-09-09 09:14:17 -04:00
..
bootstrap Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrum 2021-09-06 16:01:17 +00:00
build_helper rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00
ci update of the CI freebsd toolchain 2021-09-08 08:41:22 +01:00
doc Update cargo, books 2021-09-01 09:27:57 -07:00
etc set the executable bit on pre-commit.sh 2021-08-11 15:06:33 -04:00
librustdoc Auto merge of #80522 - cjgillot:borrowcrate, r=oli-obk 2021-09-08 20:42:42 +00:00
llvm-project@ec995b75d7 Update LLVM submodule 2021-09-02 22:39:43 +02:00
rustdoc-json-types rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
test Revert "Implement Anonymous{Struct, Union} in the AST" 2021-09-09 09:14:17 -04:00
tools Revert "Allow formatting Anonymous{Struct, Union} declarations" 2021-09-09 09:14:16 -04:00
README.md
stage0.json Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
version Bump version to 1.57 2021-09-03 21:54:48 -04: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.