1
Fork 0
rust/src
bors d69c33ad4c Auto merge of #103569 - RalfJung:miri-test-macos, r=Mark-Simulacrum
fix and (re-)enable Miri cross-target checks on macOS and Windows

Fixes https://github.com/rust-lang/rust/issues/103519
r? `@Mark-Simulacrum`
2022-11-07 17:04:06 +00:00
..
bootstrap Auto merge of #103569 - RalfJung:miri-test-macos, r=Mark-Simulacrum 2022-11-07 17:04:06 +00:00
ci Auto merge of #103569 - RalfJung:miri-test-macos, r=Mark-Simulacrum 2022-11-07 17:04:06 +00:00
doc Add howto for adding new targets 2022-11-03 12:10:35 +01:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Rollup merge of #104052 - TaKO8Ki:fix-103997, r=notriddle 2022-11-07 18:35:26 +05:30
llvm-project@2a2ea6b49e Update LLVM submodule 2022-10-24 14:49:18 +02:00
rustdoc-json-types rustdoc-json-types: Improve ItemSummary::path docs 2022-10-28 10:25:48 +01:00
test Auto merge of #104102 - Dylan-DPC:rollup-0eakshe, r=Dylan-DPC 2022-11-07 13:19:36 +00:00
tools Rollup merge of #104003 - c410-f3r:moar-errors, r=petrochenkov 2022-11-07 18:35:25 +05:30
README.md
stage0.json
version Bump to 1.67.0 2022-10-29 10:28:52 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.