rust/src
bors 5258a74c88 Auto merge of #84153 - Dylan-DPC:rollup-5jiqrwu, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #83438 (Update RELEASES.md)
 - #83707 (Remove `T: Debug` bound on UnsafeCell Debug impl)
 - #84084 (Stabilize duration_zero.)
 - #84121 (Stabilize BTree{Map,Set}::retain)
 - #84140 (Don't call bump in check_mistyped_turbofish_with_multiple_type_params)
 - #84141 (Fix typo in error message)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-04-13 11:22:10 +00:00
..
bootstrap bootstrap: check local_rebuild before adding --cfg=bootstrap, closes #84057 2021-04-11 14:02:28 +01:00
build_helper
ci rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
doc Auto merge of #84015 - tdelabro:issue-76704-fix, r=Amanieu 2021-04-10 00:35:38 +00:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Move crate loader to collect_intra_doc_links::early 2021-04-11 16:00:26 -04:00
llvm-project@5ef9f9948f Update LLVM submodule 2021-04-10 10:51:54 +01:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Auto merge of #84153 - Dylan-DPC:rollup-5jiqrwu, r=Dylan-DPC 2021-04-13 11:22:10 +00:00
tools Auto merge of #84099 - tmiasko:asm-only-x86_64, r=Amanieu 2021-04-13 08:40:12 +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.