rust/src
2022-02-02 15:40:11 +00:00
..
bootstrap Add a convenient way to inject rustc flags somewhere late in the bootstrap pipeline without causing rebuilds 2022-02-02 15:40:10 +00:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Update browser-ui-test version to 0.5.8 2022-01-29 10:44:18 +01:00
doc Update books 2022-02-01 02:55:55 -08:00
etc Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk 2022-01-18 09:58:39 +00:00
librustdoc Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00
llvm-project@b6b46f596a backport llvm fix for issue 91671. 2022-01-28 09:22:16 -05:00
rustdoc-json-types Increase the format version of rustdoc-json-types 2022-01-20 22:14:02 +01:00
test Add some tests to show what happens when you compare two opaque types that are both within the defining scope 2022-02-02 15:40:11 +00:00
tools Lazily resolve type-alias-impl-trait defining uses 2022-02-02 15:40:11 +00:00
README.md
stage0.json bump bootstrap compiler 2022-01-28 15:01:04 +01:00
version bump version to 1.60.0 2022-01-07 10:04:15 +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.