rust/src
bors cda5becc27 Auto merge of - loongarch-rs:ci, r=Mark-Simulacrum
ci: Add support for dist-loongarch64-linux

We are preparing to promote loongarch64-unknown-linux-gnu to Tier 2, and one of the tasks is to add CI support. We are currently in the process of upgrading the dependencies for the build tools, and before this is completed, we would like to request comments. Thanks

#### Progress

- [x] Update linux-raw-sys to 0.3.2 ()
- [x] Update openssl-src to 111.25.3+1.1.1t ()
- [x] bootstrap: Update linux-raw-sys to 0.3.2 ()
- [x] Update linux-raw-sys to 0.3.4 ()
- [x] Update cargo ()
- [x] linux_like: Add missing constants for loongarch64 ()
- [x] Release 0.2.143 ()
- [x] Update libc to 0.2.144 ()
- [x] Update cargo ()

Tier 2 with host tools MCP: https://github.com/rust-lang/compiler-team/issues/518
2023-05-23 07:27:51 +00:00
..
bootstrap Render test messages from bootstrap 2023-05-21 10:25:03 -07:00
ci Auto merge of - loongarch-rs:ci, r=Mark-Simulacrum 2023-05-23 07:27:51 +00:00
doc Rollup merge of - esp-rs:esp-idf-platform-support, r=jyn514 2023-05-11 07:05:28 +02:00
etc Fix typo in bootstrap command description 2023-05-17 17:35:02 +02:00
librustdoc rustdoc: include strikethrough in item summary 2023-05-21 18:00:11 +02:00
llvm-project@533d3f338b Update to LLVM 16.0.4 2023-05-17 10:35:12 +02:00
rustdoc-json-types IAT: Rustdoc integration 2023-05-04 16:59:11 +02:00
tools Rollup merge of - Urgau:rename_drop_forget_copy_ref_lints, r=fee1-dead 2023-05-23 00:32:19 +05:30
README.md
stage0.json bump stage0 2023-04-28 08:47:55 -07:00
version bump to rust 1.71.0 2023-04-15 12:29:51 +02:00

This directory contains some source code for the Rust project, including:

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

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