rust/src
Matthias Krüger 269d15fbf8
Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPC
Remove more Clean trait implementations

Follow-up of https://github.com/rust-lang/rust/pull/99638.

r? ``@notriddle``
2022-08-02 17:17:37 +02:00
..
bootstrap Rollup merge of #99293 - jo3bingham:issue-98720-fix, r=jyn514 2022-08-02 07:30:40 +02:00
ci Don't cancel try-perf branch if 'outdated' 2022-08-01 18:50:58 -04:00
doc Rollup merge of #100042 - ehuss:update-books, r=ehuss 2022-08-02 07:30:47 +02:00
etc Htmldocck: Substitute the doc channel when blessing 2022-07-26 17:38:13 +02:00
librustdoc Rollup merge of #100057 - GuillaumeGomez:rm-more-clean-impl, r=Dylan-DPC 2022-08-02 17:17:37 +02:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Fix rustdoc JSON inline 2022-07-16 13:39:38 +02:00
test Rollup merge of #100052 - TimNN:patch-1, r=nikic 2022-08-02 17:17:35 +02:00
tools Rollup merge of #100053 - flip1995:clippy_backport, r=xFrednet 2022-08-02 17:17:36 +02:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00: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.