rust/src
Esteban Küber 2763a0541c Suggest .as_ref() on borrow error involving Option/Result
When encountering a E0382 borrow error involving an `Option` or `Result`
provide a suggestion to use `.as_ref()` on the prior move location to
avoid the move.

Fix #84165.
2021-04-19 17:14:37 -07:00
..
bootstrap Auto merge of #82451 - jyn514:defaults, r=Mark-Simulacrum 2021-04-07 20:44:37 +00:00
build_helper
ci ci: docker: x86_64: specify host explicitly 2021-03-28 16:50:16 +01:00
doc Auto merge of #83500 - camelid:split-debuginfo-docs-cleanup, r=steveklabnik 2021-04-08 14:38:31 +00:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrum 2021-04-08 07:23:04 +00:00
llvm-project@171991e309 Update LLVM to support more wasm simd ops 2021-04-05 13:50:49 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Suggest .as_ref() on borrow error involving Option/Result 2021-04-19 17:14:37 -07:00
tools Rollup merge of #82497 - jyn514:json, r=CraftSpider 2021-04-08 01:01:42 +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.