rust/src
bors b1f8e27b74 Auto merge of #83319 - tmiasko:packed-aligned, r=jackh726
Layout error instead of an ICE for packed and aligned types

Fixes #83107.
2021-07-15 19:51:17 +00:00
..
bootstrap Upgrade cc crate to 1.0.69 2021-07-13 17:58:50 +09:00
build_helper
ci Rollup merge of #87130 - GuillaumeGomez:update-browser-ui-test, r=Mark-Simulacrum 2021-07-14 19:53:41 +02:00
doc Rollup merge of #87031 - ZuseZ4:patch-1, r=GuillaumeGomez 2021-07-12 04:32:01 +09:00
etc Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister 2021-07-08 12:25:47 +00:00
librustdoc Fix misuse of rev attribute on <a> tag 2021-07-15 13:23:20 +02:00
llvm-project@bdb386270f Update to LLVM 12.0.1 2021-07-12 08:53:53 +02:00
rustdoc-json-types
test Auto merge of #83319 - tmiasko:packed-aligned, r=jackh726 2021-07-15 19:51:17 +00:00
tools Auto merge of #87152 - flip1995:clippyup, r=Manishearth 2021-07-15 17:10:09 +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.