rust/src
2022-05-04 21:03:01 +02:00
..
bootstrap Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simulacrum 2022-05-04 17:13:11 +09:00
ci Update browser-ui-test version to 0.9.0 2022-05-01 21:36:19 +02:00
doc Fix typo in lint levels doc 2022-05-02 22:33:28 -07:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
llvm-project@fc10370ef7 Update LLVM submodule 2022-04-28 16:04:15 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Auto merge of #94775 - oli-obk:operand_order, r=davidtwco 2022-05-04 12:54:02 +00:00
tools Update cargo 2022-05-03 22:48:05 -07:00
README.md
stage0.json
version

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.