rust/src
2022-07-01 01:30:37 +00:00
..
bootstrap Rollup merge of #98434 - dpaoliello:staticcrt, r=jyn514 2022-06-29 20:34:58 +02:00
ci Rollup merge of #98422 - GuillaumeGomez:browser-ui-test-update, r=Dylan-DPC 2022-06-23 14:39:19 -07:00
doc Rollup merge of #98401 - ehuss:extern-tracking, r=Dylan-DPC 2022-06-25 15:14:12 +02:00
etc Rollup merge of #95446 - notseanray:master, r=Mark-Simulacrum 2022-06-22 15:16:08 +09:00
librustdoc Rollup merge of #98685 - camelid:sorting-flag, r=GuillaumeGomez 2022-06-30 00:23:54 +02:00
llvm-project@d1ddc34c4b Update LLVM submodule 2022-06-25 09:36:03 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Auto merge of #98377 - davidv1992:add-lifetimes-to-argument-temporaries, r=oli-obk 2022-06-30 09:20:52 +00:00
tools Auto merge of #98706 - flip1995:clippyup, r=Dylan-DPC 2022-07-01 01:30:37 +00:00
README.md
stage0.json change stage0.json to reduce the chance of merge conflicts 2022-06-09 19:43:11 +02:00
version bump version to 1.64.0 2022-06-24 17:27:24 +02: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.