rust/src
bors 3182375e06 Auto merge of #81405 - bugadani:ast, r=cjgillot
Box the biggest ast::ItemKind variants

This PR is a different approach on https://github.com/rust-lang/rust/pull/81400, aiming to save memory in humongous ASTs.

The three affected item kind enums are:
 - `ast::ItemKind` (208 -> 112 bytes)
 - `ast::AssocItemKind` (176 -> 72 bytes)
 - `ast::ForeignItemKind` (176 -> 72 bytes)
2021-02-02 17:34:08 +00:00
..
bootstrap Bump rustfmt version 2021-02-02 09:09:52 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #81539 - nikic:update-armhf-gnu, r=sanxiyn 2021-02-02 06:23:10 +00:00
doc Rollup merge of #80404 - JulianKnodt:arr_ref, r=oli-obk 2021-01-31 16:36:42 +01:00
etc src/etc/json-types -> src/rustdoc-json-types 2021-01-27 18:58:43 -05:00
librustdoc Rollup merge of #81630 - GuillaumeGomez:overflow-sidebar-title-text, r=pickfire 2021-02-02 12:15:06 +01:00
llvm-project@f9a8d70b6e Update to LLVM 11.0.1 2021-01-07 11:32:10 -08:00
rustdoc-json-types Fix README typo 2021-01-28 11:15:43 -05:00
test Rollup merge of #81608 - Aaron1011:macro-res-parse-err, r=davidtwco 2021-02-02 12:15:02 +01:00
tools Auto merge of #81405 - bugadani:ast, r=cjgillot 2021-02-02 17:34:08 +00:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -05: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.