rust/src
bors ccad218e7f Auto merge of #82587 - taiki-e:unaligned_references, r=oli-obk
Enable report_in_external_macro in unaligned_references

Fixes an issue where `unaligned_references` is not triggered in external macros, unlike `safe_packed_borrows`.
Also, given that this lint is planned to eventually change to hard error (#82525), it would make sense for this lint to be triggered for external macros as well.

See https://github.com/taiki-e/pin-project-lite/pull/55#issuecomment-787038676 and https://github.com/taiki-e/pin-project-lite/pull/55#issuecomment-787052874 for more.

r? `@RalfJung`
2021-03-01 18:10:38 +00:00
..
bootstrap Change default Solaris x86 target to x86_64-pc-solaris 2021-03-01 15:05:31 +01:00
build_helper
ci Update Docker to use the correct target 2021-03-01 15:06:32 +01:00
doc Update supported platforms doc 2021-03-01 15:06:32 +01:00
etc fix typo in pre-commit.sh 2021-02-24 18:37:13 -05:00
librustdoc Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr 2021-02-28 19:19:09 +00:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-02-27 11:09:00 -08:00
rustdoc-json-types
test Auto merge of #82587 - taiki-e:unaligned_references, r=oli-obk 2021-03-01 18:10:38 +00:00
tools Auto merge of #78360 - tmiasko:storage-markers, r=wesleywiser,oli-obk 2021-03-01 11:53:24 +00:00
README.md
stage0.txt
version

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.