rust/src
bors 2faef12b65 Auto merge of #84241 - Dylan-DPC:rollup-jk9nt6k, r=Dylan-DPC
Rollup of 4 pull requests

Successful merges:

 - #83337 (rustdoc: Hide item contents, not items)
 - #83944 (Fix a couple resolve bugs from binder refactor)
 - #84145 (Address comments for vecdeque_binary_search #78021)
 - #84172 (Compiler error messages: reduce assertiveness of message E0384)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-04-16 13:46:01 +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 Update books 2021-04-14 08:24:06 -07:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomez 2021-04-16 14:08:30 +02:00
llvm-project@a7f0c221ba Update to LLVM 12.0.0 final 2021-04-15 15:22:24 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=petrochenkov 2021-04-16 14:08:33 +02:00
tools Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkov 2021-04-16 08:01:45 +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.