rust/src
Matthias Krüger 9f667994fd
Rollup merge of #98578 - rust-lang:oli-obk-patch-1, r=eddyb
Remove eddyb from miri failure pings

r? `@eddyb`
2022-06-27 22:35:11 +02:00
..
bootstrap Fix builds on Windows (closes #98546) 2022-06-26 23:27:44 +01: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 #98577 - GuillaumeGomez:associated-items, r=notriddle 2022-06-27 22:35:11 +02:00
llvm-project@d1ddc34c4b Update LLVM submodule 2022-06-25 09:36:03 +02:00
rustdoc-json-types
test Rollup merge of #98577 - GuillaumeGomez:associated-items, r=notriddle 2022-06-27 22:35:11 +02:00
tools Rollup merge of #98578 - rust-lang:oli-obk-patch-1, r=eddyb 2022-06-27 22:35:11 +02: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.