rust/src
2021-03-08 13:16:00 -06:00
..
bootstrap Change default Solaris x86 target to x86_64-pc-solaris 2021-03-01 15:05:31 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Update Docker to use the correct target 2021-03-01 15:06:32 +01:00
doc Update supported platforms doc 2021-03-01 15:06:32 +01:00
etc fix typo in pre-commit.sh 2021-02-24 18:37:13 -05:00
librustdoc Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr 2021-02-28 19:19:09 +00:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-02-27 11:09:00 -08:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test use pat<no_top_alt> for patterns in let bindings 2021-03-05 10:10:04 -06:00
tools clippy: fix or-pattern in let binding 2021-03-08 13:16:00 -06:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +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.