rust/src
bors e100ec5bc7 Auto merge of #92095 - vacuus:master, r=jyn514
rustdoc: Remove 'need_backline' field from `DocFragment`

Fixes [#92084](https://github.com/rust-lang/rust/issues/92084)
2021-12-21 16:04:54 +00:00
..
bootstrap pass -Wl,-z,origin to set DF_ORIGIN when using rpath 2021-12-17 11:27:14 +00:00
build_helper
ci Rollup merge of #91834 - GuillaumeGomez:improve-gui-test-readability, r=jsha 2021-12-19 00:38:39 +01:00
doc Address review feedback 2021-12-12 11:26:59 +00:00
etc Implement @snapshot check for htmldocck 2021-12-01 15:12:10 -08:00
librustdoc Auto merge of #92095 - vacuus:master, r=jyn514 2021-12-21 16:04:54 +00:00
llvm-project@8404254254 Update LLVM submodule 2021-12-08 11:05:48 +01:00
rustdoc-json-types
test Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obk 2021-12-21 12:49:10 +00:00
tools update Miri 2021-12-20 17:02:29 +01:00
README.md
stage0.json Bump bootstrap compiler 2021-11-30 10:44:21 -05:00
version Bump to 1.59 2021-11-26 14:53:55 -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.