rust/src
Rune Tynan a61c09a897
Update src/test/rustdoc/decl_macro_priv.rs
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-11-28 00:02:46 -05:00
..
bootstrap Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrum 2020-11-21 15:43:09 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Mirror centos vault to S3 2020-11-25 22:01:15 -05:00
doc Add to platform-support.md 2020-11-26 11:33:38 +01:00
etc BTreeMap: cut out the ceremony around BoxedNode 2020-11-23 17:02:08 +01:00
librustdoc Add test, fix pub macro impl, compile error 2020-11-27 21:59:20 -05:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Update src/test/rustdoc/decl_macro_priv.rs 2020-11-28 00:02:46 -05:00
tools Auto merge of #79318 - cjgillot:fitem, r=lcnr 2020-11-27 13:45:22 +00:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +01: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.