rust/src
Joshua Nelson b3f9795cbb Get rid of clean::TyMethod
It's the same as clean::Function.
2020-11-16 22:53:10 -05:00
..
bootstrap Auto merge of #79074 - Mark-Simulacrum:fix-ci-llvm, r=jyn514 2020-11-16 00:40:04 +00:00
build_helper
ci
doc Rollup merge of #78714 - m-ou-se:simplify-local-streams, r=KodrAus 2020-11-16 17:26:27 +01:00
etc
librustdoc Get rid of clean::TyMethod 2020-11-16 22:53:10 -05:00
llvm-project@ee16174578
test Rollup merge of #79032 - lcnr:arg-count, r=varkor 2020-11-16 17:26:35 +01:00
tools clippy: fold by value 2020-11-16 22:42:09 +01:00
README.md
stage0.txt
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.