rust/src
Arpad Borsos d93d77b713
rustdoc: Simplify some document functions
* Remove `prefix` param of `document_short/full`, `render_markdown`, as its always an empty string.
* Remove `Option` wrapping of `document_short` `parent`, as its always `Some`.
2021-04-19 23:42:09 +02:00
..
bootstrap bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057 2021-04-11 14:02:28 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
doc Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth 2021-04-18 23:28:43 +00:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc rustdoc: Simplify some document functions 2021-04-19 23:42:09 +02: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 Auto merge of #84316 - teymour-aldridge:improve-defaulted-never-note, r=petrochenkov 2021-04-19 04:51:48 +00:00
tools Auto merge of #78880 - CDirkx:not_supported, r=joshtriplett 2021-04-18 20:03:54 +00: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.