rust/src
bors 158f8d034b Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote
[rustdoc] Box ItemKind to reduce the size of `Item`

This brings the size of `Item` from

```
[src/librustdoc/lib.rs:103] std::mem::size_of::<Item>() = 536
```

to

```
[src/librustdoc/lib.rs:103] std::mem::size_of::<Item>() = 136
```

This is an alternative to https://github.com/rust-lang/rust/pull/79967; I don't think it makes sense to make both changes.

Helps with #79103.
2020-12-29 10:41:01 +00:00
..
bootstrap Rollup merge of #80434 - pietroalbini:tarball-temp-dir, r=Mark-Simulacrum 2020-12-28 14:13:23 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Utilize PGO for rustc linux dist builds 2020-12-22 12:23:37 -05:00
doc Rollup merge of #80410 - MarcoIeni:patch-1, r=jonas-schievink 2020-12-28 19:09:29 +00:00
etc Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Auto merge of #80014 - jyn514:box-item-kind, r=nnethercote 2020-12-29 10:41:01 +00:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test Rollup merge of #80419 - LeSeulArtichaut:80375-test-case, r=lcnr 2020-12-28 19:09:31 +00:00
tools lint-docs: Warn on missing lint when documenting. 2020-12-26 13:48:09 -08:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -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.