rust/src
Yuki Okushi 68a5680fc5
Rollup merge of #90098 - GuillaumeGomez:add-test-foreign-impl-missing-doc-code-examples, r=jyn514
Add test to ensure that the missing_doc_code_examples is not triggered on foreign trait implementations

Fixes #76450.

r? ````@jyn514````
2021-10-21 14:11:12 +09:00
..
bootstrap config: add the option to enable LLVM tests 2021-10-18 20:19:13 -04:00
build_helper
ci Rollup merge of #90048 - GuillaumeGomez:line-number-setting, r=jsha 2021-10-21 14:11:08 +09:00
doc Revert "Stabilize `arbitrary_enum_discriminant`" 2021-10-14 10:57:56 -04:00
etc Encode json files with UTF-8 2021-09-30 00:11:14 +09:00
librustdoc Auto merge of #89998 - camelid:box-default, r=jyn514 2021-10-21 01:38:55 +00:00
llvm-project@a7348ae0df Update to the final LLVM 13.0.0 release 2021-10-01 21:06:19 -07:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Rollup merge of #90098 - GuillaumeGomez:add-test-foreign-impl-missing-doc-code-examples, r=jyn514 2021-10-21 14:11:12 +09:00
tools Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se 2021-10-20 04:35:14 +09:00
README.md
stage0.json
version bump version to rust 1.58.0 2021-10-17 16:04:44 +02:00

README.md

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.