rust/src
Joshua Nelson af6c3201fc rustdoc: Hide #text in doc-tests
Since `#![attr]` and `#[attr]` are the only valid syntax that start with `#`, we can just special case those two tokens.
2021-04-22 18:43:16 -04:00
..
bootstrap Auto merge of #84289 - andersk:bootstrap-bulk-dir, r=Mark-Simulacrum 2021-04-22 07:47:06 +00:00
build_helper
ci Upgrade expat dependency in riscv64 to newer version. 2021-04-21 15:54:57 +02:00
doc Fix broken doc link 2021-04-20 17:10:20 -04:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc rustdoc: Hide #text in doc-tests 2021-04-22 18:43:16 -04:00
llvm-project@ea6bb2615f Include a backport for wrong DWARF information 2021-04-17 14:54:38 +03:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test rustdoc: Hide #text in doc-tests 2021-04-22 18:43:16 -04:00
tools fix suggestion for unsized function parameters 2021-04-19 20:06:19 +02:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
version Bump to 1.53.0 2021-03-20 12:19:30 -04: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.