rust/src
2022-01-21 20:41:47 +01:00
..
bootstrap Rollup merge of #92800 - ehuss:docs-fallback, r=Mark-Simulacrum 2022-01-19 19:19:48 +01:00
build_helper
ci add script to prevent point releases with same number as existing ones 2022-01-20 21:27:17 +01:00
doc Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix 2022-01-20 17:10:32 +01:00
etc Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk 2022-01-18 09:58:39 +00:00
librustdoc Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
llvm-project@6b3dbcc81a Use Term in ProjectionPredicate 2022-01-17 17:44:56 +00:00
rustdoc-json-types Update term for use in more places 2022-01-17 19:59:40 +00:00
test Add missing GUI test explanations 2022-01-21 20:41:47 +01:00
tools Remove a span from hir::ExprKind::MethodCall 2022-01-21 07:48:10 -06:00
README.md
stage0.json
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.