rust/src
Yuki Okushi 6fb79245e8
Rollup merge of #80744 - camelid:next_def_id-docs, r=jyn514
rustdoc: Turn `next_def_id` comments into docs

Split out from #80740.

r? ``@jyn514``
2021-01-08 02:06:13 +09:00
..
bootstrap Auto merge of #80708 - JohnTitor:rollup-6esk027, r=JohnTitor 2021-01-05 03:06:32 +00:00
build_helper
ci Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum 2020-12-31 00:23:13 +00:00
doc Merge remote-tracking branch 'origin/master' into frewsxcv-san 2020-12-31 23:27:33 -05:00
etc Detect invalid rustdoc test commands 2021-01-03 13:53:11 +01:00
librustdoc Rollup merge of #80744 - camelid:next_def_id-docs, r=jyn514 2021-01-08 02:06:13 +09:00
llvm-project@fb115ee43b Update LLVM 2020-12-30 19:14:15 +00:00
test Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514 2021-01-08 02:06:09 +09:00
tools Auto merge of #80758 - RalfJung:miri, r=RalfJung 2021-01-06 18:56:48 +00:00
README.md
stage0.txt Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -05:00
version

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.