rust/src
bors 33a2c2487a Auto merge of #113621 - ehuss:ignore-clippy-tests, r=Nilstrieb
Ignore flaky clippy tests.

These tests are frequently failing due to an issue in ui_test. ui_test doesn't appear to have a blanket ignore instruction that I could find, so I just approximated it with ignoring both 32 and 64 bit.

Fixes #113585
2023-07-12 15:47:32 +00:00
..
bootstrap Auto merge of #113214 - GuillaumeGomez:try-run-fix, r=ozkanonur,jyn514 2023-07-12 13:58:10 +00:00
ci CI: use `macos-13` runner for Apple jobs 2023-07-10 20:22:15 +02:00
doc Rollup merge of #113385 - joshtriplett:style-guide-cleanup-chains, r=calebcartwright 2023-07-11 21:00:28 -07:00
etc User may want to skip tidy check sometimes 2023-06-30 15:37:10 +08:00
librustdoc Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
llvm-project@06248fa7f3 Update LLVM submodule 2023-06-20 00:49:54 +01:00
rustdoc-json-types Verify that `ItemEnum` can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Auto merge of #113621 - ehuss:ignore-clippy-tests, r=Nilstrieb 2023-07-12 15:47:32 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta compiler 2023-05-30 08:00:10 -04:00
version Bump version 2023-07-08 10:35:49 -04:00

README.md

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.