rust/src
bors 691d1c1e12 Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgr
Rollup of 4 pull requests

Successful merges:

 - #95013 (Update browser-ui-test version to 0.8.2)
 - #95039 (Make negative coherence work when there's impl negative on super predicates)
 - #95047 (Refactor: remove an unnecessary pattern for ignoring all parts)
 - #95048 (update Miri)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-03-18 05:26:14 +00:00
..
bootstrap resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
ci Rollup merge of #95013 - GuillaumeGomez:browser-ui-test-v, r=notriddle 2022-03-18 05:21:54 +01:00
doc resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Rollup merge of #94960 - codehorseman:master, r=oli-obk 2022-03-17 22:55:05 +01:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-09 09:51:12 +01:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgr 2022-03-18 05:26:14 +00:00
tools Auto merge of #95065 - matthiaskrgr:rollup-75i6oz5, r=matthiaskrgr 2022-03-18 05:26:14 +00:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05: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.